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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Storring QVD Error

Hi Guys,

I am trying to store my excels as QVD by ending the script with the following code:

FROM
[..\Data Files\HR-Cube\*.xlsx]
(
ooxml, embedded labels);

store HRCube into [..\Data Files\QVDs\hr.qvd];

For some reason, QV is giving me a "Table not found" error.

Someone an idea how to fix this?

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello Michael,

Name HRCUBE in not equal to HRCube .  QV is case sensitive in names

Regards

Jacek.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi Michael,

Could you post full code? From Name table to end.

Regards

Jacek.

Not applicable
Author

[script removed]

Anonymous
Not applicable
Author

Hello Michael,

Name HRCUBE in not equal to HRCube .  QV is case sensitive in names

Regards

Jacek.