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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading data into flags

I have a flag,

if(Match(disc1, '101', '102') and year(recorddate) > '2015', '1') as NewRecord.

If I want to add more values dynamically  using a input box for field disc1,  how can I do that?

I want to add value 110 to disc1, can I create a input box and do that?

So the statement will look like this,

if(Match(disc1, '101', '102', '110') and year(recorddate) > '2015', '1') as NewRecord.

Please throw in some ideas

1 Reply
marcus_sommer

It's the same like: How to add a code dynamically.

- Marcus