On XI and SQL database...
I have a column on a report that is a distinct count, and I need it to add up at the end of the report. Just dragging a copy of the field (DistinctCount(table.field)) into the footer isn't the answer (at least it's not working in this case), and you can't do a sum on a count, i.e., Sum(DistinctCount(table.field)).
An example of what I'm looking for:
Record Count
1 5
2 5
3 10
Total: 20
Is there an easy way to get that column to add up? Thanks.
"I have no idea what's going on." -Towelie
I have a column on a report that is a distinct count, and I need it to add up at the end of the report. Just dragging a copy of the field (DistinctCount(table.field)) into the footer isn't the answer (at least it's not working in this case), and you can't do a sum on a count, i.e., Sum(DistinctCount(table.field)).
An example of what I'm looking for:
Record Count
1 5
2 5
3 10
Total: 20
Is there an easy way to get that column to add up? Thanks.
"I have no idea what's going on." -Towelie