Malfist
Malfist

Reputation: 31795

Crystal Reports doesn't show any data

So I'm using this SQL Server with my application and I decided to display crystal reports to the user. I'm not at all experienced with crystal reports, but this project gives me a good opportunity to learn.

Now, my data sources are already setup and i've been using them with for the past several months with this project. However, when I create a report using Crystal Report's wizard and I include data, I get no data output. I get the labels, but no actual data from the database. When I go to report's preview I see an example and it looks right, however no data is displayed.

I also tried creating a graph, but that didn't even show up.

Upvotes: 0

Views: 5228

Answers (2)

paulmorriss
paulmorriss

Reputation: 2615

I sometimes hit trouble because I need a left join when the default is an inner join.

Upvotes: 0

Sean
Sean

Reputation:

Are you linking tables? In my experience 99% of the time when I get no data with Crystal it's been because of a funky link. Also check what part of the report (Header, details, etc.) the object is in.

Upvotes: 2

Related Questions