alignment in two different databand values and removing dup.

Stimulsoft Reports.NET discussion
Post Reply
shivkrsingh
Posts: 24
Joined: Wed Dec 04, 2013 8:52 am

alignment in two different databand values and removing dup.

Post by shivkrsingh »

hi,
I have used two databand on panel inside a databand. there is a sequence of data for I want to break it in column but only one part and want to remove duplicate data from other(band5) and align each data of band5 and band4. How Can I achieve this. I have attached my sample with it.

thanks
Attachments
Test.rar
(11.27 KiB) Downloaded 232 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: alignment in two different databand values and removing

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your task. Can you please send us a screenshot how it should look like.

Thank you.
shivkrsingh
Posts: 24
Joined: Wed Dec 04, 2013 8:52 am

Re: alignment in two different databand values and removing

Post by shivkrsingh »

Please find the attached screenshot. If you will check first column which is databand5 you will find duplicate values. All values comes three times. I want to take only one and want to remove others. so that they can align by row with other band as shown in screenshot.

thanks.
Attachments
test.JPG
test.JPG (85.14 KiB) Viewed 1986 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: alignment in two different databand values and removing

Post by Alex K. »

Hello,

In this case you need use the master-detail construction. Where master - it is data grouped by Name and detail - it is data from "Filter" source.
Please check the modified report in the attachment.

Thank you.
Attachments
FeatureComparisonReport_modified.mrt
(54.22 KiB) Downloaded 209 times
shivkrsingh
Posts: 24
Joined: Wed Dec 04, 2013 8:52 am

Re: alignment in two different databand values and removing

Post by shivkrsingh »

thanks for the answer it works but I do not want to change the sequence of column data orientation. by creating group it sorts data according to name. I do not want sorting. it should be in same order as it was coming in XML. how to achieve it.

thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: alignment in two different databand values and removing

Post by Alex K. »

Hello,

In this case, please try to add the additional datasource, which will be contain only the Name column without duplicates and without sorting. And use it source as master data.

Thank you.
Post Reply