Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hi,

I am trying to create a calculation that will tell me if a field contains 6 or more consonants and no vowels.

What I have done so far is create a field that substitutes all Vowels to show 2 and all consonants to show 1. I admit that I started out without figuring exactly what I was going to do. But my plan is to say if there are no 2's and 6 or more 1's create a mark in another field. I was thinking that I could create a calculation that would add together the numbers in the previous filed. I just cant figure out how to add together numbers in 1 field. (I am probably missing something very obvious.)

If any one has any ideas on how to accomplish my final goal or just how to add together a series of numbers in 1 field. Please let me know.

Thanks in advance,

Scott

Posted

Scott

Perhaps the Filter() function would be simpler.

something like

filter(myfield;"aeiou")

will leave a residue of all the vowels. Checking the length of this result will tell you how many there are.

a similar calc for consonants and you're all set!

Regards,

Don

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