Message 1 of 6
Concatenation of Parameters within a Family

Not applicable
07-16-2020
02:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Morning/Afternoon All
I have a number if families, which have "IF" Functions to trigger the Lookup Tables. I've seen on here a number of threads regarding concatenation, is the available?
I would like to create a lookup string based on a parameter for instance:
Concatenate("This is the Start of the String", Parameter A, "This is the end of the String")
Example:
Concatenate("MechanicalFittingFlangeCollarType", Type,"BSEN1092") Where Type = 33.
Result: "MechanicalFittingFlangeCollarType33BSEN1092"