Crystaluser66
Programmer
I have 4 columns and data is like this
customer customer salesrep
account Name code type
4845667343 frank 667 Adjournal1
leone Adjournal2 Detailsa
----------
Insert1
Insert2 Detailsb
2343556778 John 931 Adjournal7 Detailsa
Wright
-----------
Detailsb
6733223456 Sean 543 Detailsa
Rimmer
------------
Insert7 Detailsb
Insert8
Type could be ads or inserts.for ads there is a subreport in details sectiona and also a subreport for inserts in details sectionb.
Both subreports are linked to salesrepcode.
each of the subreports can have one,none or many values.
The problem is that when there is no Adtype,the subreport is going to display a blank value for the customer account,customer name and salesrepcode and then start displaying insert type in the nest line.
So if there is no adtype,insert type should be displayed on the same line as customer account,customer name and salesrepcode.
Thanks
customer customer salesrep
account Name code type
4845667343 frank 667 Adjournal1
leone Adjournal2 Detailsa
----------
Insert1
Insert2 Detailsb
2343556778 John 931 Adjournal7 Detailsa
Wright
-----------
Detailsb
6733223456 Sean 543 Detailsa
Rimmer
------------
Insert7 Detailsb
Insert8
Type could be ads or inserts.for ads there is a subreport in details sectiona and also a subreport for inserts in details sectionb.
Both subreports are linked to salesrepcode.
each of the subreports can have one,none or many values.
The problem is that when there is no Adtype,the subreport is going to display a blank value for the customer account,customer name and salesrepcode and then start displaying insert type in the nest line.
So if there is no adtype,insert type should be displayed on the same line as customer account,customer name and salesrepcode.
Thanks