How to use get selected values from a combo box inside another expression on a different jsl script?
Hello All, I have 2 scripts. ScriptA has an expression to build a bivariate chart with dynamic limits. ScriptB is basically an front end application code which asks users to select the x-axis and y-axis column names. I want to use the selected inputs from the users from ScriptB (i.e. get selected from a combo box) into my ScriptA expression code for getting the bivariate chart as an output for...