QvdNoOfRecords - script function
Example: This script function returns the number of records currently in a QVD file.
Syntax:
QvdNoOfRecords(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:
QvdNoOfRecords ('MyFile.qvd')
QvdNoOfRecords ('C:\MyDir\MyFile.qvd')
QvdNoOfRecords ('lib://DataFiles/MyFile.qvd')