How to display a % symbol?
I would like to display a value with a % sign, ie "25%"
In the documentation, section Template Patterns for Numeric Formatting, I do not see a percentage pattern option.
So should I just use concat(value, '%') to manually concat the % symbol?
In the documentation, section Template Patterns for Numeric Formatting, I do not see a percentage pattern option.
So should I just use concat(value, '%') to manually concat the % symbol?
0