If you want to calculate an age to be used in various situations.  Here is how you do it.


This example is for an age calculation to be used to determine if a child is a minor.  This same process can be used for other age calculations as well.


First, in the Person Object make sure you have a BirthDate variable created.


Second, go to the Formulas tab and Create a new number formula called Age


Third, in the expression field type date.age(BirthDate)


Now in your document, you can create a true-false statement like this.


{[if Children|any: Age < 18]}

  1. Guardian Provisions
    • 1.1.1.         Appointment of Guardian

 - If my spouse predeceases me or dies after my death without having made provision for the custody and care of our minor children, then I appoint my the following individuals in order of the list to serve as Guardians.  Neither of my Guardians shall be required to give bond or furnish surety in this or any other jurisdiction.

{[endif]}


This will only pull in this provision into the document is there is a child under age 18.


Here is a video on how to do it.