use 3 where conditions

thewelt 10 Jul, 2018
Hi,

I want to use 3 where conditions in the read data function.
I used these 3 conditions in de "where conditions":
onderwijzers.ambt_aanstelling:onderwijzer
onderwijzers.werkstatus:deeltijds
onderwijzers.werkstatus:geenwerk

(modelname= onderwijzers) (fieldname=werkstatus)

Can you help me?
healyhatman 11 Jul, 2018
You can use a billion where conditions if you want.
onderwijzers.ambt_aanstelling:{data:value}
Replace 'value' with whatever form field name you're using
This topic is locked and no more replies can be posted.