Print Page | Close Window

Verifying Problems

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Technical Questions
Forum Discription: Formulas, charting data, Crystal syntax, etc.
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=6590
Printed Date: 04 May 2024 at 4:04am


Topic: Verifying Problems
Posted By: DeeMag
Subject: Verifying Problems
Date Posted: 05 Jun 2009 at 3:04am
Good day,
 
I'm struggling with a report, it's returning wrong data if I change the parameters, example: If I select from '01/05/09' to '31/05/09' it will ask me to verify and it will give me correct data, and If I come again and select data out of the above criteria it will give me wrong data untill I verify for that specific range, vise versa!
 
Please help!



Replies:
Posted By: lockwelle
Date Posted: 05 Jun 2009 at 6:39am
I am not sure what you mean by 'verify'.
 
What I would do is:
1) print the parameters on the report (this will allow to visually ensure that they are correct)
2) if you have a filter for the data, I would display the different parts(each line of a nested 'if statement') and display that in the details
3) keep building up the logic and what you display until you a) you find your error or b)you run out of things to test  (hopefully a comes first ;)  )
 
If the data is coming from a stored proc or view, verify that it is returning the correct data by using the displayed parameters.
 
HTH



Print Page | Close Window