Skip to main content Skip to complementary content

getDimensionInfos method

getDimensionInfos()

Method used to get qDimensionInfo for this object.

Since:
  • 1.0

Returns

Returns an array of qDimensionInfo objects.

See: Qlik Engine API for details on qDimensionInfo.

Example

$.each(this.backendApi.getDimensionInfos(), function(key, value) {
		html += '<th>' + value.qFallbackTitle + '</th>';
});

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!