Jump to content

non repeating text


MParker

This topic is 5338 days old. Please don't post here. Open a new topic instead.

Recommended Posts

ok, so here's my situation. i've got a field that holds multiple id numbers separated by a comma. example:

fitment1.jpg

(yes, the commas have to be where they are)

but the problem is that i need to make sure that someone doesn't repeat a number that is already there...like this:

fitment2.jpg

how could i stop that from happening?

Link to comment
Share on other sites

I'd convert the string to paragraph delimited, then use the UniqueValues() custom function to see how many unique value there are, and compare it to the number of entered values.

Link to comment
Share on other sites

Hi MParker,

Questions;

Is this field the one where the data is being entered?

Or, is it being used to show the result from other fields, such as from a checkbox. i.e. Concatenated in this one?

Lee

Link to comment
Share on other sites

This topic is 5338 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.