cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Data In crystal Reports

Former Member
0 Kudos

Hi

I have solved that Issue By making changes in the view.

But now I am struck with some thing else...

Here Is the Scenario.

Revenues Table has Three Colums ( Date, Revenue, Site _CODE) >>>> It has 650 rows

Locations VW has these columns ( Site_Code, site_DESC, Region,...................) It has 65 Rows.

For a cross tab I need Region and Site_Desc as Rows and Date as a Column And revenue as Summary column ( for month)

I was unable to retrieve all the Site Desc for a region in crystal reports ( Also tried outer joins in LInks tab)

So i have created a new view from both of the above which has ( date,Revenue, site_code,site_desc,Region) and updated it in the Data source location of crystal reports.

I am getting all the data from past 5 years (which has 65 rows in the crosstab)

But when I am trying to filter it to 2010 data It gives only 24rows of data ( I am loosing site desc in the regions.)

I need all the site Desc in table whether they have a revenue or not.

How can I do this.

I have tried applying the select expert but got no luck.

Your assistance will be appreciated.

Thank YOu.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

This may help you to debug this:

Make a copy of the existing report and remove the crosstab. Put all the fields in the detail section and check how your data are joined by CR. Apply the year filter and check again if the data are display as expected in a vertical table format.

Regards,

Stratos

Former Member
0 Kudos

are your tables left outer join in the view,

it doesnt seem to pull in your 0 values, go to file report options, check boxes to convert null values,

see if that helps.

Answers (0)