I have initial raw data that contains columns for trader, counterparty, product, mtm abs. From this data, I have to pick out the top 10 counterparties. So I get the top 10 counterparties using this variable:
Top 10 cp =Rank([mtm abs];[Client Valuations Counterparty])
and then filtering that table such that Top 10 cp less than or equal to 10.
Now with this table, I then need to get the top 10 products. I cannot use the initial raw data. The rule is to use the table you get when you filter the initial raw data by the top 10 counterparty.
I tried these formulas:
Really am struggling and I so wish someone can help please.
Thanks,
Jay