Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
curiousfellow
Specialist
Specialist

load bundle images

In my load script I load from an excel file, two fields :
dot_color and Path using this script:
Trafficlight_colors:
bundle
LOAD dot_color,
Path
FROM
[c:\trafficlight_images.xlsx]
(ooxml, embedded labels, table is trafficlightimages);

 

to use this, my expression in a straight chart is : ='qmem://dot_color/yellow'
When I use this in an app that has no further tables it works fine.
When I use it in an app with data only binary loaded from a qvw,it works fine too
However when I load it in an app with a lot of tables and objects I can see that the table is loaded, but the expression:  ='qmem://dot_color/yellow' does return an image nor I can create a listbox with the field dot_color
I tried to load the table at the beginning of my script and at the end of my load script but nothing helps.

The app is about 500 MB
What can be the cause of this ?

Labels (1)
0 Replies