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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
bazzaonline
Creator
Creator

Script Calculation as Percentage

Hello,

Im trying to divide one figure by another in the load script which works fine, however I want the result to be a percentage not a number. 

How can I do this in the script??

Thank You

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Force it to be a % by doing =Num(x/y, '#,##0.00%')

Best,

S

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Force it to be a % by doing =Num(x/y, '#,##0.00%')

Best,

S

Anonymous
Not applicable

Hi Find attached App with percent calculation

sunny_talwar
MVP
MVP

My bad, Use this instead: =Num(x/y/100, '#,##0.00%')