How to round a float in OQL
1
I would like to remove decimals in the horizontal axis of my report chart. The precision property has been set to 0. I guess I have to adapt the OQL code in the dataset. How would I do that?
asked
2011-03-18
Fedor Klinkenberg
1
answers
3
Round(COUNT(Module.Object/Attribute), 0) AS Alias
answered
2011-03-18
Frikkie Chalmers