Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Adding suffixes to values in table
evgenyak
Hello,
I need to add a suffix (%) to all values inside a table.
It's very simple in a chart, but in a table, I was unable to find this setting.
Thank you,
Find more posts tagged with
Comments
johnw
if the value is a string, you can use:
row["myColumn"] + "%";
or, if it is a number, select the data element, go to Format, and change the Format As to Percent.
johnw
if the value is a string, you can use:
row["myColumn"] + "%";
or, if it is a number, select the data element, go to Format Number under the Property Editor, and change the Format As to Percent.