Hi,
I have a screen with a shuttle item and I would like to make visible a button at the bottom of the shuttle once an item has been moved (selected) to the right box.
I naievely put a server condition on the button (returned rows) with the below select
select t.column_value from Table ( apex_string.split(:P109_SHUTTLE_ITEM, ':') ) t
where t.column_value Is not null;
But it didn't work..
Does anyone in this forum already have to add such a fonctionality and how did you manage it?
It's a pity we don't have an attribute in the shuttle item or another element to flag that a selection has been done..
Thanks in advance to anyone who could help me to get some light here..
Best regards, Yves