belle99999
Technical User
Crystal report 10 - group parameter error when adding date field
I get an error just with th SENRTY field. missing string or not recongnizing. the date field in the database is M/dd/yyyy 00:00:00 AM. when I remove that part of the group parameter it works fine. I would love some help to try an incorporate this! its driving me crazy but I'm no expert!
Switch ({?group} = 'Employee ID', {CW_VW_209_SEN_CALLIN_SHEET.EMPLOYEEID},
{?group} = 'Name', {@FULL NAME},
{?group} = 'Resource Type', {CW_VW_209_SEN_CALLIN_SHEET.JOBTITLE},
{?group} = 'Seniority Date',{CW_VW_209_SEN_CALLIN_SHEET.SENRTY},{”MM/dd/yyyy”},
{?group} = 'Supervisor', {CW_VW_209_SEN_CALLIN_SHEET.SUPERVISOR},
True, " ")
I get an error just with th SENRTY field. missing string or not recongnizing. the date field in the database is M/dd/yyyy 00:00:00 AM. when I remove that part of the group parameter it works fine. I would love some help to try an incorporate this! its driving me crazy but I'm no expert!
Switch ({?group} = 'Employee ID', {CW_VW_209_SEN_CALLIN_SHEET.EMPLOYEEID},
{?group} = 'Name', {@FULL NAME},
{?group} = 'Resource Type', {CW_VW_209_SEN_CALLIN_SHEET.JOBTITLE},
{?group} = 'Seniority Date',{CW_VW_209_SEN_CALLIN_SHEET.SENRTY},{”MM/dd/yyyy”},
{?group} = 'Supervisor', {CW_VW_209_SEN_CALLIN_SHEET.SUPERVISOR},
True, " ")