I'd like to better understand how to search multiple values in the part number field. If I were to search for part number 1234 AND 4567 in the part number field, I would need the result to list records with either part number in the field.
The next question will be how to perform the same search with a wildcard; i.e. 123* or 456*
Hi Mike,
The number field only supports =, >, <, >= and <= operators. It does not support wildcard searches.
For your use case, you might want to consider using a text field custom field that supports wildcard searches.
Thank you
Bhushan
Here is my solution.
AND ("Part Number" ~ "1500-3650*" OR "Part Number" ~ "1500-3700*")
Seems to have worked so far.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad you got it working. In that case, the Part Number field must be a Single Line Text custom field type and not a Number custom field type. Can you please take a look and confirm?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.