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: 
vijayit43
Creator
Creator

Problem in calculation condition in Pivot..

In Table Structure one column is brand where brand is three type a,b and c .

when we create pivot table i want to take only two brand data a and b how to achieve it please suggest....

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Similar question answered here

http://community.qlik.com/thread/141776

Regards

ASHFAQ

Not applicable

try like this

sum({<brand={'a','b'}>}sales)

Anonymous
Not applicable

Hi Vijay,

   If you don't want the value of "a" then you can filter out at WHERE condition it self.

-Jay