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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can't find my QVD doc during the build of the application build

I added another file to the Data Extractor and to the QVD-generator and that works file to build my files.  I can see the object called Calendar2 in the folder called qlikviewinfo on my C directory.  When I run the build in the QVD dashboard I get an error stating can not find the object

Calendar2X:

LOAD *

FROM $(Folder Path) Calendar2X_Transform.qvd (qvd);

message during debug mode is can not open file 'C:\qlikviewInfo\QV_Docs\QVD\Calendar2X_Transform.qvd'  The system cannot find the file specified.

I go onto the PC side in this directory and the Calendar2X_Transform.qvd is there.  Does anyone have any ideas??

thanks in advanced.

Sheila

1 Reply
Clever_Anjos
Employee
Employee

Be carefull about empty spaces

I would use

Calendar2X:

LOAD *

FROM [$(Folder Path) Calendar2X_Transform.qvd] (qvd);