The ReportCalc function executes a calculation of formulas in a worksheet or workbook when triggered upon a designated event.
Note: The latest version of the Interject Add-In will automatically perform a recalculation on the workbook whenever the pull, save, or drill window is displayed.
A pull or save action are designated as the run event.
OnClearRunOrBoth
"Both"
A clear event or run event (defined in OnPullSaveOrBoth) will trigger this function being ran.
SheetOrWorkbook
"Sheet"
A calculation of the sheet will be performed.
SheetName
Blank to indicate to perform the calculation on the current sheet.
Disable
Blank to indicate to enable this function.
Trigger Combination List
The execution of this function is determined by a combination of an Interject action and an Interject event. An action is a pull or save action whereas an event is a clear or run event. The values in the OnPullSaveOrBoth and OnClearRunOrBoth arguments will determine what actions/events trigger the function's execution.