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
1 answers
3

Round(COUNT(Module.Object/Attribute), 0) AS Alias

answered