<?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 Re: show image when clicking on button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494884#M185080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of simple Load function you can use "Info Load" , this might will full fill your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 11:01:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-23T11:01:13Z</dc:date>
    <item>
      <title>show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494878#M185074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i need to create a functionality in which the user shall click on an object (text object with image inside) and go through a list of images. These images shall be shown in a text object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table is of the form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&amp;nbsp;&amp;nbsp; image_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; image_path, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; image_contact_id &lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this table is then associated to the rest of the data model via image_contact_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494878#M185074</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-14T14:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494879#M185075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog post: &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/31/loading-images-into-qlikview" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/31/loading-images-into-qlikview"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/31/loading-images-into-qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494879#M185075</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-14T14:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494880#M185076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, i did that already, but the requirement is to click on a button to display in sequence the images. it is like what you said, but with a previous step. &lt;/P&gt;&lt;P&gt;i think, this might be possible with a macro, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494880#M185076</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-14T15:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494881#M185077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can bundle all the images to you Qlikview:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Images:&lt;/P&gt;&lt;P&gt;BUNDLE LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Images, Path&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then, in the text object, write down this expression (and check the 'image' option in the visualization):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='qmem://Images/'&amp;amp;FieldValue('Images',$(vImgNum))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vImgNum is a variable, which you must increase every time you click on the object (with a trigger), unless it reaches the number of images loaded, that you have to initialize it to one again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it. Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494881#M185077</guid>
      <dc:creator />
      <dc:date>2013-08-14T15:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494882#M185078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/felcar2013"&gt;felcar2013&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;. Did you finally tried it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 08:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494882#M185078</guid>
      <dc:creator />
      <dc:date>2013-08-20T08:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494883#M185079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Iosu&lt;/P&gt;&lt;P&gt;thanks, nice solution.&lt;/P&gt;&lt;P&gt;the problem i have, i do not want to load the images in the qvw doc.&lt;/P&gt;&lt;P&gt;using bundle, i will be adding the images to my doc and i will get more than 10,000 images of about 2 to 4 MB , which will represent a lot&lt;BR /&gt;i am using the link to the photo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 10:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494883#M185079</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-23T10:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494884#M185080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of simple Load function you can use "Info Load" , this might will full fill your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494884#M185080</guid>
      <dc:creator />
      <dc:date>2013-08-23T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494885#M185081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have the table with customer_id, and photo_id. i receive the data like that. I loaded this two fields and then made a load on load to create the path to the image or photo. something like this (loading from qvd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;track_photo:&lt;/P&gt;&lt;P&gt;load *,'D:\.........\Photo\'&amp;amp;%cus_track_photo__ID&amp;amp;'.jpg' as cus_track_photopath; &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; contact__ID, &lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; photo__ID&lt;/P&gt;&lt;P&gt;FROM $(vPath_QVD)\cus_track_photo.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494885#M185081</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-23T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494886#M185082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;info load *,'D:\.........\Photo\'&amp;amp;%cus_track_photo__ID&amp;amp;'.jpg' as cus_track_photopath; &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; contact__ID, &lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; photo__ID&lt;/P&gt;&lt;P&gt;FROM $(vPath_QVD)\cus_track_photo.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did yopu try this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 11:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494886#M185082</guid>
      <dc:creator />
      <dc:date>2013-08-23T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: show image when clicking on button</title>
      <link>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494887#M185083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;thanks for your answer, I did not try. I did it differently. I used a normal load and then in text box i wrote the field where there is the path to the image. I included navigation buttons and the user can go forward and backward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the advantage of using info load? bundle load is not recommended in this case, because i will need to load thousands of pictures. Is not the same how i did it, as if i use info load? i link an external file path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 15:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-image-when-clicking-on-button/m-p/494887#M185083</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-08-23T15:50:49Z</dc:date>
    </item>
  </channel>
</rss>

