==Currency Format==
::: You can use the following syntax to format a custom field with currency: @format(L2 Subcontract total y1,currency,USD,2)@. The last parameter can be changed from 2 to 0 to display as a whole number.
==Session Variables==
When using features such as Organization Switching, you may want to pull in specific data based on your current session.
:: Company Fields: '''@sessioncompany.fieldname@'''
Example: @sessioncompany.name@ would return the Company Name of the organization you are currently logged in as.
=Controls=
==Hide a variable if it is missing==