fizzledrizzle
11 months agoNew Contributor III
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)