Hello,
I have tried searching for this but cant find much, thought id put up a post as im sure this is a easy one...
We have a test that looks up a UPS's output source, these are returned as a number, for example we know the value 3 is ok and a value 5 means its on battery.
How can I make my test report back this in a word format?
if 5 = battery, if 1 = ok is what im after.
Regards,
David
Changing numeration in test result
Examples of such expressions listed in the manual and help file.
http://www.ks-soft.net/hostmon.eng/mfra ... m#tuneupif
You just need to mark "Tune up Reply" option (located in Test Properties dialog) and use expression like
if ('%SuggestedReply%'==1) Power Ok; if ('%SuggestedReply%'==5) On battery; else [%SuggestedReply%]
Regards
Alex
http://www.ks-soft.net/hostmon.eng/mfra ... m#tuneupif
You just need to mark "Tune up Reply" option (located in Test Properties dialog) and use expression like
if ('%SuggestedReply%'==1) Power Ok; if ('%SuggestedReply%'==5) On battery; else [%SuggestedReply%]
Regards
Alex