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: 
Not applicable

Pivot Table Expression with Count and Total Count

Hi,

Good day All!

I am trying to achieve the count(value) / count (total value). but i need to add some conditions on that.

I am attaching a sample file here.

Please help me to resolve this..

Thanks and Regards

RK

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

have a look at the attach example

i changed the calculated dimension to regular dimension

and added the if clause to the expressions

krishna20
Specialist II
Specialist II

Hi,

Your First Expression : Count(REPORING_AIRLINE)

Your Second Expression : =([Reports Count])/ Count (TOTAL REPORING_AIRLINE)

Here Reports Count is the Label Name of first expression.

Please try this and let me know.