Comentario
12-14-2016
04:37 AM
12-14-2016
04:37 AM
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.