Merge data horizontally

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

Merge data horizontally

Post by StixStax »

Hey,

I'm trying to create a duty roster in stimulsoft with version 2012.1.1300. It is supposed to look like that:

Code: Select all

               |1.Jan|2.Jan|3.Jan|4.Jan|5.Jan|
               |---------------------------------------|
John           |Office R.201           |Chicago         |
               |---------------------------------------| 
Martin         |R12  | R13 |         |         |       |
               |--------------------------------------|


If the the data is the same for columns that are next to each other, the cells shall merge. I tried using cross table, but failed. Do you have an idea how to reach the desired result?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Merge data horizontally

Post by Alex K. »

Hello,

Can you please send us your report with test data which reproduce the issue for analysis.

Thank you.
StixStax
Posts: 46
Joined: Wed Aug 12, 2015 9:41 am

Re: Merge data horizontally

Post by StixStax »

In the attached sample I would like to merge the field "Your Data" horizontally, so that the boarders disappear. Any ideas ?
Attachments
Calendar.mrt
(9.11 KiB) Downloaded 285 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Merge data horizontally

Post by HighAley »

Hello.

Unfortunately, there is no easy way to do this, but we have added two scripts that change size of Text3 component.
Please, look at the Get Value and After Print events of the attached report template.
Calendar_modified.mrt
(9.77 KiB) Downloaded 306 times
Thank you.
Post Reply