I have a "toggle" button to filter active only on an interactive report. I'm using dynamic actions to filter the report based on when you press the button.. the issue is that after I click it, I want the button label to say "All" instead of "Active Only".. don't want to have to create 2 buttons and separate actions and such.
I set the label to be a hidden item &P11_BUTTON_LABEL.
I refresh the region, but the button only changes when I refresh the page as my hidden item is changed.
have a 2 step dynamic action
1) pl/sql to set values
2) refresh region
This is Apex 4.2.4.00.08 on DB: 11.2.0.1.0
Thanks in advance,
Scott