I need help to set up a function or something similar, that would work as a "unique identifier" for a field.
The "unique identifier" shall only let me know of a unique value if there are more than 3 caracters in the field.
I don't understand your question. Can you clarify?
Are you just looking for an indicator to appear when a certain field contains more than 3 characters? If this is it then try creating a field called "Indicator". Make it a calculated field with a calculation something like this:
If ( Length ( yourField ) > 3; "Three +"; "" )
Sorry if this is a swing-and-a-miss but I really don't understand the question.
What I am looking for is almost the same as the built in "Unique value" function that is under the "Validation" tab.
But if I choose that function, it will validate all of my input in my field.
I.E. I got a field called "Dep_number" wich I can input numbers up to eight characters.
I usually input two or eight chatacer numbers in this field.
I don't want it to validate my two character inputs as unique, but I want in to validate every input with 3 or more characters in it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.