Skip to Main Content
Feature Request FR-1765
Product Area Application Builder
Status DELIVERED

31 Voters

Single and Multi row selection for reports

maahelal Public
· Aug 20 2021

Idea Summary
Support checkbox selection for rows report components

Use Case
Any scenario where uses need to apply any action on a set of rows

Preferred Solution (Optional)
Support configuration for a specifying a (maybe hidden) page item to set/get selection and persist such selection with partial page refreshes and pagination

This has been delivered in Oracle APEX 24.1!

Comments

Comments

  • chris.shannon OP 3.7 years ago

    yes, this is a fundamental requirement which currently requires way too much workaround code

  • j_schuster OP 3.6 years ago

    This is bread an butter. There should be a Select / Deselect All checkbox on the top. The checkbox should only have the with a checkbox actually needs, without the need to apply complicated CSS. 

  • nikita.rambarransingh OP 3.4 years ago

    I should be able to use grid_name.selected_rows and be able to pass it to a plsql for processing, without having to write extensive js.

    Thnx,

    Nik

  • miran213 OP 3.2 years ago

    Like the “Edit" column, this one would be declarative. “I need a checkbox column”.

    In the declaration/attributes you would select the column(s) which values will be either concatenated and thrown into a collection or added one by one into a collection. 
    If you uncheck a checkbox, members would have to be removed from the collection. 

    Collection “name” for that would require your input.

    As you filter the report (interactive report) the checkbox column should "remember" which rows were already checked. This is probably tricky.  For it to work, checkbox column might require a unique column(s) to be also declared. Those might or might not be the same as the columns declared for the values in the (first) collection.

  • bob.flynn OP 1 years ago

    this is pretty much was I am trying to achieve. I see the last update is over 2 years old. Whats the current situation ?

  • bob.flynn OP 1 years ago

    ok, checking locally installed version