Hi
I have a calculated field, which I want to show on a label in a table view.
The calculated field returns a number variable. But it is always an integer.
The label now displays the number with one decimal. eg. 1.0 5.0 or 11.0 etc instead of 1 5 or 11
I have tried to change the format property of the label, but with out success.
How can I show the number as an integer.
Temp fix: Now, I return a string from the calculated field. But that is not really the way to go.
Thanks
Andre