I’d like to be able to show what percent it’s at in the columns. How would I be able to do that?
Hello,
Please use this way to convert value to percentage:
Math.round(task.progress*100)
Thanks!
I’d like to be able to show what percent it’s at in the columns. How would I be able to do that?
Hello,
Please use this way to convert value to percentage:
Math.round(task.progress*100)
Thanks!