hello, I want to show sum of (qty from detail block) in total_qty in master block just like Oracle forms in Oracle apex but dynamic action is not supporting me in this regards as dynamic affected item is also from same block but I want to affect item from master block not from same (detail) block
what should I do ?
Share
To display the sum of the quantity field using JavaScript, you can create a dynamic action on the interactive grid for Save event or lost focus event for the quantity column to execute JavaScript code. First, specify a static id to the grid, for example, “billing” now use the below JavaScript code. Modify it as per your table columns:
Set the affected items accordingly. For more details, check the following tutorial: Loop Through Interactive Grid in Oracle Apex.