Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6452 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

This is probably a easy one, stops returning false on color after I add the second color condition. For example always returns true if either "Make" is true. If I take out one of the color conditions, then works fine.

If [((Car::Make = "Geo")or(Car::Make = "VW"))

and

((Car::Color ≠ "Silver")or(Car::Color ≠ "Black"))

Posted

If the user picks from the drop down menu either "Geo" or "VW" and any other color other then "Silver" or "Black" they will recive a custom dialog box that explains we cant have that car in stock.

Posted

Ok, yea... that makes sense.. I also simplfied my quotes to match yours, and great! it works. Thank you.

Posted

Good. I would also suggest you re-think your strategy of hard-coding data into scripts and calculations, and use relationships instead. What if Geo becomes available in red?

Using relationships, you can even limit the user's color choices based on the selection of the make (search the forums for "+conditional +value +list").

This topic is 6452 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.