I created my top 10 list using aggregation, saved it as a view, and joined it with my main topic. However, the top 10 filter was removed from my query, resulting in the full list. How can I fix this?
Hi Amihai
We intentionally don’t include the limit in the query view, because most use-cases want a full view of the data. However there is a limit parameter you can add to the definition.
For use-cases like this, we find that filter by query can be a better option because it doesn’t require any new model objects