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?
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?
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.