Show in Dynamic action
I have created a region which is a dynamic report based on a item value(P1_SHOW).when the page loads this region is hidden using a DA (on page load).at some point I have a super lov item which wen changes to any value folowing DA works
IF NOT NULL
sets the item value P1_SV
Refreshes the region containing the report.
Show the region report
IF NULL
Hides the region report
Here my problem is when i select a value it first shows No data found and then changes according to the item set.
or
If we are changing a value it shows the report then we clear the super lov then the region is hidden and when we give another value for few seconds it shows the previous data then shows the refreshed data.
I tried debugging it is all happening because of the last show action.
I don't want that previous data to be shown for few seconds pls help