Forum Discussion
Variations affecting all rows in table
- 4 years ago
Hi MarkEden ,
According to your description, in my understanding, you want for example for Insurer B, only when the Risk Class row is Marine, it should be "[Total Premium] + [Insurer C Marine Premium]", otherwise, it should be "[Total Premium]".
If this is the case, here's my solution.
Total including variations = SWITCH ( TRUE (), [Selected Insurer] = "Insurer A", [Total Premium] + [Insurer C Accident & Health Premium] + [Insurer C Professional Risks Premium], [Selected Insurer] = "Insurer B", IF ( MAX ( [Risk Class] ) = "Marine", [Total Premium] + [Insurer C Marine Premium], [Total Premium] ), [Total Premium] )Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi MarkEden ,
Is your problem solved?? If so, Would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
Best Regards,
Community Support Team _ kalyj
It is. Many thanks for your help.