Hi All,
I have the following data:
| ID | Name | Country Name | Today's Date |
| 7623 | Kane | A | 8-Feb |
| 8936 | Parma | A | 8-Feb |
| 7729 | Francis | Y | 8-Feb |
| 5591 | Jenny | M | 8-Feb |
| 1933 | Alice | C | 8-Feb |
| 4729 | Beth | B | 8-Feb |
I have added the last column, 'Today's date'. But that also needs to be created on Alteryx.
After creating that column, what I need to do is give an ageing category to the records: >30 days and <30 days
This data has to be run every month and then after reconciliation, some records will be left and they would appear again in the next month's data.
For example, if ID 7729 in the above data appears again in the next month's data, it should have an ageing category against it.
How can we do this in Alteryx?