Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to add suffix to a value in a table ?

I want to add % symbol to only the given row. The formula is for the base overall so cant change format in the measures properties. Untitled.png

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Use num(sum(measure),'.00%') 

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Use num(sum(measure),'.00%')