I have looked at a couple forum posts on here about equivalent examples to a nested for loop/conditional loop, but I can't get the exact answer I am looking for.
I am trying to compare a specific datetime from an individual row in a table to a datetime value in all the other rows in the table with the same unique key value. I want to do this for every row in the table, so I would be looping through every row in the table ONE time for EVERY row, in other words a nested/double loop. My question is would this accomplished using one of the macros? Or could I get along without those tools?
I am new to alteryx, so thank you in advance 