Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qvd's

     How to check the  data has  loaded successfully from qvd

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Use the Trace function after the store command in QVD.

Trace << Data Load completed successfully.

It will prompt you at the time of execution finished.

View solution in original post

8 Replies
Not applicable
Author

Check This

its_anandrjs

Hi,

Try one of this way to check no of rows loaded or not for this put RowNo() function in the QVD load.

Load

Rowno() as RowCount

Field1,

Field2,

..

..

From Source;

Regards

Anand

djsampat
Creator II
Creator II

Please the QVD in the same folder as the QVW and you can run the following:-

Sample:

LOAD *

FROM

[test.qvd]

(qvd);

or

Sample2:

LOAD *

FROM

(qvd);

or

Sample3:

LOAD *

FROM

[..\test.qvd]

(qvd);

If this helped you, please mark as Helpful. If it solves your issue, please mark as Answer

Regards

Dhruv

Anonymous
Not applicable
Author

Hi

after successfully loaded data into application use the count function and count the number of rows .

its_anandrjs

Hi,

What are the conditions where you confirm the data is loaded successfully from the QVD.

Regards

Anand

Anonymous
Not applicable
Author

You can see at the time of Reloading the " Script Execution Progress" window to know, how many records have been fetched.

Hope this helps.

Best,

Anonymous
Not applicable
Author

Use the Trace function after the store command in QVD.

Trace << Data Load completed successfully.

It will prompt you at the time of execution finished.

engishfaque
Specialist III
Specialist III

Dear RGV,

I'm going to tell you three ways, you can deal with it. Kindly find attached document before going to listed below techniques.

1. Uncheck to check box "Close when finished" => see attached "Technique 1.png"

2. Log file => Generate log file and check it, => see attached "Technique 2.png"

3. Function => Write a subroutine for "RowCount" => see attached "RowCountExample.qvw", "RowCount.qvs" and "RowCountExample.png"

Kind regards,

Ishfaque Ahmed