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: 
mrichman
Creator II
Creator II

How to create filter in expression correctly?

Hi Community,

I have a filed which I would like to implement within a pivot table, however it is not working properly. Do you guys maybe have an idea?

[Product Category] = ('TV','Radio','Aircon')

Thanks in advance.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Not understand your request- Perhaps this?

{< [Product Category] = {'TV','Radio','Aircon'} >}

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

3 Replies
MarcoWedel

please post some sample data and your expected result.

Anil_Babu_Samineni

Not understand your request- Perhaps this?

{< [Product Category] = {'TV','Radio','Aircon'} >}

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Chanty4u
MVP
MVP

try

sum({< [Product Category] = {'TV','Radio','Aircon'} >}sales)