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).
I am using calculations to determine wether a test is ok or not. The outputvalue is a real. How can i format this value. I now have a 14 digit output. I would like to decrease this to about 2.
I think you can modify your SQL query a little (use CAST function).
E.g. if you are using query like SELECT field1 FROM table1, change it to SELECT CAST(field1 AS MONEY) FROM table1