...
Div | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Script Scripting Documentation of graphomate trellis1.xfor SAPBusinessObjects Design StudioLumira DesignerRev 1.0 as ofAugust 2016 Div | | class | noPrint
Event Name | Description |
---|---|
On Element Clicked | Is triggered when the user clicks on an element of the chart at runtime. In order to allow a drilldown, it is necessary to react on the user input at this point. The return values of the following functions are updated at the moment of the event:
|
Functions
The following functions are available. They can be addressed in the scripting editor of Design Studio. We differentiate between getter and setter functions as they get information from the extension or set its properties.
Getter Name | Example | Return type | Example Return Value | Description |
---|---|---|---|---|
getSelectedMember(Dimension dimensionKey) | GRAPHOMATETRELLIS_1.getSelectedMember("0D_NWI_RCOD"); | Member | After the user clicked on an element in the trellis, this function returns the member of the specified dimension dimensionKey. The member provides different properties such as text, internalKey and externalKey. Only dimensions specified in the module configurations are available. |
...