Hi All,
Im looking for a formula that will help search a parameter for text in name and return yes or no,
Basically the name of the clash contains its status I need a formula to find its status and respond yes or no
Thanks and is this possible?
@Anonymous
Unfortunately, Revit does not support text operators in formulas.
-luc
Not possible directly. You can only do it the other way around, so you could check these on/off parameters for active/new/resolved/reviewed and then have it display a certain text based on that. Probably using Dynamo you could do it though...
What determines New, Active and Resolved? There might be another approach.
Hi @Anonymous
My solution would be like this. Use an integer parameter ("Condition") in order to intermediate. It's value 1 or else will be set in the rfa types based on your needs.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.