How can I filter in a form?
I want that when I'm selecting in estat, "Magatzem"
only appears in subestat: "mecanitzat" and "pintant"
thks in advance
JVS
Solved! Go to Solution.
Try this without True
IF( [ESTAT]= "Magatzem" ,
{ "mecanitzat" , "pintant" } ,
{ "mecanitzat" , "pintant" , "comprat" } )
User | Count |
---|---|
31 | |
13 | |
3 | |
3 | |
2 |