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!

Interactive Report and APEX_ITEM.HIDDEN

boffmanAug 9 2016 — edited Aug 10 2016

Hi,

< APEX 5.0 >

I've created an IR with checkboxes.

SELECT  apex_item.checkbox(1, a.value, '', decode(box, 'Y', a.value, NULL))  choose

             , apex_item.hidden(2,a.value) dummy_value

     ...

the problem I have is when my routine for after submit runs I can not find any value in APEX_APPLICATION.G_F02.

My question is does an IR not support HIDDEN items? Or do I something wrong?

cheers,

  Bernhard

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2016
Added on Aug 9 2016
8 comments
2,774 views