Hi In Total I am having formula like this
=IIF(IsNothing(Fields!TotalCharges.Value) or Fields!TotalCharges.Value <=0 , 0,Sum(Fields!Payments.Value) / Sum(Fields!TotalCharges.Value))
But still it is giving me error.Can you help me for the same.
Hi In Total I am having formula like this
=IIF(IsNothing(Fields!TotalCharges.Value) or Fields!TotalCharges.Value <=0 , 0,Sum(Fields!Payments.Value) / Sum(Fields!TotalCharges.Value))
But still it is giving me error.Can you help me for the same.