Change Data list decimal value display as percentage with %

Confluence User - 02 Jun, 2021

Hi

i have a data list with a column progress with decimal values between 0 to 1, i would like to user to see these as % upon viewing the data list. i have tried bean shell

return value * 100 + '%';

which does not show any data

how to i show values in format of 10%  when the data value is 0.1 etc...

any help is truly apricated

Thanks.

javascript;beanshell;datalists

2


02 Jun, 2021
confluenceUser
1
confluenceUser

I found this. Progress Bar

You can use beanshell to change the value and style it.

05 Jun, 2021
confluenceUser
confluenceUser

Thank you, This worked well beyond my expectations

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print