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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ca386807
Contributor II
Contributor II

Send filter selection values to variables located in load script

Hello,

 

I have two filters (Date, Identifier) and based upon the users' selections for those two filters, is it possible to pass the selected values to variables within the load script editor?

 

I want to pass those values to variables within the load script editor - those variables are part of my WHERE clause, which will filter the data of a third table, dependent on the values of the two filter values chosen.

 

I've seen the suggestion of using the GetFieldSelections(), but that particular function is not available for load editor scripting - is there a similar function that I can use in the load script editor to capture my two filter values?

 

Thanks

Labels (1)
  • SaaS

1 Reply
Or
MVP
MVP

I would suggest looking into using On Demand App Generation (ODAG) if you're looking to pass user selections to a load script.