Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My bundle load script is not working properly. My script is
Bundle
LOAD PlayerId,
Image
FROM
D:\Qlikview\DataSource\Data.xlsx
(ooxml, embedded labels, table is Sheet3);
Image Column is Path of Image Store location.
When i reload this script Only PlayerId column will reloaded but image column is not.
- Regards,
Vishal Waghole
You will not find a field Image. The images are stored in a special table. If the expression editor you can find the images on the Images tab. Select the Image Folder and the Image dropdown box will show you the images. If you select one you'll see a preview on the right.
Attached is an small example I found on this site. Look at the script to see how the data was loaded. And look at how the info() function is used to show the image of the selected country in the text box.
Thanks Gysbert, I will check it.
- Regards,
Vishal Waghole
Make sure that your images have lower case file extensions.
Please make sure in the file Data.xlsx u have the the path location and filename with the extension.
c/user/..../image.jpg
Make sure the image in the path is in .jpg, i dont' think images that are large can be supported.
-Sundar
I have this problem too,Sometimes bundle image not working properly.
You can also use Buffer Info Load to achieve your work
Regards,
AR UMAMAHESH
Hi,
I do not know why but I wrote my bundle script at the end of file script and worked.