Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
Comentario
Advisor
Advisor

@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).