Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a chart that is displaying values as 44.19%, 28.97%, etc. I need to not display the decimals but that the values are rounded up.
Is this possible?
Thanks
May be all you need to do is to go on the numbers tab and select integer with Percentage checked off
May be like this:
Round(Expression, 0.01)
or
Ceil(Expression, 0.01)
My expression is Count ({$} AutoID)
I have added Round and ceil but nothing happened. .
Ceil(Count ({$} AutoID),0.01)
Round(Count ({$} AutoID),0.01)
May be all you need to do is to go on the numbers tab and select integer with Percentage checked off
This is what I need