sql server - SSRS Totaling column with many groups -
i have ssrs report thats query returns many results. grouped aggregate them item group , division, couple of other groups. whats happening total line taking total of result lines instead of grouped lines. have tried adding scope sum expression in report no avail. need sum visible columns. heres shot of groups:
if run report, @ totals columns, way off:
this should 29,329 (i believe) totaling outside of groups. there way sum column can amount desired?
you may need recreate groups again.
from looks of diagram, total row outside group item_process_group, [sum(sales_quantity)]
summing groups (as comment suggest.
if total ([sum(sales_quantity)]
) on (empty)cell above displayed on pic above, should total correctly
Comments
Post a Comment