Hello,
I created a Popup LOV item based on a SQL Query. When I click the button, I see the list of values - correct.
Let's say that there is a change in the database and my SQL Query returns now a different list of values. The issue is that if I click again on the LOV button, the list of values is still the previous one.
My question is: how to refresh the list each time I open the Popup LOV?
My current workaround is to have an additional button next to my Popup LOV item, with a DA "Click" that triggers a Refresh action of my Popup LOV...
My version of APEX is 19.2
Thanks for your help!