May 20, 200817 yr Is there a way to have an IF function return a graphic if the criterion is met? Let's say, IF ( This = That , {graphic} , "" )
May 20, 200817 yr The if statement would have to be contained in a calculation field and the calculation field would have to be set to type: container
May 20, 200817 yr Author Thanks! Could you give an example of the syntax? I don't know how to refer to the graphic file within a formula.
May 20, 200817 yr 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.
Create an account or sign in to comment