I try to make many actions with conditions :
Switch(Radio1.Selected.Value = "Site";
Set(VarSite;"true");;
Filter(
T_Inventaire;Site = SelSite.Selected.Site
);
Radio1.Selected.Value = "Unité";
Set(VarUnit;"true");;
Filter(
T_Inventaire;UNITE = SelUnit.Selected.UNITE
);
T_Inventaire;
)
the syntax have a problem (see attachment) Could you tell me why ?? Thanks
the syntax have a problem (see attachment) Could you tell me why ?? Thanks