Definition
Is the closing period in the model
A relative reference in @if statements.
Returns
True—if the period is the closing period in the model
False—if not
Example
This formula:
@if(@isclosing, 1, 2)
returns 1 in the closing period, 2 for other periods.