1
Removing duplicate fields (emails as example) solution
for i in select Table_Name.Email_field do
while cnt(select Table_Name where Email_field = text(i))!=1 do
delete last(select Table_Name where Email_field = text(i))
end
end
Enjoy!
1 reply
-
Thanks, @agiorno This formula was really helpful for me.
I asked for help here : https://ninox.com/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/restrict-duplicate-entry-61efe34bdde41127cdad22bbBut did not get a response. But this was the case for me.
Content aside
-
1
Likes
- 2 yrs agoLast active
- 1Replies
- 747Views