Set selection not working
I'm working on a new report that has 2 processing options but does not have data selection. I have a level break header section where I've set user selection in the initialize section.
My first line is to set the append flag to Yes. I have 3 lines after that. The first is to set one field from my business view to a specific value. The next 2 lines set business view fields based on the processing options. I've displayed the code below.
I've run it through debug and after it runs through the 3 lines, there's a delay before it gets to the Do Section. When it hits the Do Section, it's on the first record in the business view which does not match any of the criteria in the data selection.