hi,
I am thinking about using a foundsetfilter to filter on a field that is 2 relations “upward” from the foundset table.
Foundset table = table1 and field to filter on is in table 3
relations are table1 ← table2 ← table3
I could perform a query (using getDatasetByQuery) to get the pk’s for table 1, put the pk’s in an array and put
this array in a foundsetfilter.
BUT this array can become rather large.
Questions :
-
Is there a limit on the size of an array used in a foundsetfilter ??
I do not want to get wrong results if it gets to large. -
is it possible to use a query as value for the foundset filter ?
like : addFoundSetFilterParam(‘verkor_verkor_id’, ‘in’,‘(select …)’)
Regards,
Hans