We have an application with a database behind (some thousand records). Each month we receive an extract of the latest data from the database. I would like to see which entries in the database have been updated this month. I would like to count any change to any column as just one change per ID. Optional: If possible I would also like to know with fields have been updated (no details needed, just name the fields with an update).
I have included an example of the data with results I like to see.
Any ideas how to solve this with Alteryx?
Solved! Go to Solution.
Hi,
I think that sorting the data by ID and Reporting month and then using a Multi-Row Formula should be able to get the results you are looking for.
Cheers,
Iain
Hi Iain,
thanks for your quick workflow. Your solution is detecting ANY change in the file, although I want to see ONLY changes for the SAME Id.
Any idea how to achieve this?
Thanks, Ulrich
Hi Ulrich,
The workflow I posted should have shown changes by Id. Output should be as shown below. Is that not what you see or have I misunderstood the problem?
Cheers,
Iain
Thanks Iain!
your workflow is working perfectly fine - I directly adapted your soltion into my original file and had an issue in there.
Best regards, Ulrich