Framework:GetElementProperty: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<span {{CoPFormel}}>GetElementProperty(<Dimension>,<ElementID>,<PropertyName>)</span> | <span {{CoPFormel}}>GetElementProperty(<Dimension>,<ElementID>,<PropertyName>)</span> | ||
{| class="wikitable" width="80%" | {| class="wikitable" width="80%" | ||
| Line 18: | Line 17: | ||
|Name of the attribute to be read | |Name of the attribute to be read | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
Returns the value of the attribute. | Returns the value of the attribute. | ||
==Example== | ==Example== | ||
<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 | |||
|} | |||
Latest revision as of 09:47, 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 |