Framework:GetElementProperty: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
<span {{CoPFormel}}>GetElementProperty(Products,2,COPSYS_PID)</span><br> | <span {{CoPFormel}}>GetElementProperty(Products,2,COPSYS_PID)</span><br> | ||
Result: 1 | Result: 1 | ||
=Access to a table Lookup= | |||
<span {{CoPFormel}}>'GetElementProperty(Lookup table, [Alias],Fieldname)'</span> | |||
(Single quotation marks are necessary for the expression) | |||
{| class="wikitable" width={{{breite|80%}}} | |||
|- {{Tabellentitel}} | |||
| Parameter | |||
| Description | |||
|- | |||
|Lookup table | |||
|Name of the Lookup table | |||
|- | |||
|[Alias] | |||
|Alias of the field in the current table | |||
|- | |||
|Fieldname | |||
|Name of the field at the lookup table which should be displayed | |||
|} | |||
Revision as of 09:44, 7 May 2013
Function
GetElementProperty(<Dimension>,<ElementID>,<PropertyName>)
| Parameter | Description |
| Dimension | Name of dimension |
| ElementID | ID of the element |
| PropertyName | Name of the attribute to be read |
This function belongs to client-side functions.
Result
Returns the value of the attribute.
Example
GetElementProperty(Products,2,COPSYS_PID)
Result: 1
Access to a table Lookup
'GetElementProperty(Lookup table, [Alias],Fieldname)' (Single quotation marks are necessary for the expression)
| Parameter | Description |
| Lookup table | Name of the Lookup table |
| [Alias] | Alias of the field in the current table |
| Fieldname | Name of the field at the lookup table which should be displayed |