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 .##
-
- Posts: 6
- Joined: Fri Dec 02, 2011 9:02 am
- Location: Charlotte, NC
format percent as .##
Hello,
We are working on the problem. We will let you know when the solution is available.
Thank you.
We are working on the problem. We will let you know when the solution is available.
Thank you.
format percent as .##
Hello,
In the next prerelease build on the next week the custom format .## will work.
Thank you.
In the next prerelease build on the next week the custom format .## will work.
Thank you.