I have a dataset which stores daily snapshots of data. It is set in append mode, so it captures daily run of that dataset . My requirement is to compare the data between current date and the user input date(which will be older than today's date) and see which are new records / updated etc.
Data is as below:
So latest date is 8th Oct (MM-DD-YY) . If user wants to compare it with 8th oct, he should get that CCCCC order number has been added as new and ship date for XXXXXYY has been changed.
How do i achieve this in DOMO?
SNAPSHOT DATE | ORDER NUMBER | SHIP DATE |
---|
10-08-23 | XXXXYYY | 11-08-23 |
10-08-23 | ZZZYSS | 12-08-23 |
10-08-23 | CCCCC | 10-08-23 |
08-08-23 | XXXXYYY | 12-08-23 |
08-08-23 | ZZZYSS | 12-08-23 |
07-08-23 | ABC | 01-01-24 |
07-08-23 | DEF | 03-04-24 |
| | |