The Report is suppose to show all calls closed in the current month listed by week but incorrectly includes weeks from past years instead of just 2006.
The Formulas are as follows:
Crystal Month
Month(HFWDatetoDate({CallLog.ClosedDate}))
Current Month
Month(CurrentDate)
Selection Formula:
{CallLog.CallStatus} = 'Closed' and
{@CurrentMonth} >={@Crystal Month} and {@CurrentMonth} <= {@Crystal Month}
and if
{?Customer Type} <> 'All'
then
{CallLog.CustType} = {?Customer Type}
else
{CallLog.CustType} like "*"
Any ideas on how to fix it?
Thanks,
Sandy
The Formulas are as follows:
Crystal Month
Month(HFWDatetoDate({CallLog.ClosedDate}))
Current Month
Month(CurrentDate)
Selection Formula:
{CallLog.CallStatus} = 'Closed' and
{@CurrentMonth} >={@Crystal Month} and {@CurrentMonth} <= {@Crystal Month}
and if
{?Customer Type} <> 'All'
then
{CallLog.CustType} = {?Customer Type}
else
{CallLog.CustType} like "*"
Any ideas on how to fix it?
Thanks,
Sandy