I have a many different queries that follow the same file structure and name, just a different ending number. I was wondering if I could set a parameter value as the path to change the value of a table to parse switch the query that is displayed in the table.
I was hoping to do this through a dropdown to select and change a parameter ideally.
If you want to avoid using QueryString and you've already created all your SQL queries, you could do with an expression binding and the runScript function.
The view.custom.dropDownValue is a binding referencing the current value of the dropdown.
Your dropdown values would have to be "Alarms/Block A/Station/AlarmJournalSta1016", etc etc.
If you have more operations to perform after fetching the data, consider moving the whole script into a script library, and calling the function in the runScript instead.