Crystal Reports Viewer

  • Thread starter Thread starter Dmitry Karneyev
  • Start date Start date
D

Dmitry Karneyev

Hi!
I've got an application with CR viewer. I use dataset as a database for a
report.
I've got 2 tables. First one has one row and second one has any amount of
rows (including 0).
I use second table in 'details section' and information from first table in
other sections.
If second table hasnt rows report doesnt display any information including
the fist table.
Why it can be?

Thanks for any support!

Dmitry
 
Hi, Dim

Check whether you use 'inner join' in the query (I mean between primary table and secondary table)
You should use 'outer join'

Mark G.
 
Back
Top