
Contributor
2021-10-26
12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Load script where match( Field, input variable )
hello everyone,
I'm trying to load data based on list box values in my dashbord.
I have a field ' Descriptor' , I want to select some values ( 4 or 5 ), then reload manuelly the QVF where match(Descriptor,'values selected');
1/ I create Button for relod from designer
2/ I create a variable : V_input = getfieldselections(Descriptor)
A/ How can input V_input in my script( where condition)?
B/ If I will use :
Spoiler
Load Descriptor
From Table
where match(Descriptor,$(V_Input));
, wich syntax shoud I use for values wich separated by ',' in my V_Input variable )?
Thanks for your time.
1,156 Views
1 Reply

Partner - Specialist
2021-10-26
01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
This is similar like On Demand App Generation (ODAG) in Qlik Sense.
Refer above post for more ideas.
Thanks,
Ashutosh
1,118 Views
