QvdTableName - script function
This script function returns the name of the table stored in a QVD file.
Syntax:
QvdTableName(filename)
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:
|
Examples:
QvdTableName ('MyFile.qvd')
QvdTableName ('C:\MyDir\MyFile.qvd')
QvdTableName ('lib://data\MyFile.qvd')