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

Filtered Value in Dashboard

Hello

I have one field 'Category' which is contain five values like A,B,C,D,E but in dashboard i want show only B & D.

I tried this  "IF(Match(Category,'B','D')Category)" but it gets error.

Thank You.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be this?

IF(Match(Category,'B','D'),Category)

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

1 Reply
Anil_Babu_Samineni

May be this?

IF(Match(Category,'B','D'),Category)

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