Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
that_anonymous_guy
Contributor III
Contributor III

Format a decimal number as percentage

Hello everyone
I have a column which is giving me values as 3.14,5.24,7.86 etc. I want to have the values as 3.14%,5.24%,7.86% etc.
I have tried using num() function to get it done but it is giving the result as 314%,524%,786%.

Any other way in which I can achieve the result? 

Labels (6)
1 Solution

Accepted Solutions
PrashantSangle

try below 

1: num(yourexpression/100,'#0.00 %')

2: yourexpression &' %'

regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

1 Reply
PrashantSangle

try below 

1: num(yourexpression/100,'#0.00 %')

2: yourexpression &' %'

regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂