
Hello All Experts,
I have a query wherein i want to do sum of the field value by using condition.
if dateColumn.value> 2017-12-31
then ignore this row from sum of the column.
else
add this value in the summation.
=Sum(Fields!s_Pipeline.Value , "SumDataSet")
How to use if in the above.
*This post is locked for comments
I have the same question (0)Pls follow the below link
docs.microsoft.com/.../expression-examples-report-builder-and-ssrs
Hope this helps. Mark it as closed if suggestion answered your query.