When trying to use a tile widget to show the task's % complete, the value shows as a decimal and not a percentage.
How can I make it show as a whole percentage such as
All Clarity instances
The percent sign cannot be added to the tile widget for this type of field.
However, a calculated attribute can be created/used where the expression syntax takes the % complete attribute and multiplies it by 100.
The syntax would be:
(prpctcomplete)*100 for the Expression
The attribute would like like:
Then your tile widget would use this field for the attribute
And would look like this