Is it possible to use a Calculation inside addFoundSetFilterParam(‘calculationName’, ‘!=’, 1, ‘filterName’)? If not, does Servoy have a function which automatically adds Calculations filter on foundsets? Thanks.
if the calculation is stored this will work
if not then this will not work. Just like you can’t use unstored calcs in your normal find/search
Got it. Thanks Johan!