format percent as .##
Posted: Mon Dec 12, 2011 12:30 pm
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.
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.