I am working with a dataset containing customer invoice information. Some customers are represented mutiple times in the dataset on different dates/products. Every customer is identified with af unique numerical value. Now the problem is, I only need the latest customer information.
Lets say cutomer xxxx is represented 8 times in the dataset on different dates. I only need one instance of this particular customer, namely the latest.
I might add, that some times however, a customer will appear more than once on a given date. And in some cases, customers are even mistakenly registered more than once (duplicates).
So basically I am looking for some kind of logic that will remove 7 out of 8 rows containing a particular value (customer ID) preferable keeping the latest. Is that possible to do in EG?
Message was edited by: EGuser
Message was edited by: EGuser