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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top