PDA

View Full Version : On/Off Parameter driving another On/Off Parameter



tonyisenhoff
2004-10-01, 03:33 PM
Ok... I'm close here!

I have a few yes/no parameters in my family. (Parameter1, Parameter2, Parameter3, etc.)

If Parameter1 is on (yes), I want Parameter2 also on (automatically). I can accomplish this by putting this in the formula for Parameter2: Parameter1 (see attached)

I also want exactly the opposite. If Parameter1 is on, then I want Parameter3 off. What should the formula look like?

Clear as mud?

Thanks!

cmahoney
2004-10-01, 03:45 PM
Try this:

Parameter 3 = Not(Parameter 1)

tonyisenhoff
2004-10-01, 05:40 PM
Try this:

Parameter 3 = Not(Parameter 1)

Very Good - it works!

I tried using "not" but not with the () , etc.

Thanks!