<?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 from URL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827552#M291361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just needing a solution like this one. And despite that this works in my QlikView Desktop, I can't make it work when I publish it on the web server. Images just don't show up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why is that and how can I solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2015 18:24:30 GMT</pubDate>
    <dc:creator>arieidel</dc:creator>
    <dc:date>2015-11-06T18:24:30Z</dc:date>
    <item>
      <title>Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827544#M291353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application that shows a list of products in a list box - the requirement is to display the image of the product when a user selects a single entry from the list box. The client has the images on their website and can only provide me URLs for them. Does anyone know how I can achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 05:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827544#M291353</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-05-10T05:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827545#M291354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways of doing it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can do an INFO LOAD in your load script where you provide two columns - the first for the description and the second for the URL. When you make a list box you will only see the first column available as a field. When you select a particular item in the list box you will see an &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt; icon in the top right of the title bar of the list box. Then you can click that to open a separate window with an image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can also display images directly as entries in a list box then you don't need an INFO LOAD but rather a regular LOAD with a list of URL's. In the list box on the presentation tab you can select under Image Options / Representation Image in the dropdown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the simple demo with list box. Of course you can do this in Charts too. There you will can also specify Link as a Presentation option. And use an expression like this ='Dolly Duck&amp;lt;URL&amp;gt;link adress'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-05-10 #1.PNG" class="jive-image image-1" src="/legacyfs/online/86099_2015-05-10 #1.PNG" style="height: 213px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 06:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827545#M291354</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-10T06:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827546#M291355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The load script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-05-10 #2.PNG" class="jive-image image-1" src="/legacyfs/online/86100_2015-05-10 #2.PNG" style="height: 128px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 06:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827546#M291355</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-10T06:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827547#M291356</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;&lt;/P&gt;&lt;P&gt;THANK YOU so much for your reply and apologies for not responding earlier but I was out of town and just returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your example was very helpful indeed especially the INFO LOAD part.&lt;BR /&gt;Is there a way that I can have a list box(say) of the text (as you have it in the list box (Txt)) and the image of the item clicked to be shown in a separate text box without having to click on the "i" in the list box?&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 again&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 20:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827547#M291356</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-05-10T20:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827548#M291357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I think you have helped me find the solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) In my script I dropped the "INFO"part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Image3:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Item, URLLink&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;QlikView (the unbeatable all-rounder), &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://upload.wikimedia.org/wikipedia/commons/thumb/0/09/QlikTech_20xx_logo.svg/320px-QlikTech_20xx_logo.svg.png" rel="nofollow"&gt;http://upload.wikimedia.org/wikipedia/commons/thumb/0/09/QlikTech_20xx_logo.svg/320px-QlikTech_20xx_logo.svg.png&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;Tableau (super-Excel), &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://upload.wikimedia.org/wikipedia/commons/0/01/Tableau_Software_Logo_Small.png" rel="nofollow"&gt;http://upload.wikimedia.org/wikipedia/commons/0/01/Tableau_Software_Logo_Small.png&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) I created a text box and set it up as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="URLIMage.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86110_URLIMage.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Petter&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 20:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827548#M291357</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-05-10T20:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827549#M291358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is quite easy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make a regular List Box with the field Desc.&lt;/P&gt;&lt;P&gt;2) Make a Text Box and put in the expression:&amp;nbsp; MinString(URL)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Under Representation on the General Tab select Image in the drop-down menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the associative logic of QlikView will select the corresponding URL which will be used in the&lt;/P&gt;&lt;P&gt;text box to show the image of the URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I specify MinString() so there will be always one image shown ... even if none or multiple images are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached an updated QVW that shows how it is done...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 21:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827549#M291358</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-10T21:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827550#M291359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again - this is almost identical to my solution which I posted earlier (after my reply to you) which is shown as "Being moderated" for some reason -&amp;nbsp; never had that before.&lt;/P&gt;&lt;P&gt;One exception with your solution is the use of MinString(URL) I just use "=URL" - I was not aware of this command - very helpful indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;BR /&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 21:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827550#M291359</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-05-10T21:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827551#M291360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason it is showing as being moderated is that you have included some URL of some sort and to avoid spam there is manual intervention to approve the posts...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 22:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827551#M291360</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-10T22:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827552#M291361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just needing a solution like this one. And despite that this works in my QlikView Desktop, I can't make it work when I publish it on the web server. Images just don't show up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why is that and how can I solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 18:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827552#M291361</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2015-11-06T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827553#M291362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your URL's are http URL's then the only thing that I know of that could prevent it is either that the WebServer has no access to the internet or the specific sites are blocked from that server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2015 05:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827553#M291362</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-11-07T05:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827554#M291363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've verified that the web server has access to that site with its service account.&lt;/P&gt;&lt;P&gt;In fact, now I know what the problem is. QlikView doesn't allow or accept image URLs which includes %20 (space char encoded).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.mysite.com/my%20images/my%20image.jpg" rel="nofollow"&gt;http://www.mysite.com/my%20images/my%20image.jpg&lt;/A&gt;&lt;SPAN&gt; --&amp;gt; This won't work in QV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A class="jive-link-external-small" href="http://www.mysite.com/my_images/my_image.jpg" rel="nofollow"&gt;http://www.mysite.com/my_images/my_image.jpg&lt;/A&gt;&lt;SPAN&gt; --&amp;gt; This would work in QV&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to encode/decode URL?&lt;/P&gt;&lt;P&gt;I've also tried using just the space (not '%20') but it doesn't work neither.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 18:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827554#M291363</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2015-11-09T18:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading images from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827555#M291364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 16:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-images-from-URL/m-p/827555#M291364</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2015-11-12T16:02:38Z</dc:date>
    </item>
  </channel>
</rss>

