Hello
I would like some help to attack this need of finding duplicated rows that fall in a range of time.
For example, the dataset attached has 7 columns and each row is a transaction. I want to consider in the analysis rows that have the same IP, product_id and a transactio_date that falls in a range of +30s or -30s from the transaction_date.
So in the example below:
| transaction_date | product_id | ip |
| 5/28/22 06:09:00 | EZSHARE-182252029-112 | 190.30.98.190 |
If there is the same combination of product_id and ip and the transaction_date is > 5/28/22 06:08:30 and transaction_date < 5/28/22 06:09:30
Is this possible on Alteryx?
Rodrigo