Reply To: Remplissage automatique à l'aide de colonne recherche sur une liste sharepoint

  • Jonathan Copin

    Member
    14 février 2023 at 17h11

    Une fois fait tu pourras filtrer tes commandes de la même manière sur ta combobox de recherche Commandes :

    Si c’est un champs Recherche dans ta liste :

    Filter(n   Commandes;n   Or(n      IsBlank(ddlClient.selected);n      Client.ID=ddlClient.selected.IDn   )n)

    Si c’est un type texte :

    Distinct(nFilter(n   'Détail commande';n   Or(n      IsBlank(ddlClient.Selected);n      Client=ddlClient.selected.Valuen   )n);Commande)

    Si c’est un type choix:

    Distinct(nFilter(n   'Détail commande';n   Or(n      IsBlank(ddlClient.Selected);n      Client.Value=ddlClient.selected.Valuen   )n);Commande)

    SubCommentID=9c2T9LJ2Gj40ObD, CommentID=pTGS4IwwLHs4xet, PostID=6eTzHodIvac1hrj