Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.