I have a view on an Oracle server. The view has date criteria in in. When I SELECT * FROM VIEW, the results are accurate in Oracle SQL Developer. When I add the view as a data source into Crystal Reports 2016, drag the fields onto the report and run it, all of the data is inaccurate. After some troubleshooting, I was able to figure out that Crystal Reports is ignoring the date criteria in my view. I went back to my view and removed the data criteria. Did another SELECT * FROM VIEW in SQL developer and the data matched the crystal report that generated incorrectly when using the view with the date criteria. How do I get Crystal Reports to recognize the date criteria in my Oracle VIEW? I've unchecked "Save Report Data". I can't put date parameters on the report because my view is generating averages based on the date criteria. There is no date in the result set. Any thoughts?