Hello, may I ask what is the logic of "check duplicate"? will it only keep the first row of the order number? what if we want to find the dates of a certain status for all the order number? thanks!
@KKLeung3 ай бұрын
Thanks for watching Q1/Q2 Logic of Check Duplicate: Select the column you want to check for duplicates - in this case, the order number column. Sort the data first by order number in descending order, then by date in descending order (newest to oldest). When you execute the "Remove Duplicates" action, it will only keep the first row for each unique order number, and remove all the duplicate order numbers. Since it keeps the row with the newest date, you can find the latest status for each order number. Q3 Querying for Specific Dates and Statuses: I covered how to use the Advanced Filter feature to do this in another video, which you can check out here: kzbin.info/www/bejne/aWOtYX-ugdt4fZYsi=XaYYv9CdKhHB7Qco Let me know if this helps explain the functionality you were asking about. I'm happy to clarify or provide any additional details.
@KKLeung3 ай бұрын
Thanks for watching Q1/Q2 Logic of Check Duplicate: Select the column you want to check for duplicates - in this case, the order number column. Sort the data first by order number in descending order, then by date in descending order (newest to oldest). When you execute the "Remove Duplicates" action, it will only keep the first row for each unique order number, and remove all the duplicate order numbers. Since it keeps the row with the newest date, you can find the latest status for each order number. Q3 Querying for Specific Dates and Statuses: I covered how to use the Advanced Filter feature to do this in another video, which you can check out here: kzbin.info/www/bejne/aWOtYX-ugdt4fZYsi=XaYYv9CdKhHB7Qco Let me know if this helps explain the functionality you were asking about. I'm happy to clarify or provide any additional details.