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