This is archived documentation for Docker v. Go to the latest docs or a different version:  null

Interject Documentation > ReportRun()

Estimated reading time: 1 minute

Function Summary

ReportRun executes a Report Function in another tab without changing the tab focus. It can handle both run and clear events.

**
**

Function Arguments

Parameter Name Description Default Optional
ReportCellToRun A range within the target worksheet to run a report function. NO
RunEntireWorksheet A boolean toggle that will enable or disable an entire Worksheet’s Report Functions from running. (CLEAN UP LANGUAGE / CLARIFY HOW TO USE) TRUE YES
OnAction A control for which type of Report Function to run. Options include: * ‘Pull’ * ‘Save’ * 'PullAndSave’ * ‘PullClear’ * ‘SaveClear’ * ‘PullAndSaveClear’ * 'Back’ PULL YES

Function Composition

=ReportRun(

ReportCellToRun

,RunEntireWorksheet

,OnAction

)

Function Example

From File Worksheet
InterjectBasic ReportRun

=ReportRun(ReportRunTarget!C2,TRUE,”Pull”)