It requires using the "GroupBy" Operator found in the Aggregate section
Your source data would be the table "Backup Job Details"
Your then group the source data by "client, setting the "default Number Operation" to Max
If you just wanted one line of the report showing the Total number of all clients you can add another GroupBy operator with the "Default Number Operation" set to Sum this time.
Otherwise you can add a Total field in the report to add all the clients up.
Michael_Real
4 Posts
1
August 18th, 2013 17:00
This should be relatively simple,
It requires using the "GroupBy" Operator found in the Aggregate section
Your source data would be the table "Backup Job Details"
Your then group the source data by "client, setting the "default Number Operation" to Max
If you just wanted one line of the report showing the Total number of all clients you can add another GroupBy operator with the "Default Number Operation" set to Sum this time.
Otherwise you can add a Total field in the report to add all the clients up.