I have a report in a data window that calls functions within the application to make calculations when retrieving the report, however each action that a user performs on it the calculation is performed again, weighing the actions performed. I want to know how to do the calculation only once when recovering the report or if there is a function where I can enable or disable the data window from making these calls.
By requirement, a checkbox column is added to select which record will be processed and this will generate the recalculations. I will follow your advice to change this functionality. thank you so much.