This document discusses two ways to dynamically sum values in an interactive grid column in Oracle APEX and display the total in a page item. The first method uses JavaScript code to loop through the grid records and calculate the running total, updating the page item. The second method uses dynamic actions to execute JavaScript on cell changes to recalculate the total.