Access Interactive Report column value
180271Aug 28 2009 — edited Nov 8 2009I 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