My data consists of product, manufacturer, and function the manufacturer is authorized to perform (e.g., packaging, quality control, etc.). The data covers many different sites, and the manufacturer may be authorized for some functions at one site, and other functions at another site.
The user wants the report to ignore site and to show a list of unique function names that each manufacturer is authorized for. I've grouped the report by product and manufacturer, and am trying to accumulate unique function names into a string variable array. My problem is re-initializing the array on manufacturer group breaks.
Any suggestions?
The user wants the report to ignore site and to show a list of unique function names that each manufacturer is authorized for. I've grouped the report by product and manufacturer, and am trying to accumulate unique function names into a string variable array. My problem is re-initializing the array on manufacturer group breaks.
Any suggestions?