Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Show in Dynamic action

SrinivashFeb 28 2013 — edited Feb 28 2013
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
This post has been answered by dmcghan on Feb 28 2013
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 28 2013
Added on Feb 28 2013
10 comments
308 views