Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikuser222
Creator
Creator

Problem with Bundle load?

Hi All,

I am trying to load images into Qlik by using bundle load statement. It works on my machine by fails on server

Do we need to always use the full path? what if it document goes to DEV, UAT and PROD?

When I use full path it works

let  vimage = 'C:\Sales\Data\Images\'

BUFFER INFO LOAD * INLINE [
COLOR, IMAGEPATH
AMBERDOT,$(vimage)Amber.png
GREENDOT,$(vimage)Green.png];

But fails when I use

let  vimage = '..\images\'

BUFFER INFO LOAD * INLINE [
COLOR, IMAGEPATH
AMBERDOT,$(vimage)Amber.png
GREENDOT,$(vimage)Green.png];

Please help.

Thanks

1 Solution
2 Replies
Anil_Babu_Samineni

This is the case use SET operator with the root called ../../../../../Path related. This will go till the data and that your Path shouldn't be changes. I would say it is constant even when SDLC happens at your Job.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful