Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a classic fact table like this one (with almost 50 000 000 rows and more than 3000 brands):
2
I want to have the brand association. For exemple:
- if i select brand AAAA, associated brand are BBBB and CCCC
- If i select brand CCCC, associated brand is AAAA
The node is OrderID.
Is it possible to have a TOP 10 associated brand chart ? like this one:
I can already have associated brands with this expression:
only({$<OrderID=P(OrderID), Brand=E(Brand)>} Brand)
Please see attached app.
Thanks for your help !
Quentin
Anyone ?