eviter les doublons
slut je suis un nouvel utilisateur. cependant je voudrais savoir comment evier les doublons dans ma table .Et aussi est ce possible d'avoir une documentation en français . merci
5 replies
-
Pour la documentation en français, vous devrez demander directement à Ninox. Parlez-vous de supprimer les enregistrements en double ? Ou supprimer les données en double dans un enregistrement ? Pouvez-vous nous donner un peu plus d'informations? Quels champs examinerez-vous pour vérifier les doublons ?
For French documentation, you will have to ask Ninox directly.
Are you talking about deleting duplicate records?
Or deleting duplicate data within a record?
Can you give us a bit more information? What fields will you be looking at to check for duplicates?
-
en faite en important un fichier avec des matricules j'ai constaté des doublons avec microsoft access il existe une option supprimer les doublons or avec ninox je cherche mais je n'y arrive pas
-
There is no built in find duplicate. You have to build your own.
There are a few ways of doing this. You can create a formula field that checks for more than 1 record with a similar data in a field. Then you can do a filter at the table view on that field and then delete those records
Or you can write code in a button that will find records that match a field and then delete all but one record.
You can import into a table then create a button that will check each record before creating a new record in your main table. Then it can do whatever you want it.
If you are doing this on import then you just have to tell Ninox which field is the key field to check for duplicates.
See this Ninox doc for more info. Sadly it is in English.
-
You can look at this post.
Can you post some of the code that you have tried?
Content aside
- 1 yr agoLast active
- 5Replies
- 70Views
-
2
Following