<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Bundle Info for Images - Multiple attempts not working :-( in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468220#M560799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to qv!&amp;nbsp; I am on a dashboard building team to help create more visual representations of our data, and what the data means so users can see at a quick glance what needs to be on their agenda that day.&amp;nbsp; We would LOVE to use pictures to display if a line of data means we're doing great, we're doing OK, we need to work on improving, we need to take drastic measures to improve, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I have spent hours on this site looking for how to use the BUNDLE and BUNDLE INFO loads.&amp;nbsp; I have found a TON of information, and a lot of them end with "this works great, here's the code", however when I use that code in my application using our field and table names, etc. it doesn't work.&amp;nbsp; Today is the start of day #3 on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately, I want to be able to say, I assume in an expression, that &lt;/P&gt;&lt;P&gt;if numerator/denominator &amp;gt;= .9 then display 'doing_great.jpg' &lt;/P&gt;&lt;P&gt;else if num/denom &amp;gt;= .7 then display 'doing_ok.jpg' &lt;/P&gt;&lt;P&gt;else if num/denom &amp;gt;= .45 then display 'needs_attention.jpg'&lt;/P&gt;&lt;P&gt;else display 'huge_red_flag.jpg'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some code that I have tried using and haven't gotten to work.&amp;nbsp; The images I want to use are stored in the same directory as this app, but under and \images folder.&amp;nbsp; I have tried to use the ='qmem://...' in a text object as well, but have never gotten the expression editor/images/image folder to list anything other than the built-ins.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(please accept my apology for the following code not being in a code window.&amp;nbsp; This is my first post and I cannot, for the life of me, figure out where the "advanced editor" option is!!&amp;nbsp; Therefore, I can't seem to get to the "syntax highlighting" option.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;//Attempt 1&lt;BR /&gt;Category:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Description, Photo, CategoryCount&lt;BR /&gt;DoingGreat,'DoingGreat.jpg',1&lt;BR /&gt;WereOK,'WereOK.jpg',1&lt;BR /&gt;Average,'Average.jpg',1&lt;BR /&gt;NotSoGood,'NotSoGood.jpg',1&lt;BR /&gt;ImmediateAttn,'ImmediateAttn.jpg',1];&lt;BR /&gt;&lt;BR /&gt;Image:&lt;BR /&gt;BUNDLE INFO LOAD&lt;BR /&gt; Description,&lt;BR /&gt;'..\images\' &amp;amp; Photo&lt;BR /&gt; RESIDENT Category;&lt;BR /&gt;&lt;BR /&gt;//Attempt 2&lt;BR /&gt;Category:&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;Description&lt;BR /&gt;DoingGreat&lt;BR /&gt;WereOK&lt;BR /&gt;Average&lt;BR /&gt;NotSoGood&lt;BR /&gt;ImmediateAttn&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Image:&lt;BR /&gt;BUNDLE INFO LOAD * INLINE [&lt;BR /&gt;Description,&lt;BR /&gt;'Images\' &amp;amp; Description &amp;amp; '.jpg' as info RESIDENT Category];&lt;BR /&gt;&lt;BR /&gt; //Attempt 3&lt;BR /&gt;Images:&lt;BR /&gt;BUNDLE LOAD * INLINE [&lt;BR /&gt;Image, File&lt;BR /&gt;DoingGreat,DoingGreat.jpg&lt;BR /&gt;WereOK,WereOK.jpg&lt;BR /&gt;Average,Average.jpg&lt;BR /&gt;NotSoGood,NotSoGood.jpg&lt;BR /&gt;ImmediateAttn,ImmediateAttn.jpg&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - we are on QV 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else you need to know, that I missed?&amp;nbsp; Does anyone have any ideas on how I can get this to work?&amp;nbsp; What am I doing wrong??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU for any and all help!&amp;nbsp; &lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Apr 2013 14:46:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-18T14:46:11Z</dc:date>
    <item>
      <title>Bundle Info for Images - Multiple attempts not working :-(</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468220#M560799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to qv!&amp;nbsp; I am on a dashboard building team to help create more visual representations of our data, and what the data means so users can see at a quick glance what needs to be on their agenda that day.&amp;nbsp; We would LOVE to use pictures to display if a line of data means we're doing great, we're doing OK, we need to work on improving, we need to take drastic measures to improve, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I have spent hours on this site looking for how to use the BUNDLE and BUNDLE INFO loads.&amp;nbsp; I have found a TON of information, and a lot of them end with "this works great, here's the code", however when I use that code in my application using our field and table names, etc. it doesn't work.&amp;nbsp; Today is the start of day #3 on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately, I want to be able to say, I assume in an expression, that &lt;/P&gt;&lt;P&gt;if numerator/denominator &amp;gt;= .9 then display 'doing_great.jpg' &lt;/P&gt;&lt;P&gt;else if num/denom &amp;gt;= .7 then display 'doing_ok.jpg' &lt;/P&gt;&lt;P&gt;else if num/denom &amp;gt;= .45 then display 'needs_attention.jpg'&lt;/P&gt;&lt;P&gt;else display 'huge_red_flag.jpg'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some code that I have tried using and haven't gotten to work.&amp;nbsp; The images I want to use are stored in the same directory as this app, but under and \images folder.&amp;nbsp; I have tried to use the ='qmem://...' in a text object as well, but have never gotten the expression editor/images/image folder to list anything other than the built-ins.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(please accept my apology for the following code not being in a code window.&amp;nbsp; This is my first post and I cannot, for the life of me, figure out where the "advanced editor" option is!!&amp;nbsp; Therefore, I can't seem to get to the "syntax highlighting" option.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;//Attempt 1&lt;BR /&gt;Category:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Description, Photo, CategoryCount&lt;BR /&gt;DoingGreat,'DoingGreat.jpg',1&lt;BR /&gt;WereOK,'WereOK.jpg',1&lt;BR /&gt;Average,'Average.jpg',1&lt;BR /&gt;NotSoGood,'NotSoGood.jpg',1&lt;BR /&gt;ImmediateAttn,'ImmediateAttn.jpg',1];&lt;BR /&gt;&lt;BR /&gt;Image:&lt;BR /&gt;BUNDLE INFO LOAD&lt;BR /&gt; Description,&lt;BR /&gt;'..\images\' &amp;amp; Photo&lt;BR /&gt; RESIDENT Category;&lt;BR /&gt;&lt;BR /&gt;//Attempt 2&lt;BR /&gt;Category:&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;Description&lt;BR /&gt;DoingGreat&lt;BR /&gt;WereOK&lt;BR /&gt;Average&lt;BR /&gt;NotSoGood&lt;BR /&gt;ImmediateAttn&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Image:&lt;BR /&gt;BUNDLE INFO LOAD * INLINE [&lt;BR /&gt;Description,&lt;BR /&gt;'Images\' &amp;amp; Description &amp;amp; '.jpg' as info RESIDENT Category];&lt;BR /&gt;&lt;BR /&gt; //Attempt 3&lt;BR /&gt;Images:&lt;BR /&gt;BUNDLE LOAD * INLINE [&lt;BR /&gt;Image, File&lt;BR /&gt;DoingGreat,DoingGreat.jpg&lt;BR /&gt;WereOK,WereOK.jpg&lt;BR /&gt;Average,Average.jpg&lt;BR /&gt;NotSoGood,NotSoGood.jpg&lt;BR /&gt;ImmediateAttn,ImmediateAttn.jpg&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - we are on QV 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else you need to know, that I missed?&amp;nbsp; Does anyone have any ideas on how I can get this to work?&amp;nbsp; What am I doing wrong??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU for any and all help!&amp;nbsp; &lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 14:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468220#M560799</guid>
      <dc:creator />
      <dc:date>2013-04-18T14:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info for Images - Multiple attempts not working :-(</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468221#M560800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose, the BUNDLE LOAD statement must be the last LOAD statement in your script. Same problem caused me pain for hours!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 14:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468221#M560800</guid>
      <dc:creator>GeorgeQV</dc:creator>
      <dc:date>2016-02-25T14:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info for Images - Multiple attempts not working :-(</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468222#M560801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I moved the bundle load to the end of the script and it worked too!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468222#M560801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-03T15:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info for Images - Multiple attempts not working :-(</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468223#M560802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;may be try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Bundle Info LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;Description&lt;/SPAN&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;DoingGreat&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;..\&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px; line-height: 1.5em;"&gt;images\&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;DoingGreat.jpg&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;WereOK&lt;/SPAN&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;..\images\&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;WereOK.jpg&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;Average&lt;/SPAN&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;..\images\&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;Average.jpg&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;&amp;nbsp; NotSoGood,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;..\images\&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;NotSoGood.jpg&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;ImmediateAttn,&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;..\images\&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;ImmediateAttn.jpg&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;Category:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;Description,&amp;nbsp; CategoryCount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;DoingGreat&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;WereOK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;Average&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;NotSoGood&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;ImmediateAttn&amp;nbsp; ,1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that is not working try to hardcode the path like C:\&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;images\&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 13px;"&gt;DoingGreat.jpg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also see the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 21:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468223#M560802</guid>
      <dc:creator>idogridish2</dc:creator>
      <dc:date>2016-06-03T21:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info for Images - Multiple attempts not working :-(</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468224#M560803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written a white paper on bundle loads - I hope this helps. Let me know if you have any questions. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 14:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-for-Images-Multiple-attempts-not-working/m-p/468224#M560803</guid>
      <dc:creator />
      <dc:date>2017-06-01T14:08:06Z</dc:date>
    </item>
  </channel>
</rss>

