QvdFieldName - script function
This script function returns the name of field number fieldno, if it exists in a QVD file (otherwise NULL).
Syntax:
QvdFieldName(filename , fieldno)
Arguments:
Argument | Description |
---|---|
filename |
The name of a QVD file, if necessary including path, as a folder or web data connection. Example: 'lib://Table Files/' In legacy scripting mode, the following path formats are also supported:
|
fieldno | The number of the field (0 based) within the table contained in the QVD file. |
Examples:
QvdFieldName ('MyFile.qvd', 3)
QvdFieldName ('C:\MyDir\MyFile.qvd', 5)
QvdFieldName ('lib://data\MyFile.qvd', 5)
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!