Hi to all,
I have a problem sending information through a publisher.
I have a data point of type SNMP that receives information with a value = 1001, to which I apply a multiplier = 0.03. Therefore the result is 30.03. Which is shown correctly in the visualization of the Data Point.
However, through the publisher I get a value that is not exact and with a very high number of decimals = 30.02999999999998
Is it possible to limit the number of decimal places in the publisher?
The only thing that has occurred to me is to enter a MetaDate or an intermediate script to eliminate decimals. But I would not like to have to replicate Data Point, "overloading" the system, only to do these operations.