Definition
Is the deal period
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(@isdeal, 1, 2)
returns 1 in the closing period, and 2 for other periods.