Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Filter data in Table box

I want to filter data in a Table box using two columns with criteria based on input variable as below

if col1 = input variable or col2 = input variable show filtered data.

How can i do that in qlikview?

Labels (1)
1 Reply
Anil_Babu_Samineni
MVP
MVP

May be this?

If(col1=Variable1, col1)

If(col2=Variable2, col2)

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