Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I use in a text object the following expression to calculate a ratio: =(SCORE/Avg(total(SCORE)).
How is it possible to show this ratio as percentage? I want to change a ratio of 0,1 to 10%.
Much thanks! Arthur
Hi,
Try below expression.
=Num((SCORE/Avg(total(SCORE)),'##.00%')
-Sridhar
Hi Sridhar,
Somehow it doesn't work. Do you know why - see below: