Inputting a frontend variable and reading it in the loading script.
Hello everyone,
I have a table A with the following values
A
Select TOP 100 * From DWA_0000_AU.AU0001E_DOC_PARDO;
Select TOP 100 * From DWA_0000_AU.AU0002D_TIPO_DOC_PARDO;
I would like to select a row, reload the script, and execute the selected select option.
I am using the QuikTableView and #AesReload extensions. I have stored the selected row in a frontend variable, but I am unable to make the script read it.