Comentario
08-02-2017
03:41 PM
- editado
08-02-2017
03:43 PM
08-02-2017
03:41 PM
- editado
08-02-2017
03:43 PM
@doni49 In your example above, you can accomplish disabling a parameter by nesting your formula in an "if": if(1=1, SideA*1.5, 0)
That said, I'd still like to be able to selectively hide/disable parameters based on values of other parameters (for when you only want to disable it SOMETIMES, or hide it until it becomes relevant based on other choices).