12-27-2017 03:07 AM
Hi,
We are doing some Image processing tests and the resultant values are in the range of 10000. We are not able to log the value more than 9999 as it is. We can only log it using a suffix. Can any one tell me a method to see the value above 9999 as it is. Should i change some settings or some thing.
Regards,
Alekhya
01-03-2018 02:37 PM
The test results log has a limit on the number of characters per column, so the only option is to use a scaling factor (e.g. 10001 = 10.001 K).
-Trent