Report Manager - Custom HTML - strange results

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
AlexL
Posts: 62
Joined: Tue Jul 18, 2006 9:56 am
Location: Switzerland

Report Manager - Custom HTML - strange results

Post by AlexL »

[Version 8.86]

Hi,

I defined a Custom HTML report, using "Setup report template". In the "Test items" tab I define the contents of the report, using text and macros.

Now, whatever I specify there, for some tests I always get the test name, followed ba comma, followed by test ID.

For example, I specify there simply the word "Test":

Code: Select all

Test<br>
and I get

Code: Select all

...
Test
Test
Service-PC SFH,553
Test
Test
Test
....
For the (few) test this happens, I can see nothing that they could have in common.

TIA

Alex
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Report Manager - Custom HTML - strange results

Post by KS-Soft Europe »

HostMonitor allows to specify custom HTML text for each test status: Good, Bad, Unknown e.t.c.
I assume, you have specified your custom HTML text "Test<br>" only for one of possible test statuses.
Also, I would recommend you to use macro-variables like %TestName%, %Reply%, %Status% e.t.c. instead of simple text.
AlexL
Posts: 62
Joined: Tue Jul 18, 2006 9:56 am
Location: Switzerland

Re: Report Manager - Custom HTML - strange results

Post by AlexL »

KS-Soft Europe wrote:HostMonitor allows to specify custom HTML text for each test status: Good, Bad, Unknown e.t.c.
I assume, you have specified your custom HTML text "Test<br>" only for one of possible test statuses.
I've checked and yes, you are right!
KS-Soft Europe wrote:Also, I would recommend you to use macro-variables like %TestName%, %Reply%, %Status% e.t.c. instead of simple text.
It was just to simplify the example.

Thanks again

Alex
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Report Manager - Custom HTML - strange results

Post by KS-Soft Europe »

You are welcome.
Post Reply