Jump to content

Conditional Mandatory Field


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

Recommended Posts

Let's say I have 2 fields: A and B

If A has data, then B must have a data, otherwise B can be blanked.

I can run a script to check such as: if not isempty(A) and isempty(:,

then show message,

But I like to check it by go to field definition, and click validation tab. I attempted to do this way couple times, but I always get a FMP error message

What I did is:

Case( not isempty(A) and not isempty(:, 1, 0)

and the error message look like:

An operator (eg +, -, *,..) is expected here.

What did I miss?

Thank you in advance.

HP

Link to comment
Share on other sites

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