Hi, I’m currently building a “Worst Top 10 Products” visualizations — one based on Return Rate and the other on Returns Value
Firstly, filter products where Return Rates are more than 25%. Then, from that filtered set, display the Top 10 products based on Returns Value
The issue I’m running into is that GoodData doesn’t seem to allow using a Top N filter together with a metric filter. I also tried creating a filtered metric for the Top 10 so I could use two metric filters instead, but that approach didn’t work either. Do you have suggestions on how this could be achieved?