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!

Using Page Items Set By Dynamic Action as Default for IG Column (Apex)

3670732May 3 2018 — edited May 3 2018

I'm trying to use a page item to set the default value for a column in an interactive grid. No problem if the page item is static. But I want to use a dynamic action to set the value for the page item, which will subsequently change the default. The dynamic action is changing the page item, but the default does not change, even though it is tied to the page item (and even if the IG region refreshes as part of the dynamic action - not shown in the simplified example below).

Here's a simplified example in which the page item starts as 12 and changes to 100 when you click anywhere in the IG. The item (displayed at the top) changes to 100, but the default stays 12 if you try to add rows.

https://apex.oracle.com/pls/apex/f?p=155774:3:112390685420482:::::

And screenshots from relevant parts of the page designer:

default setting for column.png

item_definition_1.pngItem_definition_2.pngdynamic_action_definition.pngdynamic_action_true_action.png

This post has been answered by John Snyders-Oracle on May 3 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2018
Added on May 3 2018
2 comments
1,431 views