To community,
I have attached a sample data that contains the xyz coordinates of 2 points in the same row.
The goal is to search for similar xyz point in other fields and reorder the rows based on the same points.
1(x,y,z) could be same with 2(x,y,z) of another row.
Thank you.
@salvador_ian
I dont think there is a function of 3D Point in Alteryx, so maybe we can calculatae the difference as below then set a criterial to filter only "Simular" point?
@Qiu I'm always thankful for your help!
Sorry for the late response because I only now find the time to work on this again.
Your workflow was very helpful in solving the first part of my question. I was able to modify the workflow you sent to suit the data I'll need and filter out some duplicates.
Right now I have this output data,
and I'm planning to sort it using alteryx to appear like this:
this is the one I just manually sorted, I highlighted the same values with same colors.
I'm looking for something like an xlookup in alteryx but currently I'm not aware if it is the solution or using a workflow for this specific set of data is better.
I'm thankful if anyone could help!