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!

How do you hide an apex_item.hidden but still use it?

376519Jul 31 2007 — edited Jul 31 2007
I have a report the has two columns that I use when to process the rows. One of them is set to a apex_item.checkbox(1,AAA) and the other is apex_item.hidden(2,BBB).

If the Display is turned off I get a No Data Found error when I reference apex_application.g_f02(i) . If I turn on the Display it works but I have a strange looking column with no header (I have a NULL label) and no data.

How can I not show the apex_item.hidden(2,BBB) but use the data in apex_application.g_f02(i)?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2007
Added on Jul 31 2007
2 comments
556 views