Click or drag to resize
IExtendedCurrentSelectionGetSelectedData Method (String, IEnumerableNxPage)
Gets selected values for the field

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
IEnumerable<NxDataPage> GetSelectedData(
	string fieldName,
	IEnumerable<NxPage> pages
)

Parameters

fieldName
Type: SystemString
Field name in the current selection
pages
Type: System.Collections.GenericIEnumerableNxPage
Pages index within in the cube

Return Value

Type: IEnumerableNxDataPage
A IEnumeratorT that can be used to iterate through the collection.
See Also