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

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

Recommended Posts

Posted

Quick Question... I want to create an "If" script function, there are 4 values that the field can possibly contain, "Y" "Z" "A" and "N". If the field contains Y,Z,A then filemaker needs to perform that specific script, but if the valus is "n" then it need to run a different script. I cannot figure out what the if function would be set up as...

Posted

If ["Length( field )"]

[color:"white"]-- If ["field = "n""]

[color:"white"]---- Perform Script ["one"]

[color:"white"]-- Else

[color:"white"]---- Perform Script ["two"]

[color:"white"]-- End If

End If

If the field isn't empty and it doesn't contain "n", then sub-script 'two' will be executed.

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