Hello,
I have a report which includes a field (sum(Fields!Item_Qty_.Value) ). I want to make it optional, So I created on the request page boolean variable (HideTotalQuantity). Once it is selected then the totals won't be shown.
But my problem is, The field has a border, when i select the hide total quantity, the value and the border disappear.
I just want the value to disappear and not the border.
Please advise.
Thank you,
0
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
IIF(Fields!HideTotalQuantity.Value = "False",sum(Fields!Item_Qty_.Value) ,"")