Hi. I have a report with three groups. The first is an interior/exterior group. The value is included in each record as a separate field, and is either 1 or 0 (basically a boolean). The second is an IP address (e.g. 50.50.75.75).
This is stored as a text field. The third is a cluster number, because within each IP address there are clusters of records (by time). The report appears to run beautifully, except that I noticed that sometimes a group will appear twice (with different data). E.g.
[group header] 210.253.184.3
details and group3 stuff
[group footer] totals blah blah blah
[group header] 210.253.184.3
details
[group footer] totals
The duplicate sections appear to always print after the section with the same ip address. I inserted a formula to check the length of the IP address (to see if there were spaces getting in there or something), but both group names (in the above example) return 13, meaning they're identical, right? Also, the problem doesn't appear to be with the int/ext group, because this problem occurs within interior or exterior groupings.
Has anyone else experienced this problem? Any advice as to what I should be looking at? Thanks in advance for any help!!
This is stored as a text field. The third is a cluster number, because within each IP address there are clusters of records (by time). The report appears to run beautifully, except that I noticed that sometimes a group will appear twice (with different data). E.g.
[group header] 210.253.184.3
details and group3 stuff
[group footer] totals blah blah blah
[group header] 210.253.184.3
details
[group footer] totals
The duplicate sections appear to always print after the section with the same ip address. I inserted a formula to check the length of the IP address (to see if there were spaces getting in there or something), but both group names (in the above example) return 13, meaning they're identical, right? Also, the problem doesn't appear to be with the int/ext group, because this problem occurs within interior or exterior groupings.
Has anyone else experienced this problem? Any advice as to what I should be looking at? Thanks in advance for any help!!