Checkbox on report - pass value if checked
F7Nov 3 2011 — edited Nov 3 2011I have a report on a table, and just added a checkbox (apex_item.checkbox) column.
I need to loop through all rows and get id values of only selected rows which I concatenate and pass into a hidden item. I tried to solve that using a dynamic action (fired on button click) but I have no success.
Does anyone have a suggestion?
Tnx in advance.