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

I would like to be able to reference text based parameters in conditional statements based on if they contain certain text. For example have a statement that says IF(Description=*TEXT*,"DESCRIPTION","NEED INPUT") where the asterisks are wildcards; this would search the parameter Description and if it contains the letter TEXT in that order at any point it would put "DESCRIPTION" as the response. If the Description does not contain the letters TEXT it would return "NEED INPUT". This does have the downside of returning false positives such as if Description contained "CONTEXT REQUIRED" it would return "DESCRIPTION". But it opens up a lot more doors than pit traps in my opinion.