I have made a cabinet which is a Dynamic Component for which I want the option of adjusting the Plinth Height in 2 ways:
Changing the attribute value for the component itself (using Component Attributes field)
Using a ‘global’ value based on a separate component within the model (a swatch which has the purpose of custom global attributes which the other components refer to).
I have linked the ‘Plinth Height’ value to the Global value which works fine (using a re-draw tool to implement the change), however when I use the component’s own attribute option to change the value, it overides and deletes the formula for the Global value. So it also works but means I can no longer use the Global attribute to change it.
Does anyone know a way around this?
So I am thinking that maybe an IF statment could solve the problem, so In theory the following should work:
IF (Component!PlinthHeight>0,Component!PlinthHeight,Global!PlinthHeight)
Thanks for that. I didn’t quite understand what to put where, although actually I don’t like the idea of having a drop down as the height can be quite specific (by millimeter)…