Problem with the display of a percentage

Hi! I made a column to calculate the progress of a timelapse, then I made a “if then else” column to show the progress if its in progress or to show “finished”, but in the inline list the percentage appears like a number with decimals, what can I do to make it dispkay the percentage of progress?

You need to change your Progreso column to text with a template column. Since it’s in text format, it won’t change again.

As Himaladin noted above, if you use a template column and point it directly to the “% Progreso” column, it will lock the format in. Your “Display Progress Plan” will have the first logic being “% Progreso < 100” then “Progreso Template”, else “terminado”.

It worked perfectly, thanks!

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.