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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Karim_Khan
Creator III
Creator III

How to fetch data from splited qvds

Hi Team,

     In my application there is one table which is fetching data from one qvd.but now scenario has been changed due to data overload that qvd has been splitted into different qvds year wise.Now I wanted to fetch that data from splitted qvds.

Earlier Scenario

E.g

   A:

LOAD

K1,

K2

FROM .......KK.QVD;

Current Scenario

     A:

    LOAD,

K1,

K2

FROM.?????

Regards,

KK

celambarasansliqlikrajanNew to QlikView

KK
11 Replies
Anonymous
Not applicable

It also does the same thing when you have multiple qvds or spreadsheets with different names then you can pull data from those files using this code.

Anonymous
Not applicable

whenever I get some time i will create a sample qvw for you. Thanks.