reporting services - Sum Grouped Data in SSRS -
i want sum grouped data in report can't figure out way it.
my data looks this: 
i trying value 4 in grand total show number of orders on different schedules. simple count count detail lines giving me value 8, count distinct give me value 3 there 3 unique orders. there way sum subgroup totals (which calculated count distinct per schedule).
you add field dataset (either in query, or calculated field in dataset) called schedule-order, values "1234-1111", "1234-2222".
then can count distinct on field.
Comments
Post a Comment