Click or drag to resize
QvxField Class
The QvxField element describes a single table field. It specifies the field name, format used to write the field values in the QVX formatted file, as well as how QlikView should handle Null values.

The elements Type and NullRepresentation describe how the field data values are written in the QVX formatted file.

Inheritance Hierarchy
SystemObject
  QlikView.Qvx.QvxLibraryQvxField

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public class QvxField

The QvxField type exposes the following members.

Constructors
  NameDescription
Public methodQvxField
Create a new QvxField to insert into a QvxTable. All fields are mandatory.
Top
Properties
  NameDescription
Public propertyFieldName
Field name.
Public propertyNullRepresentation
Method used to handle Null values. See QvxNullRepresentation.
Public propertyType
Data type in which field values are written in the QVX formatted data stream. See QvxFieldType.
Top
See Also