Hi,
please can you help me how can I round the number to N decimal places that I get from the item CPU utilization, that I dont have there too many decimal places (need 2)?
I have tried using preprocesing in and the java with functions: string.format(), decimalformat() but nothing was working.
The system told me that it doesnt know this functions.
Please can you help me?
Thanks.
please can you help me how can I round the number to N decimal places that I get from the item CPU utilization, that I dont have there too many decimal places (need 2)?
I have tried using preprocesing in and the java with functions: string.format(), decimalformat() but nothing was working.
The system told me that it doesnt know this functions.
Please can you help me?
Thanks.
Comment