views:

21

answers:

1

Hi, In my crystal report, I am actually filtering the data based on start date and end date. But I am not getting data out of a fixed range(1-1-1985 to 31-12-2009). Data I am getting is directly from DB table, I am not calling any procedure.

I checked all possible way to restrict/filter the data, I could not find anywhere they are filtering in the report.Still I am getting data from 1985 to 2009.

I am using Crystal Report 8.0. Any idea how and where the data can be filtered out??

Thanks in advance for your time.

+1  A: 

Hi, I did the following and now it is working fine. Menu=> Database>Show SQL Query...>Reset then I saved the report.

It is working fine now.

I feel it is a bug in Crystal Report or may be the behavior of the software(because I am new to crystal report).