Page 1 of 1

format percent as .##

Posted: Mon Dec 12, 2011 12:30 pm
by brettcrossley
Does anyone know how to format a percentage as just a decimal and two digits?
I have an expression:

{Players.fieldGoalsMade/Players.fieldGoalsAttempted}

that returns a percentage, but I need to form at it like .50 instead of 0.50.


I can get 0.50, but can't get rid of the leading zero.

I tried the custom format but none of the masks would do this.
I would think custom w/ mask of .## would work, but it does not.

Thanks for any help.

format percent as .##

Posted: Thu Dec 15, 2011 8:54 am
by Ivan
Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.

format percent as .##

Posted: Fri Dec 16, 2011 9:09 am
by Andrew
Hello,

In the next prerelease build on the next week the custom format .## will work.

Thank you.