Peter Allen
05/20/2024, 12:12 AMIvana Gasparekova
05/20/2024, 11:42 AMMichal Hauzírek
05/20/2024, 9:46 PMproduct attribute as the standard one and to that one all the product views will be tied.
And then you would map your table as another dataset “`related products`” and connect it to your product dataset with a M:N relation.
If you then filter by the related product attribute, the double-sided M:N arrow will cause this filter will get applied to product and from there the filter will get propagated normal way to product_views.
If you also want to see values for the selected product, not just its related ones, you might need to add each product as its own related product into your table.
And you can still filter with the attribute product to get values for just the selected produtcs, not their related ones.
You can read more about the native M:N relation in GoodData model here (assuming you are using the GoodData Platform edition. If you happen to use the newer GoodData Cloud, you can read relevant info here).
I hope this helps.Peter Allen
05/20/2024, 10:46 PM