Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
shekhar_analyti
Specialist
Specialist

What wrong with Bundle load in my app ? Help

Hi All ,

What wrong with Bundle load in my app ? Not be able to get corresponding image in qvw .

I need corresponding image instead of values in text boxes .

Thanks & Regards

Shekar

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Then change

='qmem://Team1/'&only(Team1)

into

='qmem://Team1/'&only({1<date = {'$(vFinal)'}>}Team1)


I did use the attached qvw, but I could not reload it as I don't have your data (the reload was required to make it work)

View solution in original post

7 Replies
shekhar_analyti
Specialist
Specialist
Author

sunny_talwar

I guess it seems that you are loading 3 fields in your bundle load, but according to this article, it expects only 2

Bundle Loading Images Into QlikView | Analytics8

shekhar_analyti
Specialist
Specialist
Author

I tried this as well,  but it didn't work

two fields.PNG

image as presentation.PNG

stigchel
Partner - Master
Partner - Master

Try with

='qmem://Team1/'&only(Team1)

stigchel
Partner - Master
Partner - Master

Make sure you have all capitals matching (team1 or Team1)

And see attached

shekhar_analyti
Specialist
Specialist
Author

Hi Piet ,

In my app text box is having expression =  only({1<date = {'$(vFinal)'}>}team1)

And this expression returns me different values based on value in variable vFinal . So my requirement is that  image in the text box should change dynamically based on above expression .

It will be really helpful if you use my attached qvw , as it has my data model .

Thanks & Regards

Shekar

stigchel
Partner - Master
Partner - Master

Then change

='qmem://Team1/'&only(Team1)

into

='qmem://Team1/'&only({1<date = {'$(vFinal)'}>}Team1)


I did use the attached qvw, but I could not reload it as I don't have your data (the reload was required to make it work)