Click or drag to resize
QvxServerCreateSelectStatement Method
This method should be overridden by a custom connector which has a custom select dialog and thereby supports QVX_EDIT_SELECT. It should return a select statement.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public virtual string CreateSelectStatement()

Return Value

Type: String
A string containing the custom select statement

Implements

IQvxServerCreateSelectStatement
See Also