Displaying a number as a percentage in a list

Hi guys,

Sounds simple but I can't find away to display a number (saved as a float in the table) to display as a %. e.g. 0.025 to be displayed as 2.5% in a list.

Can someone help?

Regards
Simon
 
Best way is probably with a calc to actually display what you need.

Code:
return sprintf('\%%.2f', '{yourtable___yourfloat}');

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top