Hi
I need some help constructing/modify the below expression:
=IIf(Sum(Fields!totalmoney.Value)>105, (Sum(Fields!totalmoney.Value)-105)*0.128, 0) as a sub total in a table.
this currently gives the below result.
total money NI
bob 200 12.16
ted 104 0
subtotal 304 25.47
which is obviously incorrect.
Can anybody help me with an expression that will give the correct result ie 12.16.
thanks
I need some help constructing/modify the below expression:
=IIf(Sum(Fields!totalmoney.Value)>105, (Sum(Fields!totalmoney.Value)-105)*0.128, 0) as a sub total in a table.
this currently gives the below result.
total money NI
bob 200 12.16
ted 104 0
subtotal 304 25.47
which is obviously incorrect.
Can anybody help me with an expression that will give the correct result ie 12.16.
thanks