I'm having a problem getting records from 2003 to show up on my report. Here is the formula I'm using:
if Month (CurrentDate) = 1 and
{SW_CM_CASE.SWDATECREATED} in LastYearYTD
then 1
else if{SW_CM_CASE.SWDATECREATED} in YearToDate
then 1
else 0
What I want to do is if the date is Jan 2004 I...
I'm having a problem getting records from 2003 to show up on my report. Here is the formula I'm using:
if Month (CurrentDate) = 1 and
{SW_CM_CASE.SWDATECREATED} in LastYearYTD
then 1
else if{SW_CM_CASE.SWDATECREATED} in YearToDate
then 1
else 0
What I want to do is if the date is Jan 2004 I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.