M
mavis
Dear All,
In a report there are 2 fields (ClaimedAmounttxt, Exposuretxt).
Formalu in the field:
ClaimedAmounttxt--> =[ClaimedAmount]/[ValuableROE]
Exposuretxt -->
=IIf([ClaimedAmounttxt]>=[CargoDeductible],[CargoDeductible],[ClaimedAmounttxt])
At the end of the report i have the total Exposure field with the below
forumla.
=Sum(IIf([ClaimedAmount]>=[CargoDeductible],[CargoDeductible],[ClaimedAmount]))
The total amount from the above forumla is wrong. can anyone advice what is
the problem with my code?
Thanks. I need this help ASAP.
In a report there are 2 fields (ClaimedAmounttxt, Exposuretxt).
Formalu in the field:
ClaimedAmounttxt--> =[ClaimedAmount]/[ValuableROE]
Exposuretxt -->
=IIf([ClaimedAmounttxt]>=[CargoDeductible],[CargoDeductible],[ClaimedAmounttxt])
At the end of the report i have the total Exposure field with the below
forumla.
=Sum(IIf([ClaimedAmount]>=[CargoDeductible],[CargoDeductible],[ClaimedAmount]))
The total amount from the above forumla is wrong. can anyone advice what is
the problem with my code?
Thanks. I need this help ASAP.