Merge duplicates and erase empty lines
Posted: Fri Oct 02, 2015 12:12 pm
Hey,
I get my data from a databand like this:
Apple
Apple
Apple
Banana
Banana
Banana
if I choose ProcessingDuplicates, i get following result (empty spaces between the lines):
Apple
Banana
How can I merge duplicates and get an output without those blanks?
Expected result:
Apple
Banana
I get my data from a databand like this:
Apple
Apple
Apple
Banana
Banana
Banana
if I choose ProcessingDuplicates, i get following result (empty spaces between the lines):
Apple
Banana
How can I merge duplicates and get an output without those blanks?
Expected result:
Apple
Banana