I'm using ssrs at the min, and writing a IIF expression. The report is running but not returning the field as I have set in the expression.
Here's the expression:
=IIF(Fields!TransCode.Value = "by", "Purchases Buy", Fields!TransCode.Value) =IIF(Fields!TransCode.Value = "ss", "Purchases Short Sale", Fields!TransCode.Value)=IIF(Fields!TransCode.Value = "sl", "Sale", Fields!TransCode.Value)=IIF(Fields!TransCode.Value = "cs", "Sale Cover Short", Fields!TransCode.Value )
Anyone know 'iif' I've missed something in this expression.