Jump to content

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

Recommended Posts

Posted

A standard If statemet for a typical field is easy:

If(Field1 > 0, "Yes","")

But is there a way to do the same thing to check if there is a graphic pasted into a field? If I do the standard If statement as above, it does not work. Anyone have any thoughts?

LR

Posted

I believe the isEmpty statement will determine if a container field has contents.

Posted

Yes, the IsEmpty[] function works for container fields as well and text and number fields, global fields, date fields, time fields...

Posted

containerField=""

This isn't reliable because you are comparing the container to a text string ("" is text). It sometimes works, sometimes not. IsEmpty() is the only robust, reliable way to do it.

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