1
0
-1

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.

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      I found this. Progress Bar

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

      1. dumidu

        Thank you, This worked well beyond my expectations

      CommentAdd your comment...