How do you hide an apex_item.hidden but still use it?
376519Jul 31 2007 — edited Jul 31 2007I 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)?