Answer Posted / Sachin Yadav
To perform a conditional sum in SSRS, you can use the IIF function along with the Sum function. Here's an example expression for calculating the sum of sales based on a condition:nn=Sum(IIF(Fields!ConditionField.Value = "Specific Value", Fields!Sales.Value, 0))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category