Menu

not()

Updated: 2023-03-27

Use not() to reverse a statement. For example, to check that a T1 return is ineligible for EFILE:

{{ not(Filing.IsT1EfileEligible) }}

It can also surround other functions. For example, to test that there is a spouse date of death on the Info worksheet:

{{not(isblank(CurrentClient.Info.Filing.SpouseDateOfDeath))}}