Forum Discussion
Anonymous
4 years agoNot applicable
SSRS Nested SUM ( IIF Expression Need to Group By Date Please Help
I am new to SSRS and have a SUM(IIF question. My data set contains four columns: Date, GroupID, PlanPaid, and NetworkIndicator. Here is an example of the data set: I am trying to SU...
- 4 years ago
Adding the "Claims_Rolling12" argument means that it's summing over that context instead of just the local context.
In this case, I think you can stick with just Sum(Fields!PlanPaid.Value) and put a NetworkIndicator filter on the entire Tablix.
AlexisOlson
Super User
4 years agoAdding the "Claims_Rolling12" argument means that it's summing over that context instead of just the local context.
In this case, I think you can stick with just Sum(Fields!PlanPaid.Value) and put a NetworkIndicator filter on the entire Tablix.