I have the following in a report which does some processing. I have figured out that my second setrange is not working it is being loaded as a blank value. How can I fix this?
CC.SETRANGE(“Constituent No.”, “No.”);
CC.SETRANGE(“Category Type”, ‘CAMPAIGN’);
MESSAGE(’%1’, CC.“Category Type”);