Click or drag to resize
NxDimensionInfoGroupFallbackTitles Property
Array of dimension labels. Contains the labels of all dimensions in a hierarchy group (for example the labels of all dimensions in a drill down group).

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<string> GroupFallbackTitles { get; set; }

Property Value

Type: IEnumerableString

Implements

INxDimensionInfoGroupFallbackTitles
See Also