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: 
Shubham_Deshmukh
Specialist
Specialist

Showing different columns in Filter pane using IF statements

Hi,

I have if statement in FILTER PANE using variable which has been created for VARIABLE INPUT ext. 

I have created varibale for VARIABLE INPUT ext which has values ABC, PQR, XYZ.

I have filter code like this ,

= if((vSelectionOptions)='ABC',unit1,
if((vSelectionOptions)='PQR',unit2,
if((vSelectionOptions)='XYZ',unit3)))

unit1, unit2,unit3 are created in scripts from unit column.

But this is not wokring....pls help;

Shubham

Labels (2)
0 Replies