<?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 Help required on Image in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833451#M1000440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a requirement where I need to show a image on the sheet. Till now I was doing this by creating Text Object ,selecting Image as Background and uploaded the image. By doing so, the image got embedded into the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my client don't want this image to be embedded. What he is looking for is, storing this image in a centralized location, and giving the location path to qlikview. &lt;/P&gt;&lt;P&gt;By doing so, he can modify the image and save in the same location, without touching qvw. And each time on reload qvw will display the modified image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help how to do this. To pass the location path of the image without embedding the image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 04:38:56 GMT</pubDate>
    <dc:creator>sayadutt</dc:creator>
    <dc:date>2015-06-05T04:38:56Z</dc:date>
    <item>
      <title>Help required on Image</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833451#M1000440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a requirement where I need to show a image on the sheet. Till now I was doing this by creating Text Object ,selecting Image as Background and uploaded the image. By doing so, the image got embedded into the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my client don't want this image to be embedded. What he is looking for is, storing this image in a centralized location, and giving the location path to qlikview. &lt;/P&gt;&lt;P&gt;By doing so, he can modify the image and save in the same location, without touching qvw. And each time on reload qvw will display the modified image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help how to do this. To pass the location path of the image without embedding the image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 04:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833451#M1000440</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2015-06-05T04:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Image</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833452#M1000441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an &lt;STRONG&gt;info load&lt;/STRONG&gt; or &lt;STRONG&gt;bundle info load&lt;/STRONG&gt;.Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="font-size: 13.3333330154419px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;//&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Icon file path&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SET help_IconPath = '\\Server\Qlikview\Graphics\';&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SET help_DataPath = '\\Server\Qlikview\Help_Text_Standard.xlsx';&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;//&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Load the picture id's and descriptions&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Help_Icons:&lt;/P&gt;&lt;P&gt;LOAD Picture_ID, Picture_Name, Picture_Category, Client_Type, Picture_Text&lt;/P&gt;&lt;P&gt;FROM '$(help_DataPath)'(ooxml, embedded labels, table is Help_Pictures);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;//&lt;/TD&gt;&lt;TD&gt;Load the pictures&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;BUNDLE INFO LOAD Picture_ID, '$(help_IconPath)' &amp;amp; [Picture_Name]&lt;/P&gt;&lt;P&gt;RESIDENT Help_Icons;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search here with the bold text above for more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 05:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833452#M1000441</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-05T05:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Image</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833453#M1000442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syantan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this can be resolved by the&amp;nbsp; method shared by Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make it more simple and clear please follow below steps;&lt;/P&gt;&lt;P&gt;1). &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88465_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;2. Creat one list box with all country names&lt;/P&gt;&lt;P&gt;3. Creat text object with the expression:&lt;/P&gt;&lt;P&gt;info(Country) and representation should be image...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope its helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 07:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833453#M1000442</guid>
      <dc:creator />
      <dc:date>2015-06-05T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Image</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833454#M1000443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will reflect results shown below;&lt;/P&gt;&lt;P&gt;what ever changes you may do in image will reflect in your QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88475_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 07:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833454#M1000443</guid>
      <dc:creator />
      <dc:date>2015-06-05T07:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Image</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833455#M1000444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;Can you please tell me what should be inside the csv you mentioned?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to be more clear on my requirement:&lt;/P&gt;&lt;P&gt;The image i want to display, does not depend on any condition. Its a type of logo which will be always displayed on the sheet.&lt;/P&gt;&lt;P&gt;I just need to make the file location of this logo external, so that if somebody wants to modify the logo, they can do it without opening qvw.&lt;/P&gt;&lt;P&gt;And qvw will pick the modified image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please give me a sample qvw and what all columns are required in the csv (as mentioned by you)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 07:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833455#M1000444</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2015-06-05T07:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Image</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833456#M1000445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this file should have the country names with the complete path as shown below;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88477_Capture.PNG" style="height: 107px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 07:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833456#M1000445</guid>
      <dc:creator />
      <dc:date>2015-06-05T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on Image</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833457#M1000446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;awesome Dixit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-on-Image/m-p/833457#M1000446</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-06-05T08:06:13Z</dc:date>
    </item>
  </channel>
</rss>

