This report can take simple patterns, or complex Regular Expressions.
Simple Patterns are in the format ##-###-##-###-### where the '#' matches anything.
Example 1: ##-###-20-###-### would print all accounts for CAFR 20 across all funds.
Example 2: 01-###-##-###-101 would print all accounts for fund 01 ending in 101.
*Simple patterns require your budget accounts to all be the same length.
*Simple patterns can be entered with or without dashes.
** If your pattern is targeting sub-accounts make sure you have sub-accounts checked **
Regular expressions are more complex. Google Regular expressions for more help using these.
Custom Sub-Totals
Sub totals can be inserted based on a mask you provide.
A Sub-Total Mask is in the format XX-XXX-SS-XXX-XXX (where the 'S' matches the part you want sub-totalled)
Example 1: XX-XXX-SS-XXX-XXX would print sub-totals for the CAFR level
Example 2: XX-XXX-XX-SSX-XXX would print sub-totals for the first 2 digits of the DEPT level
Example 3: XX-XXX-XX-SSS-XXX-XXX would print sub-totals for the division level.