OldGrayMare
MIS
We use Crystal 11 and a Remedy database, which does not allow table linking. Therefore, we must use subreports to print data from different tables.
I have a main report that uses the Vendor table to print Vendor Ticket#, Date Reported, and Date Resolved.
I have a subreport that is linked to Incident# and prints Agency and Department from the HelpDesk table.
I only want to display Voice data, which resides in the HelpDesk table. My subreport criteria is:
{HPD_Help_Desk.Incident Number} = {?Pm-NCC_HPD_VendorTicket.Incident ID} and
{HPD_Help_Desk.Product Categorization Tier 2} like "Voice*"
My problem is: All vendor tickets display, but the ones not like "Voice*" show the data from the Vendor table and empty fields from the HelpDesk table.
I'm not sure if this is a clear explanation.
In the main report, I have set the subreport to "Suppress Blank Subreport" but that does not prevent the non-voice data from displaying in the main report.
Thanks for your help,
Old Gray Mare
I have a main report that uses the Vendor table to print Vendor Ticket#, Date Reported, and Date Resolved.
I have a subreport that is linked to Incident# and prints Agency and Department from the HelpDesk table.
I only want to display Voice data, which resides in the HelpDesk table. My subreport criteria is:
{HPD_Help_Desk.Incident Number} = {?Pm-NCC_HPD_VendorTicket.Incident ID} and
{HPD_Help_Desk.Product Categorization Tier 2} like "Voice*"
My problem is: All vendor tickets display, but the ones not like "Voice*" show the data from the Vendor table and empty fields from the HelpDesk table.
I'm not sure if this is a clear explanation.
In the main report, I have set the subreport to "Suppress Blank Subreport" but that does not prevent the non-voice data from displaying in the main report.
Thanks for your help,
Old Gray Mare