Hello,
I’m trying to have 2 conditions for a Show_if in a form.
The first has to check if “Bestemming status” = “Voorraad”
IN([Bestemming status], LIST(Voorraad))
The second one has to check if the “Product type” = LIST(Chair, table, closet)
IN([Product type], LIST(Chair, table, closet))