I’d like to query a table via the Javascript API with the following requirements:
The query uses a “View” for sort orderThe query uses a custom filter that overrides any filters existing on that view.
Is it possible to accomplish this? Right now, it ...