OldGrayMare
MIS
I have the following selection critera for a report:
{HPD_Help_Desk.Reported Date} in datetime (2008, 06, 30, 00, 00, 00)to datetime (currentdate) and
{HPD_Help_Desk.Assigned Group} = "TS Service Delivery Solutions Development" and
{HPD_Help_Desk.Product Categorization Tier 2} = "Video"
I also want to display on this same report tickets that meet the above Reported Date & Assigned Group but the Categorization Tier 2 field is null (no data appears in that field).
I entered this additional selection criteria, but it does not work:
or
{HPD_Help_Desk.Reported Date} in datetime (2008, 06, 30, 00, 00, 00)to datetime (currentdate) and
{HPD_Help_Desk.Assigned Group} = "TS Service Delivery Solutions Development" and
IsNull({HPD_Help_Desk.Product Categorization Tier 2}) Or
{HPD_Help_Desk.Reported Date} in datetime (2008, 06, 30, 00, 00, 00)to datetime (currentdate) and
{HPD_Help_Desk.Assigned Group} = "TS Service Delivery Solutions Development" and
InStr({HPD_Help_Desk.Product Categorization Tier 2}, " ") = 0
Please offer a solution.
Thank you,
Rachel
{HPD_Help_Desk.Reported Date} in datetime (2008, 06, 30, 00, 00, 00)to datetime (currentdate) and
{HPD_Help_Desk.Assigned Group} = "TS Service Delivery Solutions Development" and
{HPD_Help_Desk.Product Categorization Tier 2} = "Video"
I also want to display on this same report tickets that meet the above Reported Date & Assigned Group but the Categorization Tier 2 field is null (no data appears in that field).
I entered this additional selection criteria, but it does not work:
or
{HPD_Help_Desk.Reported Date} in datetime (2008, 06, 30, 00, 00, 00)to datetime (currentdate) and
{HPD_Help_Desk.Assigned Group} = "TS Service Delivery Solutions Development" and
IsNull({HPD_Help_Desk.Product Categorization Tier 2}) Or
{HPD_Help_Desk.Reported Date} in datetime (2008, 06, 30, 00, 00, 00)to datetime (currentdate) and
{HPD_Help_Desk.Assigned Group} = "TS Service Delivery Solutions Development" and
InStr({HPD_Help_Desk.Product Categorization Tier 2}, " ") = 0
Please offer a solution.
Thank you,
Rachel