Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

More specifically, how do you find letters in a numeric field. If there are no numbers, e.g. "None", the symbol "?" will find it. But if there is a digit, e.g. "5 more", then I can't find it.

a..z (or a...z) won't do it.

Posted

I believe you will need a calculation. But this is one of the reasons mixing can be a problem. Sometimes we have no choice (which appears like your situation). Try a calculation, number of:

Length ( numField) ≠ Length ( Filter ( numField ; "0123456789" ) )

Search for a 1 in this calc. Or this one:

Length ( Filter ( Upper ( numField ); "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ) )

Search for > 0. Or this one:

not Length ( Filter ( Upper ( text ); "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ) )

Search for 0.

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