Hi all,

As shown in the picture above, I have in form level that row as a negative value.
I checked DP there is no related these kinda records.
And, I found it in the Design <Text box properties<Number <Custom <Expression>
=switch(Fields!AmountMST.Value mod 1 = 0 ,"#,0",Fields!AmountMST.Value mod 1 <> 0,"#,0.00")
i don't understand behind the Expression.
Now, i want to in the report in form level "Basic salary", "Housing" ....... if its negative i want to in the report as a negative.
if its positive value i want to as a positive so that what should i do ?
Thanks