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 |
What is reportserver and reportservertempdb ?
What is tablix?
What is format parameter in ssrs?
List out what other servers you can use with ssrs?
what are the three command line utilities and what are their primary functions?
What are data regions?
Can You Use Data Mining Models In Ssrs?
how would you store your query in an SSRS report or a Database server?
what method you can use to reduce the overhead of Reporting Services data sources?
Difference between Logical Page and Physical Page in SSRS.
What is data set in report?
What are the different kinds of ssrs reports?