Steph_ a écrit:c'est normal, le @Contains vérifie si ton champ contient la valeur que tu demandes, si oui 1 si non 0
Michael DELIQUE a écrit:ton probleme c'est pa notes.
mais de concevoir le select de ta vue
@if(Form = y & champDateY <> 2011;@true;
Form = z & champDatez <> 2011;@true
Form = x & champDatex <> 2011;@true;
@false)
Ninoubdf a écrit:et comme ça :
@if(Form = y & @year(champDateY) <> @year(@now);@true;
Form = z & @year(champDatez) <> @year(@now);@true
Form = x & @year(champDatex) <> @year(@now);@true;
@false)