Setting up the filter variable

This is example of the contents of the FSM_GLTransaction_Filter variable. You can target all Transactions for a TransactionDate greater than 01/01/2023 for the “IC” System Code.

  1. In Infor Birst, select [Tenant]_CSF-Source-GL space.
  2. Select Admin > Manage Variables.
  3. Search for the variable. For example, FSM_GLTransaction_Filter.
  4. Click Edit.
  5. Specify this information:
    WHERE A.TransactionDate > ‘2023-01-01’
    AND A.System = ‘IC’
  6. Click Save.