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?