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!

Checkbox selection several columns in APEX 5.0 Interactive Report.

2901126Jun 22 2015 — edited Jun 23 2015

I have checkboxes in several, but not all columns in my interactive report.  Not all rows have a checkbox, depending on other conditions the rows will have check boxes.

In any column, checkbox can be individually selected, or all checkboxes in a column can be selected by selecting the checkbox in the column header of that column. 

When I use

<input type = "checkbox" onclick="$f_CheckFirstColumn(this)">

in the column headers of the columns with checkboxes, and select the checkbox in the column header, it selects checkboxes not only in the rows of that column, but the checkboxes in rows associated with other columns also get selected. 

How can I restrict the selection of the checkboxes in the rows in the column where the checkbox has been selected in the column header?

Can you help?

Thank you,

Anil Kapuria

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2015
Added on Jun 22 2015
2 comments
1,120 views