Hello,
I wand to use a formula to control a Yes/No box whit more then one argument
If the parameter Closed and type_06 are treu i would like to set type_08 on treu to
Thx in advance
Hello,
I wand to use a formula to control a Yes/No box whit more then one argument
If the parameter Closed and type_06 are treu i would like to set type_08 on treu to
Thx in advance
This isn’t a dynamo question, this is a revit question. Use http://forums.autodesk.com/t5/revit-architecture-forum/bd-p/133 for these kind of questions.
To help you though: no need to use if in y/n parameters.
Use this formula:
and(Closed, type_07)
Thx I will look/post here first next time