In OpenPlant Isometrics Manager, to insert attributes in new line for BOM.
While generating isometrics drawing, user requirement is to display attributes in a new line for some specific components. Below are the steps to resolve this by adding a NEWLINE in report.def or by modifying the expressions in schema.
#-----------------------------------------------------------------------------# A sample report that writes Support# Defintion is the same as for the SHP report except for the INCLUDE line#-----------------------------------------------------------------------------
REPORT = SUPP
# this to include only shop material INCLUDE = IE_TYPE=CT_SUPPORT EXCLUDE = IE_TYPE=CT_WELD
COLUMN = 3: R : PARTID COLUMN = 19: R : QUANTITY COLUMN = 7: R : SIZE1 COLUMN = 7: R : SIZE2 COLUMN = 2: : COLUMN = 60: W :IE_DESCRIPT + NEWLINE() + NAME
GROUP = PARTID SORT = PARTID:N SEP = @ SORTHEADERS = 1
Write =END
#-----------------------------------------------------------------------------# The COMBI report combine the SHP and FLD report into a single report# and attaches it to textnode 60 in the isometric#-----------------------------------------------------------------------------REPORT = combi WRITE = shp TEXT = @ WRITE = SUPP TEXT = @ WRITE = fld NODE = 60END
http://communities.bentley.com/products/plant/design___engineering/w/plant_design_and_engineering__wiki/12642.configuring-the-bom-and-reports
Bentley's Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!