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

DateRange Selection Criteria

Status
Not open for further replies.

steviebab

MIS
Jan 16, 2001
3
GB
I am using CRv8 from a SQL Database
I have a cross-tab report parameter set up to specify a date range on calls in the database. This picks out all calls opened within the period specified and summarises the status by group. This works perfectly. However, what I really want to do is also count the number of calls which were closed within this period, which were opened previously.

I have tried adding a line to the Edit Selection formula (Record) reading {HDWCALL.HDWCLSDAT} in {@DateRange} but I get an error as CR says it's expecting a value instead of a fieldname. When the cross-tab generates the report it seems to create a line in the same syntax {HDWCALL.CALLDAT} in {@DateRange}

Does anyone have any ideas or should I try a completely different approach?
 
Apologies - I've cracked it by adding some lines to my DateRange formula
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top