Merge duplicates and erase empty lines

Stimulsoft Reports.NET discussion
Post Reply
StixStax
Posts: 46
Joined: Wed Aug 12, 2015 9:41 am

Merge duplicates and erase empty lines

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Merge duplicates and erase empty lines

Post 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.
StixStax
Posts: 46
Joined: Wed Aug 12, 2015 9:41 am

Re: Merge duplicates and erase empty lines

Post by StixStax »

Thank you. Exactly what I was looking for.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Merge duplicates and erase empty lines

Post by Alex K. »

Hello,

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

Thank you.
Post Reply