OldGrayMare
MIS
CRYSTAL 11
We have Products broken down by Model/Version. Some of our NCID Product Model/Versions are blank. I am attempting to print all records that have the Product Name of "NCID" where the Product Model/Version does not include "NG". In other words, I want all NCID Product Names where the Product Model/Version is either blank or = "7.x."
My formula below results in only the "7.x" Product Model/Version records but doesn't include the nulls.
{HPD_Help_Desk.Company} = "ITS Service Desk" and
{HPD_Help_Desk.Reported Date} > DateAdd ("d", -49,{@SpecificDate} ) and
{HPD_Help_Desk.Reported Date} < {@SpecificDate} and
{HPD_Help_Desk.Product Model/Version} <> "NG" and
{HPD_Help_Desk.Product Name} = "NCID"
If anyone could please tell me what is wrong with my logic above, I'd appreciate it.
We have Products broken down by Model/Version. Some of our NCID Product Model/Versions are blank. I am attempting to print all records that have the Product Name of "NCID" where the Product Model/Version does not include "NG". In other words, I want all NCID Product Names where the Product Model/Version is either blank or = "7.x."
My formula below results in only the "7.x" Product Model/Version records but doesn't include the nulls.
{HPD_Help_Desk.Company} = "ITS Service Desk" and
{HPD_Help_Desk.Reported Date} > DateAdd ("d", -49,{@SpecificDate} ) and
{HPD_Help_Desk.Reported Date} < {@SpecificDate} and
{HPD_Help_Desk.Product Model/Version} <> "NG" and
{HPD_Help_Desk.Product Name} = "NCID"
If anyone could please tell me what is wrong with my logic above, I'd appreciate it.