
IsRunBursting
isRunBursting()
Returns true if the current report is running based on a bursting schema, else returns false.
Note: Formulas referring to isRunBursting() are not allowed to be used in queries or datasets.
Return value
The return value is true or false.
Examples
- If a bursting report is scheduled to run based on a bursting schema, the return value of the following statement is true:
isRunBursting()
- If a bursting report is scheduled to run a normal result, the return value of the following statement is false:
isRunBursting()
