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!

Find the number of days

Status
Not open for further replies.

auburnfan

Technical User
Jan 4, 2006
22
0
0
US
OK I am using CR 8.5.
What I need is to be able to find the number of days since a customer called last.

I want to be able to have my paramater as enter say 30 and it will show me every customer that has not called within 30 days. I know I could just enter the the date manually, but the people who will be running the report want it as easy as possible.
Any suggestions would be appreciated.
Thanks,
Jeff
 
Make a formula field with something like
Code:
DateDiff ("d", {datecalled},  currentdate)
Try displaying this against your data, just to confirm you are getting what you want.

Then in your selection, check for it being 30 or more.

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top