The purpose of these functions is to identify the fields that are set in the dimension of the graph or in the metric, however these functions do not work in the Title, Subtitle and Footer.
The applicability is to alternate the title information (or subtitle or footer) according to the choice of the metric by the user, but today this is not possible in this way. In QlikView we have the same functionality when we use the cyclic group, but we use the GetCurrentField('GroupName') function.
- GetObjectDimension(0) - returns the label of the first dimension added to the chart.
- GetObjectDimension(1) - returns the label of the second dimension added to the chart.
- GetObjectMeasure(0) - returns the label of the first expression added to the chart.
- GetObjectMeasure(1) - returns the label of the second expression added to the chart.
The big order! Could these functions work on those parts of the graph?