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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
swathidumpala
Contributor
Contributor

percentage calculation

Hi,

Can anyone please help me with the percentage calculation expression in Field expression.

I need to calculate the percentage like:

count(regbranch)/count(branch) * 100

 

 

 

1 Reply
swathidumpala
Contributor
Contributor
Author

The same solution worked.

count(RegBranch)/count(Branch) *100