Sorry for being such a knucklehead, can you give me an example please?
Main Topics
Browse All TopicsI hope this isn't as complicated as I'm thinking it is. Ideally I will have to evaluate 5-6 different fields for null values. What I am looking for is the syntax in how to evaluate a field. If the txt field is null, the associated graphic beside it does nothing. If the field contains data, I would like a graphic to change. I have a two graphics for each of the segments that will be evaluated. A "blank" and a "filled" version. Basically, if nothing is entered, a blank graphic will be default. If it is not, it will change to a shaded in version of the empty one.
Any help would be great.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok, let me rephrase it, I'm an idiot, so things need to be spelled out. I'm not quite following how several formulas will for each graphic will know how to change to its corresponding "filled" version. Doesn't each formula need to specify what the existing graphic is and what the new one will be if not null?
I think it would have to be superimposed. Let me explain further what I'm trying to do. Picture a human body divide up into 5 sections or graphics: head, chest, torso, arms and legs. I need them all in the same detail section so that the overall effect still looks like a human body. If data representing one of the fields has information, like head, with information "gun shot" or something, the blank outline of the head will be a filled in head (a different graphic). The others might not have any data, so they will remain their white outline blank graphic. So on/off makes sense, I'm just a complete noob with actually implementing the code for something like this.
Business Accounts
Answer for Membership
by: BriCrowePosted on 2008-02-25 at 10:42:26ID: 20978040
create suppress formula(s) for your graphics
formula = IsNull({txtfield}) //suppress if value is NULL