Forum Discussion

fizzledrizzle's avatar
fizzledrizzle
New Contributor III
11 months ago

TXM Custom Filter for Dates in Match Rules

We’re looking for some kind of way to reference dates in the transaction matching custom filter.

For instance I need to be able to reference an attribute (like A9 = ‘ABC’) and also only pull items for D1 = yesterday and then pull another attribute (like A9 = ‘XYZ’) and also only pull items for D1 = two days ago.

So the filter would look something like:

(A9 = ‘ABC’ and D1 = yesterday) or (A9 = ‘XYZ’ and D1 = two days ago)

  • Steven's avatar
    Steven
    Contributor II

    Can you not use the Transformation Rules to filter the records that you want?

    • fizzledrizzle's avatar
      fizzledrizzle
      New Contributor III

      I haven't found a way to reference Transaction Matching data using transformation rules, or how to reference transformation rules within the transaction matching module when creating match rules.

  • ap12's avatar
    ap12
    New Contributor III

    This looks like something the can be done with data splitting. Have you tried something similar to the below? Not 100% on it but if you use two separate imports the first one could look like example below. The next should look similar just with the "xyz" and "two days ago". Of course the attributes would have to be mapped correctly and you would need correct settings on the Workflow Profile / data sources.