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: 
Femke_DPG
Contributor III
Contributor III

How to put if statement dimension in drop down variable input box

Hi all

How can I put an if statement (dimension that is not defined in the load editor, but made by an if statement in the sheet) in a drop down input variable? 

When I put the if statement in the 'value' field, it does not work.

The if statement is depending on the selected year: if the selected year in the filter is this year (2022), then "negotiation status year", otherwise [Negotiation Status Next Year]:

If($(=getfieldselections(Year))=Year,
[Negotiation Status Year],
[Negotiation Status Next Year])

 

I put that if statement in the drop list, but I get '-':

Femke_DPG_0-1666694167834.png

 

Thanks!! 

Labels (1)
1 Reply
sidhiq91
Specialist II
Specialist II

@Femke_DPG  Could you please post sample data and also expected output?