Hi,
I found an example of storing data from Shuttle item into a table
APEX - How to grab value from Shuttle and save it into database - .someictstuff{}
but I would like to know just how can I grab the data from Shuttle item and reuse (perhaps display) them in other Page item/region ...?
I found an example in Sample Dynamic Actions app | Shuttle refresh, that uses Shuttle item for 'interactive report' filtering...
the sql query that displays the report contains INSTR() function for extracting the values from Shuttle item,
so I assume they are stored as some string? and if so, how to display/retrieve it?
thank you