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!

Access Interactive Report column value

180271Aug 28 2009 — edited Nov 8 2009
I have an Interactive Report that is selecting a hidden field.

select
apex_item.hidden(1,A.PK_ID) as "HOLD_PK_ID",
A.STUDENT_ID as "STUDENT_ID",
A.LAST_NAME as "LAST_NAME"

Is there a way in javascript to loop thru all the rows currently displayed so I can access all the values of the hidden field?

I know I can call a javascript function from the edit link, but not sure how I can loop thru to get values.
javascript:showHidden('#PK_ID#','#FK_SCHOOL#','#FK_YEAR#')

Edited by: bobmagan on Aug 28, 2009 10:29 AM

Edited by: bobmagan on Aug 28, 2009 10:30 AM
This post has been answered by ATD on Aug 31 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2009
Added on Aug 28 2009
36 comments
7,994 views