Hello! I am new to Alteryx, and I have a Question.
I have a sample data set attached. I am looking for the best way to accomplish the following.
I am looking to remove data that has multiple occurrences for only name and date like the excel attachment.
If Amy Shows more than 1x for that specific date, then remove else keep. I can't necessarily do the unique tool since the in and out columns have different data.
Please see attachment and thanks in advance.
Solved! Go to Solution.
@CsmithData31 You can use the multi-row formula tool to look up or down rows. In this instance I can group by name and then check to see if the Date is the same as the row before. If it is, then I'll tag it something different to be filtered out later.
Hi @CsmithData31,
I don't think it's 100% clear what you are trying to do, but if you are trying to exclude ALL names that occur more than once in a specific day, look into the "Only Unique" CReW Macro:
You can download it here: http://www.chaosreignswithin.com/p/macros.html
Hello! Thanks for that! Is it possible to create a new column to identify rows that have multiple occurrences. I want to remove the name Amy all together if that makes sense.
This is perfect! Thank you for your help