ChiTownDiva
Technical User
Here's my selection criteria:
@mod date} >= PrintDate and
left({COMPANY},2) like left({?Company},2) and
{PERSON_STATUS} = "A" and
{LOCAL_PERS_ID} like {?RC Code/Tracking Unit} and
(if {?Compliance Report Requested?} like "Antitrust" then
{MGT_LEVEL} like "M" else
{MGT_LEVEL} like {?Management Level}) and
{ADDRESS_STATE} like {?State} and
(if {?Compliance Report Requested?} like "Affiliate Transaction" then
{JOB_GRADE} in "58" to "98" and
isnull({TEAM})
I need this to pull everyone where the Team field on their record is null, but it's pulling people who have the Team field populated. Did I choose the wrong function? I tried moving the function to different areas of the selection criteria and it still won't work.
Any help would greatly appreciated...
ChiTownDiva
@mod date} >= PrintDate and
left({COMPANY},2) like left({?Company},2) and
{PERSON_STATUS} = "A" and
{LOCAL_PERS_ID} like {?RC Code/Tracking Unit} and
(if {?Compliance Report Requested?} like "Antitrust" then
{MGT_LEVEL} like "M" else
{MGT_LEVEL} like {?Management Level}) and
{ADDRESS_STATE} like {?State} and
(if {?Compliance Report Requested?} like "Affiliate Transaction" then
{JOB_GRADE} in "58" to "98" and
isnull({TEAM})
I need this to pull everyone where the Team field on their record is null, but it's pulling people who have the Team field populated. Did I choose the wrong function? I tried moving the function to different areas of the selection criteria and it still won't work.
Any help would greatly appreciated...
ChiTownDiva