Why this isn't working? It prints "#Error" Thank you!
=iif(Count(Filter(Fields!SJob_Amount.Value,0)) > 1, "& " + Last(Fields!TAmount.Value).ToString, Last(Fields!TAmount.Value).ToString)
=iif(Count(Filter(Fields!SJob_Amount.Value,0)) > 1, "& " + Last(Fields!TAmount.Value).ToString, Last(Fields!TAmount.Value).ToString)