Version: CR 8.5 Developers
The following select was entered using Crystal SQL
Designer:
select callid, calldate, activitydate from helpdesk.calllog where calldate <= '10/15/2001' and activitydate = '9/1/2001'
union
select callid, calldate, activitydate from helpdesk.calllog_hist where calldate <= '10/15/2001' and activitydate >= '9/1/2001'
Data was sucessfully retrieved in the SQL Designer.
(Actual dates will ultimately be supplied as paramaters.)
When a report is based on this query and grouped on 'activitydate', the option to 'Break: for each week' is not available. I need this function for charting purposes.
Any assistance greatly appreciated,
Stan
The following select was entered using Crystal SQL
Designer:
select callid, calldate, activitydate from helpdesk.calllog where calldate <= '10/15/2001' and activitydate = '9/1/2001'
union
select callid, calldate, activitydate from helpdesk.calllog_hist where calldate <= '10/15/2001' and activitydate >= '9/1/2001'
Data was sucessfully retrieved in the SQL Designer.
(Actual dates will ultimately be supplied as paramaters.)
When a report is based on this query and grouped on 'activitydate', the option to 'Break: for each week' is not available. I need this function for charting purposes.
Any assistance greatly appreciated,
Stan