Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exclude data form the count

Hi,

I am new to QlikView, I am building one of my first tables and I am stuck

I need to count total repairs and exclude "product A" total count from it.

can somebody point me to the right direction?

Thanks,

Evaldas

6 Replies
MayilVahanan

Hi,

    

     Try this,

     =Count({<Product -={'productA'}>}repairs)

     Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks It done the job

Not applicable
Author

On a similar point, I need to include two different variables, so for example; total revenue only including Product A as well as Category B.Something like the below; but this doesn't work:

=Sum({<Product={'productA'}>},{<Category={'categoryB'}>}Revenue)

Not applicable
Author

try this

=Sum({<Product={'productA'} , Category={'categoryB'}>}Revenue)

Not applicable
Author

try this

=Sum({<Product={'productA'} , Category={'categoryB'}>}Revenue)

Not applicable
Author

Beautiful, thanks