OldGrayMare
MIS
I use Crystal v11. I want to see all records where either the product name or the closure product name are blank and the records also meet the other criteria.
When I use the selection criteria below, I get all records, even those whose products are not null.
IsNull ({HPD_Help_Desk.Product Name}) or
IsNull ({HPD_Help_Desk.Closure Product Name}) or
{HPD_Help_Desk.Submit Date} in LastFullMonth and
{HPD_Help_Desk.Status} > "2" and
{HPD_Help_Desk.Assignee} <> "Spectrum Spectrum"
I have also tried criteria like:
(
IsNull ({HPD_Help_Desk.Product Name}) or
IsNull ({HPD_Help_Desk.Closure Product Name}) or
{HPD_Help_Desk.Submit Date} in LastFullMonth
)
and
{HPD_Help_Desk.Status} > "2" and
{HPD_Help_Desk.Assignee} <> "Spectrum Spectrum"
If I change the first "and" to an "or" I get no records at all.
I'd appreciate your assistance.
Thank you,
Rachel
When I use the selection criteria below, I get all records, even those whose products are not null.
IsNull ({HPD_Help_Desk.Product Name}) or
IsNull ({HPD_Help_Desk.Closure Product Name}) or
{HPD_Help_Desk.Submit Date} in LastFullMonth and
{HPD_Help_Desk.Status} > "2" and
{HPD_Help_Desk.Assignee} <> "Spectrum Spectrum"
I have also tried criteria like:
(
IsNull ({HPD_Help_Desk.Product Name}) or
IsNull ({HPD_Help_Desk.Closure Product Name}) or
{HPD_Help_Desk.Submit Date} in LastFullMonth
)
and
{HPD_Help_Desk.Status} > "2" and
{HPD_Help_Desk.Assignee} <> "Spectrum Spectrum"
If I change the first "and" to an "or" I get no records at all.
I'd appreciate your assistance.
Thank you,
Rachel