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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dateadd formula for crystal reports

Status
Not open for further replies.

records333

Technical User
Mar 16, 2012
41
US
Hello All,

I thought I nailed the code but records that I know should return aren't.

My goal is to capture appointments scheduled 8 days from currentdate;

Code:
{table.contact_date} in dateadd('d',8,CurrentDate)to currentdate
 
What is it that isn't working?

Is it possible that records are being dropped because of Inner Joins to tables that have no data for the records you believe are missing. Alternatively, is it possible that your results are being impacted by Null values in columns referred to in your Record Selection or other formulas.

You haven't given us much to work with, but they are a couple of obvious places to look.

Cheers
Pete

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top