Re: subreport (displaying fields in the subreport)
Originally Posted by steve_rm
Hello,
I have created a subreport.
I am grouping by incidentTask.incidentID. but i don't want to show that in the subreport)
it is always repeating the data in the subreport.
Is there any way to customize the subreport, any tutorials out there.
Many thanks,
Steve
If you don't want to view the Group Header, why not just suppress or hide it.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
Re: subreport (displaying fields in the subreport)
Hello,
I have solved the above problems.
However, I have another problem.
I want to display something like this below: Parts Used
A
B
C
D
Extra Parts
E
F
T
So what I need is a
Page Header section A
Details section A
Page Header section B
Details section B
The designer won't let me insert another report header after the detailed section A
Just another quick question. If one of the fields has no data in it, then it will display a blank line. Anyway to avoid this. In my address fields, some of the details the user does not enter.
Re: subreport (displaying fields in the subreport)
Originally Posted by steve_rm
. . .Just another quick question. If one of the fields has no data in it, then it will display a blank line. Anyway to avoid this. In my address fields, some of the details the user does not enter. . .
You can select the Suppress Blank Section option in the Selection Expert
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."