Click or drag to resize
QvxField Constructor
Create a new QvxField to insert into a QvxTable. All fields are mandatory.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public QvxField(
	string fieldName,
	QvxFieldType type,
	QvxNullRepresentation nullRepresentation,
	FieldAttrType attrType = FieldAttrType.UNKNOWN
)

Parameters

fieldName
Type: SystemString
Name of the field.
type
Type: QlikView.Qvx.QvxLibraryQvxFieldType
Data type in the field.
nullRepresentation
Type: QlikView.Qvx.QvxLibraryQvxNullRepresentation
How Null values should be represented.
attrType (Optional)
Type: QlikView.Qvx.QvxLibraryFieldAttrType
How field values should be formatted. Default value is FieldAttrType.UNKNOWN
See Also