Hello everyone;
I have this code that prints business naics codes (business services code). The problem I am having is it keeps concatenating the codes created in the first grouping to the next, and next, and next grouping. Is there anyway to reset nics variable when it starts a new grouping. The report is grouped by business IDs; Below is the code.
I have this code that prints business naics codes (business services code). The problem I am having is it keeps concatenating the codes created in the first grouping to the next, and next, and next grouping. Is there anyway to reset nics variable when it starts a new grouping. The report is grouped by business IDs; Below is the code.
Code:
whileprintingrecords;
stringvar nics;
nics := nics + {VENDOR_NAICS.NAICS_CODE} + ", ";