Are you suppressing if dupped? if so, I would suggest that you use the next function
Goto Report>Section Expert> Choose the section that you want to suppress then write something like the following
table.field1 = NEXT(table.field1) or table.field2 = NEXT(table.field2)
Hope this helps.
Main Topics
Browse All Topics





by: frodomanPosted on 2006-07-05 at 13:21:22ID: 17046082
Where in the report is this formula? Are there other formulas in your report that use these same global variables for anything?