Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings,
I have loaded two qvds in my applications i.e current year and last year qvds. Reload is sucessful but still data is not reflecting in qvw. Can any one tell me the exact issue??
Hi,
I believe noone can tell you the exact issue or root cause of your problem with the information provided.
Please detail your issue description with
- LOAD script used
- Document log file
- Resulting data model, e.g. screenshot of the table view with number of records of the relevant tables or an export of the table structure using the document properties dialog
Hi,
I agree with Stefan... You could try to put FIRST sentence before both load sentences in order to load few records and letting the app to finish the reload. I suspect that the resulting model is a bit heavy and does not let QlikView to finish.
Here is a sample of what I was saying above:
TABLE_1:
FIRST 100
LOAD * FROM 2017.qvd (qvd);
TABLE_2:
FIRST 100
LOAD * FROM 2016.qvd (qvd);
Regards,
H
Hi Adarsh,
I have loaded two qvds in my applications i.e current year and last year qvds. Reload is sucessful
but still data is not reflecting in qvw. Can any one tell me the exact issue??
As you said if both qvd's are loaded successfully then must and should your qvd's have the data for that years
(Cross verify your qvd's by opening qvd by using tools like EasyQlik Qviewer,some other 3rd party tools ) /else checking in Qlikview Table viewer(Ctrl+T)
As you said but still data is not reflecting in qvw. ,how you confirmed that your data is not having latest data?
Just load the application without any where conditions
i think you confirmed by UI(User Interface) First clear all selections and Bookmarks selections then only you will see the latest data.