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

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

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

- Marcus