Click or drag to resize
GenericObjectBeginSelections Method

Begins the selection mode. The app enters the modal state. The specified object enters the selection mode and a modal window is opened. The selection mode can apply to only one object in an app at a time.

When a visualization is in selection mode, selections can be made in this visualization. The visualization is not sorted until the selection mode is ended. Once the selection mode is ended and if the selections are accepted, the visualization is sorted according to the sort criteria. For more information about:

* Ending the selection mode, see EndSelections method.

* The sort criteria, see ListObjectDef or HyperCubeDef.

Example:  

A sheet contains a list object and a chart. If the list object is in selection mode then the chart cannot be in selection mode. No selection on the chart can be made until the list object exits the selection mode.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public void BeginSelections(
	IEnumerable<string> paths
)

Parameters

paths
Type: System.Collections.GenericIEnumerableString
List of the paths to the definition of the objects to enter selection mode. For example, /qListObjectDef.

Return Value

Type: 

Implements

IGenericObjectBeginSelections(IEnumerableString)
See Also