cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Project data & BIM
About BIM-based management of attributes, schedules, templates, favorites, hotlinks, projects in general, quality assurance, etc.
SOLVED!

Expression property consisting of: Layer name + "/" + Parent ID name. How to do it?

TKnudsen
Participant

I am trying to make a property with and expression, so that elements automatically looks like this:
"Layer name" + "Parent ID" divided by a "/" symbol.

 

For example:

 

"YVH-01/A" - Where 'YVH-01' is the name of the layer and 'A' is the Parent ID.

 

Can anyone help with an expression for this?

 

Thanks 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
Solution

Here you go:

CONCAT ( {Property:General Parameters/Layer}, "/", {Property:General Parameters/Parent ID} )

You can just copy this into the expression editor and it will recognize the parameters.

Hope that helps 🙂
Bernd

View solution in original post

2 REPLIES 2
Solution

Here you go:

CONCAT ( {Property:General Parameters/Layer}, "/", {Property:General Parameters/Parent ID} )

You can just copy this into the expression editor and it will recognize the parameters.

Hope that helps 🙂
Bernd

Thanks a bunch Bernd! 😊