Hi. I simply want to display OrderQty and it's OrderUnit together side by side in a column.
So I write my expression like this :
=Fields!OrderQty.Value + " " +Fields!OrderUnit.Value
But it's displaying #ERROR. I tried to display OrderQty only or OrderUnit only, I see that there's no missing value or anything. So I thought there could be no reason these two fields cannot be combined in a single expression.
Any clarification or suggestion would be appreciated.
Thank You.