Hi,
I have a requirement where i need to join 2 different tables with a set of fields using inner join including a date field.
Date logic should work as below:
TableA TableB
Date Amount A Date AmountB
01-Oct 787875 01-Oct 98888
08-Oct 9898989 08-Oct 34344
15-Oct 989844 15-oct 99999
28-Oct 343544 22-Oct 54555
Rows highlighted in green are joined with inner and they are fine.
4th row highlighted in red will have condition join where if TableA doesn't have match for 28th Oct then it should look back in previous week and whichever date is available then pick it hence it should pick 22 Oct.
can someone please advise me how can I achieve this using alteryx join tools?
Thanks a lot in Advance.