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!

Date range excluding Specific week or dates 1

Status
Not open for further replies.

Dausa67

Technical User
Oct 1, 2008
96
US
Good afternoon and Merry Christmas,
Is it possible to exclude a specific week or dates with-in an existing date range?

We will be off work next week so I do not want to populate that week on my report.

My report is ran every Monday morning with the date range of 20 weeks. The purpose of the report is sum the number of parts approved each week and chart the progress.

My date range code so far is:
Code:
{PBOM_PUR_PART_VENDORDATA.PUR_FINAL_APPR_DATE} in Currentdate -1 to Currentdate - 140

Thank you in advance for your help.

Clay
 
i think you should be able to add the below to your current date selection formula.
You could then either create From & To parameters or replace them with the actual dates.


AND
(NOT({PBOM_PUR_PART_VENDORDATA.PUR_FINAL_APPR_DATE}) IN [{%FromDate} to {%ToDate}])
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top