I'd like to be able to automatically change a Length parameter depending on a Yes/No Visibility parameter - YES returns the length and NO returns 0.
What I want is basically this: <length> = if( <yes/no>, <length>, 0) - this formula doesn't work because there's a circular chain so I was wondering if there's a way around this.
Thanks in advance.
What I want is basically this: <length> = if( <yes/no>, <length>, 0) - this formula doesn't work because there's a circular chain so I was wondering if there's a way around this.
Thanks in advance.
Comment