I work for an insurance company and I am trying to build a claims data base. The problem is with Liability claims. These claims have two parts medical and indemnity payments and have the same claim number. For example a policy holder may have two liability claims but because of the two parts my query currently shows the policy holder to have four claims and these are not duplicate records.
What I am trying to do is set a criteria that will count the claim only once by using an Iif statement. Such as: if the claim number and date of loss are the same Then only count as one claim for the policy holder. Any help is greatly appreciated
What I am trying to do is set a criteria that will count the claim only once by using an Iif statement. Such as: if the claim number and date of loss are the same Then only count as one claim for the policy holder. Any help is greatly appreciated