Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Many to Many Relationship

I have two table.

The first table is PolicyTable, with fields: PolicyNbr, IssueDate, ExpireDate, Product, Channel, Premium. The policyNbr is a unique number.

The second table is ClaimTable, with fields: ClaimNbr, PolicyNbr, ReportDate, PaymentDate, PaymentAmount. This is a transaction record table, there is no primary key field. A claim could have multiple policies and multiple payments. A policy could also have multiple claims.

The questions I want to solve are,

On a  evaluate date,

1) How many policies have claims?

2) How many claims does each policy have?

The difficulty I have here is the many to many relationship between PolicyNbr and ClaimNbr. I don't know what's the most efficient way to do the analysis.

Labels (1)
1 Reply
maheshkuttappa
Creator II
Creator II

Please post sample data