Skip to main content

Property in Property Value

Expressions provide the ability to place a Property within the Value of another Property (embedding a Property within Property)

Use the Expr function: [[=Expr([[PropertyName]])]]

Add strings together

PropertyName = "/SYM/SYM" + [[SI.SYM]] + "/" + "REPORT”

  • Starting or ending string with \ on Windows Path throws the Expression off

Enterprise Manager

Details

Expressions provide the ability to place a Property within the Value of another Property (embedding a Property within Property)

Use the Expr function: [[=Expr([[PropertyName]])]]

Add strings together

PropertyName = "/SYM/SYM" + [[SI.SYM]] + "/" + "REPORT”

  • Starting or ending string with \ on Windows Path throws the Expression off