checking multiple attributes at once

dixondonalddixondonald Member Posts: 33
edited January 2013 in Working with GS (Mac)
EDIT: Problem solved.


This is probably really simple, but anyways...

How do you check more than once attribute at once? For instance, if attribute1=1 AND attribute2=1 AND attribute3=1 then attribute4=1.

You can put one inside the other like if attribute1=1 then check attribute2, but I want to do them both at the same time, regardless of the first attributes value. If you check the first attribute and it is not the value you are looking for, it won't even go on to check the next, so I need to check them all at once.

I don't know if I am explaining this well or not, but hopefully someone can clear this up for me. I did searches and couldn't find what I was looking for. I'm probably going to feel a little dumb when someone tells me and it's super easy, but ah well.

Thanks

Comments

  • gamesfuagamesfua Member Posts: 723
    Perhaps this is not the answer youre looking for but you can create a rule with multiple items in it. Create a rule and add your first attribute, then hit the PLUS symbol to the right of it. This will allow you to add more and more attributes and data etc. In a rule you can also say ALL or ANY. So if you have three attributes you can say IF ALL are xyz then do abc. Or you can say IF ANY of these attributes are xyz then do abc. Hope this helps!
  • dixondonalddixondonald Member Posts: 33
    YES! That's what I was looking for. I knew it was going to be simple, but I just haven't had to add more than one requirement for an attribute yet, and I somehow never noticed the plus sign. THANK YOU!
  • gamesfuagamesfua Member Posts: 723
    No problem my friend. Happy I could help out :)
Sign In or Register to comment.