Reference
|
Example
|
Explanation
|
---|---|---|
'Attribute'
|
'Title'
|
Reference to the value in the attribute in the same element
|
'Element Title!Attribute'
|
'Req 14!Title'
|
Reference to the value in the attribute of a specific element in the same module
|
'Module!Element Title!Attribute'
|
'Requirements!Req 14!Title'
|
Reference to the value in the attribute of a specific element in a specific module
|
Reference
|
Example
|
Explanation
|
---|---|---|
'Attribute(cell)'
|
'MatrixValues(A2)'
|
Reference to one cell in a Matrix attribute. A2 is in the first column and in the second row.
|
'Attribute(cell:cell )'
|
'MatrixValues(A2:B4)'
|
Reference to more than one cell in a Matrix attribute. A2:B4 refers to the cells A2, A3, A4, B2, B3 and B4.
This expression cannot be used in a Time Grid attribute cell.
|
Reference
|
Example
|
Explanation
|
---|---|---|
'Attribute(sheet;cell)'
|
'TimeGrid(Sh1;A2)'
|
Reference to a single cell in a sheet of a Time Grid attribute. Sh1 is the first sheet, and A2 is the cell in the first column and in the second row.
An aggregated time grid cell value cannot be referenced from another attribute.
|