Need Help: DC constrain min/max scaling size
-
I want to scale a DC within two limits (min:5cm / max:500cm), but I can't figure how to constrain to both.
To constrain for one of them I can use "if" condition, but I have no idea how to use for both ends constraining.Thanks.
EDIT
Thanks Box for pointing out the error in this post, I corrected it now. It was meant to be 5CM (but I am sure you figured it out, even if it was wrong).
Would you be so kind to offer a solution for my problem, now?
-
If you want to avoid if statements, you can use
SMALLESTandLARGESTlike so=SMALLEST(MAX_VALUE, LARGEST(MIN_VALUE, value)) -
Hi
using the conditional statement is correct,(<5) then smallest (current & 50)
note for metric you have to use 2.54 as a conversion from inches to cm when getting or using the current valueexample attached
Philip
-
-
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement