Click to See Complete Forum and Search --> : Splitting a column in two?
DevonS
May 11th, 2006, 03:33 PM
Essentially, I have a list of calendar days (only ever one month) that have a corresponding value for that day. So:
Jun 1 200
Jun 2 134
Jun 3 435
...
Jun 30 198
I'd like the subreport that this is in to span two columns (well, 4 acutally, but you get the point) to look like this:
Jun 1 200 Jun 16 298
Jun 2 134 Jun 17 290
... ...
Jun 15 89 Jun 30 198
Ideas?
thg
May 12th, 2006, 09:48 PM
I'd make 2 subreports, one to take the first half, & the other one to take the second half. I actually did this for my reports.
I tried to format with multiple columns, never been able to get it to work right. The multiple subreports worked quite well with no trouble.
Anyone have other suggestions?
Yanivsch
May 18th, 2006, 10:20 AM
Hi all,
I have the exact same need.
I need to create two columns that will contain 4 row at the most each. Each column will have row titles.
for example:
Id fName lName Id fName lName
--- -------- -------- --- -------- --------
1 Smith John 5 Smith1 John1
2 .... ..... 6 ... ...
3
4
In order to do that I have created two subreports .
Now, the problem is that if one of the columns has no data I want to suppress it. I can suppress the Details area but i can't do the same for the Report Header area.
Does someone have any idea how to suppress the Report Header as well?
Thanks in advance.
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.