Bonjour à tous,
Dans la fonction Data API on peut faire des recherche avec "Query":
JSONSetElement (
"";
[ "layouts" ; "FAC_Facture" ; JSONString ] ;
[ "query[0].moisCreation" ; "=="&$i ; JSONString ];
[ "query[0].AnneeCreation" ; $an ; JSONString ];
[ "query[0].Avoir_facture" ; $facAvoir ; JSONString ];
[ "query[0]._PARid" ; $id ; JSONString ];
[ "query[0].FACInterne" ; 0 ; JSONString ]
)
Est-il possible d'ignorer des enregistrements ? Je pense que oui mais je n'ai pas trouvé !