Printing blank groups in Report Builder
?Hi There,
I have searched high and low for a solution but I can't seem to get one
to work!
I would like to print group band headings no matter if there is any data
in the detail band at all.
Any help would be appreciated!
Thanks,
Don
--- posted by geoForum on http://delphi.newswhat.com
I have searched high and low for a solution but I can't seem to get one
to work!
I would like to print group band headings no matter if there is any data
in the detail band at all.
Any help would be appreciated!
Thanks,
Don
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
If you have a master/detail configuration then by default master records
that have no corresponding detail records will be skipped over and will not
appear in the report. To include them
- access the data workspace
- click on the visual link (this will display the link dialog)
- click on the appropriate radio button to include the master records
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Nard's suggestion probably covers your situation and just in case you are
using only a single dataview, ensure that the join between your tables is a
left outer.
--
Bob