Nomad Suit Posted May 20, 2008 Posted May 20, 2008 Is there a way to have an IF function return a graphic if the criterion is met? Let's say, IF ( This = That , {graphic} , "" )
Brian C Posted May 20, 2008 Posted May 20, 2008 The if statement would have to be contained in a calculation field and the calculation field would have to be set to type: container
Nomad Suit Posted May 20, 2008 Author Posted May 20, 2008 Thanks! Could you give an example of the syntax? I don't know how to refer to the graphic file within a formula.
mr_vodka Posted May 20, 2008 Posted May 20, 2008 Store the image into a container field then a calc field ( container result) If ( condition = "yes"; ImageContainer ) Also if this same image is going to be used across multiple records, then you may want to make the image container field global.
Recommended Posts
This topic is 6031 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 accountSign in
Already have an account? Sign in here.
Sign In Now