format percent as .##

Stimulsoft Reports.Flex discussion
Locked
brettcrossley
Posts: 6
Joined: Fri Dec 02, 2011 9:02 am
Location: Charlotte, NC

format percent as .##

Post 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.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

format percent as .##

Post by Ivan »

Hello,

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

Thank you.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

format percent as .##

Post by Andrew »

Hello,

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

Thank you.
Locked