Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Akina0929
Creator
Creator

How to find out the no of Records in a QVD?

Hi,

   How can we find out the total no of Records in a QVD?

Thanks & Regards

Anji

1 Solution

Accepted Solutions
sunny_talwar

You want this in a variable? You can use NoOfRows() function may be

NoOfRows ‒ QlikView

View solution in original post

5 Replies
sunny_talwar

You want this in a variable? You can use NoOfRows() function may be

NoOfRows ‒ QlikView

oscar_ortiz
Partner - Specialist
Partner - Specialist

You can use the QvdNoRows(FileName)  function.

sunny_talwar

You mean QvdNoOfRecords()

QvdNoOfRecords ‒ QlikView

Thanks for introducing to this function  oscar.ortiz

oscar_ortiz
Partner - Specialist
Partner - Specialist

Yes exactly, good catch.

There are quite a few QVD based functions.

Akina0929
Creator
Creator
Author

Thank you sanny