My report [ver 9] is a 2 grouped drilldown (State-grp 1, County-grp 2, drilldown detail-Cities). The running total is actually a numbering list on the counties which starts over at 1 for each state. This list works fine however when the city drilldown detail is expanded the county's number reverts back to 1. Is there anyway to retain the county's number on the list when its city detail is expanded?
Here's the code:
In grp 1 footer; [WhilePrintingRecords;Global Numbervar s:= 0;]
In grp 2 header; [WhilePrintingRecords;global Numbervar s; s:= s + 1;]
Thank you for your help.
Here's the code:
In grp 1 footer; [WhilePrintingRecords;Global Numbervar s:= 0;]
In grp 2 header; [WhilePrintingRecords;global Numbervar s; s:= s + 1;]
Thank you for your help.