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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
sushil353
Master II
Master II

HOW TO CALCULATE PERCENTAGE?

HI, Experts

i am facing problem while calculating percentage. i have two fields TOTAL_UNIT_PASSED AND TOTAL_UNITS_PROCESSED and i want to calculate the percentage (TOTAL_UNIT_PASSED/TOTAL_UNITS_PROCESSED *100). but i am getting result only 100 and how to aply % symbol.

Please help me.......

Thanks

Labels (1)
4 Replies
IAMDV
Master II
Master II

TOTAL_UNIT_PASSED / TOTAL_UNITS_PROCESSED & ' %'

Use this expression and change the format in the NUMBER tab. Check the option Show in Percentage%.

Cheers - DV

Not applicable

you could use the following if it's a text box:

NUM( TOTAL_UNIT_PASSED / TOTAL_UNITS_PROCESSED , '###.00%' )

you can decide if you want the decimals or not

Jon


sushil353
Master II
Master II
Author

THANKS JON

IAMDV
Master II
Master II

Sushil - Please can you mark on answered on Jon's post.

Thanks,

DV