I can add a label of that yes/no parameter, but then revit will return "yes" or "no" text in accordiance with the parameter.
Is it possible to display a symbol if this parameter set to "yes" and not display it when it set to "no"?
Many thanks,
Gelöst! Gehe zur Lösung
Gelöst von ToanDN. Gehe zur Lösung
Gelöst von ToanDN. Gehe zur Lösung
in this case i picked a door panel because that is what i had open, but should work with any element.
Howard Munsell
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
I think it doesnt answer the question.
yes/no parameter give back "yes" or "no" as it's output.
i want to replace the yes/no label with cutom text form yes and custom text for no, or with an icon (symbol)
the same goes for the schedule.
sorry, i misunderstood ![]()
so you want to change the "Y" & "N" to something else in a schedule for a Yes/No parameter?
we do this in our Point Schedules. you can make a calculated parameter and set the formula to something like this IF((_AI), _DOT, ""). in this example, the AI calculated parameter refers to the _AI yes/no parameter. if the _AI yes/no parameter set to Yes, the AI parameter will return as a Dot.
Howard Munsell
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Thanks.
Did i inserted the formula correctly? and or the right place?
Works like a charm!
i think my mistake was i didnt pick "text" in the combo box, but "yes/no".
Now, the same parameter is giving the value "yes" or "no" in the schedule. is it possible to replace the word yes with another word ("Lighted" in this case) while "No" will be replaced by empty value?
As usual - Your solution saves me. i thank again.
@danezeq wrote:is it possible to replace the word yes with another word ("Lighted" in this case) while "No" will be replaced by empty value?
You require a calculated field with an IF statement to return different values, something like text parameter with if(true,"Lighted", " ") (used space for empty value and "true" being the name of your yes/no parameter).
Ok it work well but only if the old yes/no parameter is included in the fields.
i dont need them both. if i remove the old field (the yes no parameter) then the new formula does nothing. the formula has to refers to that field i have to delete.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.