reporting services - Sum Grouped Data in SSRS -


i want sum grouped data in report can't figure out way it.

my data looks this: enter image description here

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

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -