Hi. I want to refresh my Interactive report when my page item P_REFRESH_IR is set to 1. This is a hidden item. The value of P_REFRESH_IR is set to 1 in an after submit process. This is working fine as I see P_REFRESH_IR is set to 1 when I check in session.
Then I created a dynamic action as follows.
Event:Custom.
Custom Event: Refresh_IR.
Selection Type: Items.
Items:P_REFRESH_IR.
Condition:Equal to
Value:1
True Action:Refresh.
Selection type: Region.
Affected elements: IR Report.
I have also tried
Event:Change
Items:P_REFRESH_IR.
Condition:Equal to
Value:1
P_REFRESH_IR is set to 1 in my after submit process but my interactive report is not getting refreshed. What am I missing?