<?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: loading images in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923152#M319671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a table in your load script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET v.ImagePath = 'C:\Users\XYZ\Pictures\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Images:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; RecNo() AS FileNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FileName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(v.ImagePath)' &amp;amp; FileName AS FullFileName&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;FileName&lt;/P&gt;&lt;P&gt;2015-07-06 #1 How to Sum within a Sub Loop.PNG&lt;/P&gt;&lt;P&gt;2015-07-07 x-axis all values #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-07 x-axis all values #2.PNG&lt;/P&gt;&lt;P&gt;2015-07-08 x-axis all values #3.PNG&lt;/P&gt;&lt;P&gt;2015-07-08 x-axis all values #4.PNG&lt;/P&gt;&lt;P&gt;2015-07-11 #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-11 #2.PNG&lt;/P&gt;&lt;P&gt;2015-07-14 #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-26 #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-29 #1.PNG&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The you can add the field FullFileName as an expression in a table box, straight table, pivot table and make sure that you select Image as Presentation for this expression. You could also display images in many other sheet objects like in a text box too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 15:10:19 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-08-13T15:10:19Z</dc:date>
    <item>
      <title>loading images in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923151#M319670</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'd like to load a table which consists of two fields: the first field should contain the images in png-format, the second - the names of the images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a source I have 10 files in png-format:&lt;/P&gt;&lt;P&gt;image1.png&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image2.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image3.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image4.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image5.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image6.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image7.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image8.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image9.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;image10.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;How can I load such a table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thank you in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Larisa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923151#M319670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T14:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: loading images in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923152#M319671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a table in your load script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET v.ImagePath = 'C:\Users\XYZ\Pictures\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Images:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; RecNo() AS FileNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; FileName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(v.ImagePath)' &amp;amp; FileName AS FullFileName&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;FileName&lt;/P&gt;&lt;P&gt;2015-07-06 #1 How to Sum within a Sub Loop.PNG&lt;/P&gt;&lt;P&gt;2015-07-07 x-axis all values #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-07 x-axis all values #2.PNG&lt;/P&gt;&lt;P&gt;2015-07-08 x-axis all values #3.PNG&lt;/P&gt;&lt;P&gt;2015-07-08 x-axis all values #4.PNG&lt;/P&gt;&lt;P&gt;2015-07-11 #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-11 #2.PNG&lt;/P&gt;&lt;P&gt;2015-07-14 #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-26 #1.PNG&lt;/P&gt;&lt;P&gt;2015-07-29 #1.PNG&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The you can add the field FullFileName as an expression in a table box, straight table, pivot table and make sure that you select Image as Presentation for this expression. You could also display images in many other sheet objects like in a text box too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923152#M319671</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-13T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: loading images in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923153#M319672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;I don't quite understand what you mean by that list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-06 #1 How to Sum within a Sub Loop.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-07 x-axis all values #1.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-07 x-axis all values #2.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-08 x-axis all values #3.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-08 x-axis all values #4.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-11 #1.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-11 #2.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-14 #1.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-26 #1.PNG&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2015-07-29 #1.PNG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923153#M319672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: loading images in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923154#M319673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just a list of filenames. You have to provide your own image filenames like for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Image424332.png&lt;/P&gt;&lt;P&gt;Image1000.png&lt;/P&gt;&lt;P&gt;MyFather.PNG&lt;/P&gt;&lt;P&gt;MyDog.PNG&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923154#M319673</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-13T15:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: loading images in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923155#M319674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got another question:&lt;/P&gt;&lt;P&gt;When I publish a dashboard on the server I usually publish qvw-file and no other files.&lt;/P&gt;&lt;P&gt;The path from my local computer (say, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'C:\Users\XYZ\Pictures\') will make no sense on the server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it somenow possible to keep all the images within &lt;SPAN style="font-size: 13.3333330154419px;"&gt;qvw-file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to load the images to the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;qvw&lt;/SPAN&gt;-file once and then while operating on the forefront take them from QlikView and not from disc C&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923155#M319674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: loading images in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923156#M319675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible to load the images into the QVW-file. But if there are many big image-files remember that this is loaded all into memory on your server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This technique is called BUNDLE INFO LOAD. You simply add the keyword BUNDLE in front of the LOAD statement.&lt;/P&gt;&lt;P&gt;However the table should now only contain two columns. One that gives the unique ID / reference so you can pick the right image later in your application and the second one the full path to an external image file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way to use it in the UI is quite a bit different as you have to make an expression that looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='qmem://FileNo/6'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 6 is the ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you use a table chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='qmem://FileNo/' &amp;amp; RowNo()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923156#M319675</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-13T15:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: loading images in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923157#M319676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-images-in-QlikView/m-p/923157#M319676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T16:38:33Z</dc:date>
    </item>
  </channel>
</rss>

