Click or drag to resize
AppSetViewDlgSaveInfo Method

Sets the positions of the tables in the data model viewer.

The position of the broom points and the position of the connection points can not be set in Qlik Sense.

** Representation of tables, broom points and connection points **

The green circles represent the broom points.

The red circle represent a connection point.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void SetViewDlgSaveInfo(
	TableViewDlgSaveInfo info
)

Parameters

info
Type: Qlik.EngineTableViewDlgSaveInfo
Information about the table.

Implements

IAppSetViewDlgSaveInfo(TableViewDlgSaveInfo)
See Also