Plain references
A plain name reads the Variable in the current segment:Revenue reads Sales Revenue. If it is calculating a result for West, it reads West Revenue.
These three forms read the same current-segment value:
Names with spaces or punctuation
Wrap a name in backticks when it contains spaces, punctuation, an operator, or a reserved word:A specific segment
Use brackets to replace one part of the current segment:An absolute reference
Place$ immediately after the Variable name when the lookup should not inherit the current segment:
Duplicate names
If two Variables have the same name, cfo.ai adds a short disambiguator:Date granularity
Add a granularity to Date when the formula works with time buckets:Previous and next periods
Use a signed offset after a Variable to read a nearby period:Revenue[-1] reads the previous month. The same expression follows the current Date grain.