Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jb_89
Contributor
Contributor

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. 

Labels (2)
1 Reply
AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Hello,

This is similar like On Demand App Generation (ODAG) in Qlik Sense.

https://community.qlik.com/t5/Qlik-Sense-Documents/On-demand-App-Generation-ODAG-in-QlikSense/ta-p/1...

 

Refer above post for more ideas.

 

Thanks,
Ashutosh