Using:
SQL Database
Crystal Reports 11.5.1
Using the following formula I'm getting returns outside the requested scope for {LastRCSContact}.
Can someone take a look at this and let me know if additional information is needed and what I need to do to fix my formula.
Many thanks in advance.
Ken
if {KH_LastRCSActivityDate.LastRCSContactDate} in dateserial(year(currentdate), month(currentdate)-7,1) to dateserial(year(currentdate), month(currentdate),6)-1
and {Invoice_Detail.INVDTE_32} in dateserial(year(currentdate), month(currentdate)-13,1) to dateserial(year(currentdate), month(currentdate)-7,1)-1
and {Invoice_Detail.PRTNUM_32} like "RENT*"
then {@Extension Price}
else 0
SQL Database
Crystal Reports 11.5.1
Using the following formula I'm getting returns outside the requested scope for {LastRCSContact}.
Can someone take a look at this and let me know if additional information is needed and what I need to do to fix my formula.
Many thanks in advance.
Ken
if {KH_LastRCSActivityDate.LastRCSContactDate} in dateserial(year(currentdate), month(currentdate)-7,1) to dateserial(year(currentdate), month(currentdate),6)-1
and {Invoice_Detail.INVDTE_32} in dateserial(year(currentdate), month(currentdate)-13,1) to dateserial(year(currentdate), month(currentdate)-7,1)-1
and {Invoice_Detail.PRTNUM_32} like "RENT*"
then {@Extension Price}
else 0