Crystalfire
Programmer
I have a report that counts the number of days a user has logged into an application within a given timespan. My existing report looks like this:
Username # of logons
User 1 15
User 2 15
User 3 12
User 4 3
The records shown above are displayed in the Group Footer section of the report while the detail section is suppressed. The # of logons is a count of the names in the detail section. How can I display the count of users that have the same count of logons?
This is want I want to display:
# of users # of logons
2 15
1 12
1 3
Username # of logons
User 1 15
User 2 15
User 3 12
User 4 3
The records shown above are displayed in the Group Footer section of the report while the detail section is suppressed. The # of logons is a count of the names in the detail section. How can I display the count of users that have the same count of logons?
This is want I want to display:
# of users # of logons
2 15
1 12
1 3