Page 1 of 1

Merge duplicates and erase empty lines

Posted: Fri Oct 02, 2015 12:12 pm
by StixStax
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

Re: Merge duplicates and erase empty lines

Posted: Fri Oct 02, 2015 12:31 pm
by HighAley
Hello.

You could add a Group Header with grouping on this column and set the height of the Data Band to 0.
You could read how to create report with Groups in the User Manual.

Thank you.

Re: Merge duplicates and erase empty lines

Posted: Fri Oct 02, 2015 3:57 pm
by StixStax
Thank you. Exactly what I was looking for.

Re: Merge duplicates and erase empty lines

Posted: Mon Oct 05, 2015 5:46 am
by Alex K.
Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.