How to make conditional sum in ssrs?
Answer / 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 |
In which sql server version report builder introduced?
How to make conditional sum in ssrs?
What is report subscription?
How to change parameter value inside the report?
What is snapshot report?
In how many ways you can invoke ssrs reports?
What are cascading parameters in ssrs reports?
What are click through reports?
What are the three different part of rdl file explain them?
Difference between Logical Page and Physical Page in SSRS.
You want to use a perspective in an mdx query. How do you select the perspective?
Name and describe few console utilities for ssrs?