Concatenate Labels, Pset, Export to IFC

Hello

I would like to concatenate ArchSpace/@label and ArchSpace/@label2 on the export to IFC.
In IFC_Mapping_overrides i have:

TYPE Space
  PROPERTY_SET BIP
    "Area" : "IfcLabel" = ArchSpace/Area/@actualGross
    "RoomName" : "IfcIdentifier" = ArchSpace/@Label
    "RoomNumber" : "IfcIdentifier" = ArchSpace/@Number
    "Storey" : "IfcIdentifier" = ObjectBIP/@StoreyName
  // "TestMergedRoomName" : "IfcIdentifier" = CONCAT("ArchSpace/@label", ArchSpace/@label2)
  END_PROPERTY_SET

Do i need to call a function or something? I tried with + and &.

regards / Oskar

Parents Reply Children
No Data