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

Parameter = Hire Date plus 90 days

Status
Not open for further replies.

bluraz

MIS
Aug 18, 2005
32
US
Crystal XI and SQL

I need my report to only look at the data for all active employees between their "original hire date" and "original hire date plus 90 days". The user should not be prompted for any parameters. I have made several unsuccessful attempts.... Any suggestions?

I prefer to create my reports using command statements, but do use the Record Selection while testing.
 
Do you mean you are looking for people who are currently within that range? Use a record selection formula like this:

{table.originalhiredate} in currentdate-90 to currentdate

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top