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!

dynamically increase/decrease a value of a display only page item when rows of IR is selected/deseleted

Nitin Kashyap3 days ago

I have an IR that uses apex_item.checkbox to create a column checkboxes

First users enter values for techs and hours and i calculate the answer(display_only item) = techs*hours.
Then the users select one/many rows in from the schedule column. Now I must reduce the answer value by the duration_hrs value for the selected rows, and when the rows is deselected increase the answer by the duration_hrs value for the deselected rows.
For example, if i select the first 2 rows, the answer should changed to (60-2-2.5) = 55.5. And I deselect the 2nd row only, answer should change to 58

Any help would be very much appreciated.

Thanks

Comments
Post Details
Added 3 days ago
0 comments
46 views