sifuentes
2010-08-12, 11:11 PM
I am trying to do a tag that will concatenate two parameters in a label. One parameter is text with the name of the component, and the other parameter is a yes/no parameter for existing equipment. I added a third parameter Existing Text that I want to leave blank for new equipment, and display (E) foe existing. The tag would concatenate Name + Existing Text
I created three parameters:
Name (text)
Existing (yes/no)
Existing Text (text)
I am trying to make Existing Text work with this formula:
if (Existing = 1, "(E)", "")
But I keep receiving a message saying "Improper use of boolean expressions"
Can someone help with this please, or tell if this is possible?
Thanks,
I created three parameters:
Name (text)
Existing (yes/no)
Existing Text (text)
I am trying to make Existing Text work with this formula:
if (Existing = 1, "(E)", "")
But I keep receiving a message saying "Improper use of boolean expressions"
Can someone help with this please, or tell if this is possible?
Thanks,