Hi @PowerAddicts, I am developing an app about managing business opportunies. I have gallery listing all the opportunities, using sharepoint as datasource with multiple dropdown filters. I am able to filter it by:
opportunity country,
sales stage,
product family,
due date (dropdown options as in ["next 7 days", "next 2 weeks", "next 1 month"])
Now I want to add another filter called "Top opportunities" (which should be a dropdown with options as in ["top 3 by GP", "top 5 by GP", "top 10 by GP"] ). Here GP means Gross Profit which is a column in the SP source list.
The ask is they want to filter the gallery of opportunities by the topN based on the expected GP in order to focus on the most important opportunities. I will apprecate help in how to add this type of filter, thank you in advance.
