Filter Params and Get Dataset By Query

Hi All

Im not sure if this has been answered before,

But just to clarify, do table filter params affect the outcome of getDatasetByQuery?

Zuke

no, you’re on your own… these are plain queries (you can also see those showing up in the admin-page performance data as ‘custom’

once you load a pk-dataset onto a form, Servoy will apply filters again…

so you could query a huge amount of pk’s into a dataset, but once you say foundset.loadRecords(_ds) the dataset get’s filtered…