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

This is already possible by adding only one additional parameter that is fillable by the user. 

You would have an equation such as this:

=if(This > 5, That, User Input), and then have User Input be another parameter that is fillable.

This formula would then use the user input depending on whether the IF statement is true or not.