Save up to $300 off
the TaxCycle Suite
12-Month Payment Plan
Available
Only During Sale
Buy Now
Looking for a specific article? Search Topics
Call 1-888-841-3040. We're here to help!
Get the latest news in your inbox! Newsletter Sign-up
Updated: 2024-11-08
Tests whether a field is blank. This is useful when looking to see if there is a date in a field. For example, to check whether there is no spouse date of death on the Info worksheet:
{{isblank(CurrentClient.Info.Filing.SpouseDateOfDeath)}}
Combine this with the not() function to test whether the field has something in it. For example, to test that there is a spouse date of death on the Info worksheet:
{{not(isblank(CurrentClient.Info.Filing.SpouseDateOfDeath))}}
Test if a field is empty or not.