Jump to content

Anyway around field validation preventing the use of Find Operators


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

Recommended Posts

Hi, I'd like to search in a field with validation set to 'numeric only' using the available find operators (e.g. match empty "=" or, zero or more characters "*") but the find is being prevented by the validation. Is there anyway of getting around this without removing field validation? I realise you can set it to allow overide, but would like to avoid that as well. Is this a recent change to FMP? I'm not sure I've run into this issue before in the past. Thanks.

Link to comment
Share on other sites

31 minutes ago, ehwalker said:

the find is being prevented by the validation.

I am not able to reproduce this behavior. Can you provide a step-by-step description of what you are doing?

EDIT:
I managed to get the error when trying to use the * or # operators (but not the = operator). To get around this, use a numeric expression - e.g. search for > 99 to find entries with 3 or more digits.

 

Edited by comment
  • Like 1
Link to comment
Share on other sites

Hi Comment, thanks for the quick reply. 

Sure.

I have a numeric field "Exam#" that has validation set as follows:

342885977_ScreenShot2020-03-24at10_43_07AM.png.997e8a20263305666435b0b20d56a0d6.png

 

Then, within a table view layout - I'd like use the available find operators for the find (e.g. * or # )

When trying to run the find, I get the error that the find value fails the validation and says a numeric value only can be used. If I check "allow user to override..." in the field options, I can override the validation fail and the find works as expected.


1610132693_ScreenShot2020-03-24at10_45_20AM.png.0e5f8affc579050f9e87b49390c9c430.png
 

Thanks for your assistance, please let me know if further clarification is necessary. Perhaps I've made some simple mistake somewhere, but I don't think I've experienced this issue in the past...

Edited by ehwalker
Link to comment
Share on other sites

Yes, okay thanks. I first ran into this issue when trying to use the "*" operator and the omit option to find records that did not have a related child record by using this operator within the related primarykey field (UUIDnumber) from the child table. I guess then there would be no way to do this then without changing the validation options?

Link to comment
Share on other sites

Ah... well, I'm working on importing very messy data from excel and to do this had setup the relationship using a "name" field in both the main database table ("Farms) and a temp. table imported from excel. In this temp table, I wanted to filter out all the records that had parent "farm" records already in the main database (based on these matching names) so that I could see which records within the excel table did not have related "farm" records so that I could create them based of data in the excel table. 

Does this make sense?

Link to comment
Share on other sites

I am not sure I follow this fully. IIUC, you want  to find records that do not have related records in another table. And you are searching the primary key of the other table - a field that is validated as numeric only. I asked why not search the foreign key field instead - i.e. the match field used for the relationship. I always use this field when searching for related records, because while a primary key field could by some accident be empty, a match field of a related record can never be empty (otherwise the record wouldn't be related).

 

Link to comment
Share on other sites

This topic is 1492 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.