Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wrong results reported by Crystal Report

Status
Not open for further replies.

mjbhopal

Programmer
Mar 5, 2002
3
IN
In Crystal Reports,in report selection formula i have entered following formula
({Trans.ReceiptDate} in Date(2001,12,09) to Date(2001,12,09)) or ({Trans.IssueDate} in Date(2001,12,09) to Date(2001,12,09))

This gives only 3 records. As my database contains 8 records of same date in IssueDate field and 3 records of same date in ReceiptDate field. When I give IssueDate condition first and then gives ReceiptDate condition second I get 8 records. Instead of this all 11 records should be reported. Can some body explain it?
-Mahesh
 
It could be worth trying
({Trans.ReceiptDate} in [Date(2001,12,09) to Date(2001,12,09)]) or
({Trans.IssueDate} in [Date(2001,12,09) to Date(2001,12,09)])

Could NULL's be causing your problem?

Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top