Updating the variable value to filter data into chunks

This is an 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.

Use this procedure to update the variable value to filter data into chunks:

  1. In Infor Birst, select the [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.