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: 
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?

1 Reply
Anil_Babu_Samineni

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