So for background, my company is running a contest. The number of units a customer has purchased determines how many entries they get into the contest.
The data partner we have to provide the list to wants a list of all account numbers with duplicated values to determine how many entries a person has.
So basically, I have a dataset that has ACCOUNT_NBR and UNITS. If a Customer 12345 has 6 units, I want their account number to be in the final dataset 6 times.
Sorry if this doesn't make sense, will happily clarify if needed.