Greetings:
I'm using:
ORACLE APEX Version: 21.2.1
ORACEL DB Version: 19.0.0.0
My question is;
If I have a classic report in ORACLE APEX with a checkbox in the first column, and I want to keep a running total of the Amount column in the report when the checkbox is checked in a display-only page item above the report. I also want to subtract from this running total if a user unchecks the check box. How do I go about accomplishing this?
To word it another way: After the report is queried, the running total in the page item should be zero. As they check the boxes in the first column, the Amount in another column is added to the display-only page item. If the user unchecks the box, it subtracts from the total.
Thanks,
Stan