0
votes

How to load and unload app maker calculated model data source, normal query filters are not working for calculated data source. We have requirement to load data source with filters after the initial data load.

1

1 Answers

0
votes

It heavily depends on your server side implementation. Basically, you are receiving query as a parameter. From the query you can get values for your filters, parameters, paging, sorting, etc. and handle them with scripting. You can find such examples in App Maker Templates, for instance in Project Tracker.