Hello everyone.
I’ve created a dynamic component based on a collaborative/eating space.
When you use the scale tool, it dynamically substract or add some elements.
No problem for that part.
But I need the Name to be dynamic as well.
Unfortunately I’ve to get 3 different names,
above an X of 945cm, COT-2-23-O
between an X of 845 and 600, COT-2-17-O
Under an X of 600, COT-2-8-O
The line “between” is the problem because I don’t know the formula.
I’ve tried this but it doesn’t work:
IF(600<LenX<845,“COT-2-17-O”)
And when you only use the < sign it put two names or more if you’re under a certain X value.
COT-2-23-O.skp (12.0 MB)
I don’t know if there is a way to use intervals in those formulas.
Thanks
Best regards.