Click or drag to resize
IQvxServerCreateSelectStatement 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#
string CreateSelectStatement()

Return Value

Type: String
A string containing the custom select statement
See Also