Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jsingh71
Partner - Specialist
Partner - Specialist

How I convert text object value into percentage???

I had put one expression in Text Objet and it shows the result like 0.016824938067713 now I want to show this result as 1.68%.

Means I want to convert it into % and fixed it into 2 decimals. How I do this???

1 Solution

Accepted Solutions
Anonymous
Not applicable

You can use the "Num" Function

=Num( your expression , '#,##0%')

View solution in original post

2 Replies
Anonymous
Not applicable

You can use the "Num" Function

=Num( your expression , '#,##0%')

jsingh71
Partner - Specialist
Partner - Specialist
Author

Thnaks niky