QvdNoOfRecords - script function
This script function returns the number of records currently in a QVD file.
Syntax:
QvdNoOfRecords(filename)
Arguments:
- filename: The name of a QVD file, if necessary including path.
absolute
Example: c:\data\
relative to the QlikView document path.
Example: data\
URL address (HTTP or FTP), pointing to a location on the Internet or an intranet.
Example: http://www.qlik.com
Examples:
QvdNoOfRecords ('MyFile.qvd')
QvdNoOfRecords ('C:\MyDir\MyFile.qvd')