Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bimala0507
Partner - Creator
Partner - Creator

Info on BUNDLE LOAD

Hi Experts:

Can anyone help me, what is wrong in the following Bundle Load statement.

IMAGE:
BUNDLE INFO LOAD * INLINE
[
LH_FILE,Image_path
J, 'C:\TantexQV\Sources_QVD\Images\J.jpg',
T, 'C:\TantexQV\Sources_QVD\Images\T.jpg'
]
;

This two image files are under the above path and I would like load it into QlikView.

Appreciate a quick response.

Kind Regards,

Bimala

5 Replies
jagan
Luminary Alumni
Luminary Alumni

HI,

Check this link, hope it helps you.

Regards,

Jagan.

Anonymous
Not applicable

There is no link. Perhaps you meant this link. Bundle Info Load though it's not very helpful since I can get it to work if I group everything together but If I try to specify a specific path it doesn't work like the original poster.

Wasted 2 hours on this crap feature.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You don't need the quotes around the path.

-Rob

PradeepReddy
Specialist II
Specialist II

As Rob mentioned, no need of quotes.

BUNDLE INFO Load * inline

[

Name,Image_Path

Google,Google.jpg

Yahoo,Yahoo.jpg

BBC,BBC.png

];

jagan
Luminary Alumni
Luminary Alumni

Hi Michael,

I am referring the same link, but I missed pasting the link, the script below is working for me, and I am able to see the images in the List box,

Try changing this option

List box Properties -> Presentation -> Representation -> Select Info As Image option

Also make sure that the images are in the path specified.

IMAGE:
BUNDLE INFO LOAD * INLINE
[
LH_FILE,Image_path
J, 'C:\TantexQV\Sources_QVD\Images\J.jpg',
T, 'C:\TantexQV\Sources_QVD\Images\T.jpg'
]
;


Regards,

Jagan.