Hello,
Some time ago I had troubles with an unwanted outcome of my AttributeManager, see here:
https://knowledge.safe.com/questions/107194/what-is-causing-a-difference-in-attribute-handling.html
Now I have a similar issue. I have a table with 224 records, but for 3 records the outcome of the AttributeManger is not what I want and what I would expect.
It goes wrong for these three records:
This table goes into an AttributeManager where I multiply the values in the 'top' column with 1000.
I use this statement: @int(@Value(top)*1000)
The outcome is as follows:
Does anyone know why it does not result in these values:
LocDepth_IDtopB49F0423-8.118110B50D0035-2.012010B50D0036-4.024020
And why it goes wrong for only 3 out of 224 records?
Thanks in advance!
Eva