I have a function in ssrs that totals up all the values that are not in a certain list. The function below is that I have but it is not seeming to work.
=sum(iif(Fields!Codes.Value <> ["700","200","300","400","500"], 1,0))
I have a function in ssrs that totals up all the values that are not in a certain list. The function below is that I have but it is not seeming to work.
=sum(iif(Fields!Codes.Value <> ["700","200","300","400","500"], 1,0))