Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Be carefull about empty spaces
I would use
Calendar2X:
LOAD *
FROM [$(Folder Path) Calendar2X_Transform.qvd] (qvd);