Answered
Custom format script - percentage with 2 decimal places
What would I enter in the Custom Format Script field if I want a number to appear as a percentage with 2 decimal places? So, for example, if 8 is written in the field, it shows up as 8.00%. I found this:
if (event.value) event.value+="%";
which shows 8 as 8%, but what do I couple it with to show 8.00%?
Thanks,
Sarah
