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

Selection formulae problem (Using Crystal 8.5)

Status
Not open for further replies.

ddrake

Technical User
Mar 19, 2003
92
Hi!
Using Crystal 8.5 hitting a SQL2K db. (ARS 5.1.2) Havin' an issue with the selection formulae. Need to pull out 90 days of cases (it's a Remedy database), but only those created between midnight and 5am. This is my formulae:

({HPD:HelpDesk.Create Time} in Aged0To30Days OR
{HPD:HelpDesk.Create Time} in Aged31To60Days OR
{HPD:HelpDesk.Create Time} in Aged61To90Days) and
(Hour ({HPD:HelpDesk.Create Time}) in [0, 1, 2, 3, 4, 5])

Create Time is a DateTime field. When I check the formulae, it says that "a string is required here" and puts the cursor in front of the Aged0To30Days function...

Thank you!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top