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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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