21.01.2013 Views

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

GetFolderPath('ProgramFiles')<br />

GetFolderPath('Windows')<br />

QvdCreateTime(filename)<br />

Returns the XML-header time stamp from a QVD file if any (otherwise NULL).<br />

The filename is the name of a QVD file, if necessary including path.<br />

Examples:<br />

QvdCreateTime('MyFile.qvd')<br />

QvdCreateTime('C:\MyDir\MyFile.qvd')<br />

QvdNoOfRecords(filename)<br />

Returns the number of records currently in a QVD file.<br />

The filename is the name of a QVD file, if necessary including path.<br />

Examples:<br />

QvdNoOfRecords ('MyFile.qvd')<br />

QvdNoOfRecords ('C:\MyDir\MyFile.qvd')<br />

QvdNoOfFields(filename)<br />

Returns the number of fields in a QVD file.<br />

The filename is the name of a QVD file, if necessary including path.<br />

Examples:<br />

QvdNoOfFields ('MyFile.qvd')<br />

QvdNoOfFields ('C:\MyDir\MyFile.qvd')<br />

QvdFieldName(filename , fieldno)<br />

Returns the name of field number fieldno, if it exists in a QVD file (otherwise NULL).<br />

The filename is the name of a QVD file, if necessary including path.<br />

The fieldno is the number of the field (0 based) within the table contained in the QVD file.<br />

Examples:<br />

QvdFieldName ('MyFile.qvd', 3)<br />

QvdFieldName ('C:\MyDir\MyFile.qvd', 5)<br />

QvdTableName(filename)<br />

Returns the name of the table contained in a QVD file.<br />

The filename is the name of a QVD file, if necessary including path.<br />

Examples:<br />

QvdTableName ('MyFile.qvd')<br />

QvdTableName ('C:\MyDir\MyFile.qvd')<br />

Back to Other Functions.<br />

Table Functions<br />

The table functions return information about the data table which is currently being read. If no table name is<br />

specified and the function is used within a load statement, the current table is assumed.<br />

FieldName(nr ,'TableName')<br />

336

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!