Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a text box with a calculation that is looking at a precentage. I would like that percentrage at 2 decimal places and not he10 it currently is, how do i limit it to 2 decimal places?
Thanks
Hi Kevin,
Wrap it in a num statement and specify the number of DP's:
So Num([Your Expression], '###.##%')
Write:
Num(myexpression, '#.##0,00 ')
hope it helps
Hi Kevin,
Wrap it in a num statement and specify the number of DP's:
So Num([Your Expression], '###.##%')
Hi,
Goto Number tab-> select Fixed to 2 decimals and enable show in Percent.
Regards
Krishna
Thank you