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

Formula to show records between start and scheduled implentation date

Status
Not open for further replies.

gingerwelshguy

Technical User
Aug 9, 2013
10
GB
Hi there ,

I am using Crystal 11 and would like a formula please to show the following between two dates;

If difference between the submit date (01/05/2014) and Implementation date (04/05/2014) is 7 days or less then show records, if greater than 7 days please ignore.

Im new to this so any suggestions woold be welcome

Thanks
 
In the Record Selection formula, try:

Code:
{YourTable.ImplementationDate} - {YourTable.SubmitDate} < 9

Cheers
Pete
 
Hi Pete - Thanks for this formula, it worked, many thanks for your help
 
You're welcome.

And of course the formula should have been: {YourTable.ImplementationDate} - {YourTable.SubmitDate} < [highlight #FCE94F]7[/highlight]

Regards
Pete
 
Hi Pete - I did wonder why it was showing 9 rather than 7 days...thanks once again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top