Skip to Main Content
Feature Request FR-3897
Product Area Page Components
Status CLOSED

1 Voters

Multiple Value Page item

jan.arshed Public
· Jul 10 2024

Idea Summary
Apex should introduce multiple value page item. In this Page item, label should be common, but the enterable field could be divided into multiple columns 2,3,4.

Use Case
we can use use this for range purpose e.g. if we are creating form and we have to set weight 34kg-55kg,
instead of using 2 page items we can use one page item, having common label and in first column we put 34kg and in 2nd 55kg.
Like we have multiple selection in LOV's we can have enterable as well.

We reviewed this idea carefully, and while it was interesting, we concluded that due to all the internal implications we need to take into account, it is unlikely to make its way into APEX.

Comments

Comments

  • philipp hartenfeller OP 1.1 years ago

    With shuttles, checkbox groups etc. APEX already has a solution of storing the multiple values “:” separated. With apex_t_vachar2 / apex_t_number + apex_string.split(_numbers) and listagg we also have methods to process these items.

    I feel like your proposed change would require lots of internal changes with no real benefit.

  • vincent morneau Admin OP 1.1 years ago

    Agree with Philipp. Closing this idea for now.