<?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: Change the picture based on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700748#M726301</link>
    <description>&lt;P&gt;Please, check the following picture&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33352i79A8D9AEF41EAF60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error.png" alt="Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 15:40:47 GMT</pubDate>
    <dc:creator>brunolelli87</dc:creator>
    <dc:date>2020-05-11T15:40:47Z</dc:date>
    <item>
      <title>Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700527#M726297</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;How can I insert a picture that will vary depending on the company selected?&lt;/P&gt;&lt;P&gt;I have a DataBase (&lt;STRONG&gt;CompanyLogo.xls&lt;/STRONG&gt;) with the following content:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Image Link&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;AZUL&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;&lt;A href="https://www.oceans14.com.br/images/empresas/AZUL.gif" target="_blank"&gt;https://www.oceans14.com.br/images/empresas/AZUL.gif&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;VALE&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;&lt;A href="https://www.oceans14.com.br/images/empresas/VALE.gif" target="_blank"&gt;https://www.oceans14.com.br/images/empresas/VALE.gif&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;GOLL&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;&lt;A href="https://www.oceans14.com.br/images/empresas/GOLL.gif" target="_blank"&gt;https://www.oceans14.com.br/images/empresas/GOLL.gif&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, based on the customer's Company's selection I would like to show it's logo.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I do it?&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700527#M726297</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700640#M726298</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Bundle load which is used to insert the image into the qlikview application.&lt;/P&gt;&lt;P&gt;load the Companylogo.xls which consist of two field( company and image link)&lt;/P&gt;&lt;P&gt;the script for bundle load,&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;&lt;STRONG&gt;bundle&lt;/STRONG&gt; LOAD Company,&lt;BR /&gt;[Image Link]&lt;BR /&gt;FROM&lt;BR /&gt;[..\import\Companylogo.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet8);&lt;/P&gt;&lt;P&gt;save and load the script and in the front end change the representation is "image" under the general tab in any type of chart or text object.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, provide the expression is,&lt;/P&gt;&lt;P&gt;=info(Company)&lt;/P&gt;&lt;P&gt;Based on selection in the company filter logo has been changed.&lt;/P&gt;&lt;P&gt;Hope you are understanding&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 09:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700640#M726298</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-11T09:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700737#M726299</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your help, but I'm getting the following error:&lt;BR /&gt;"Error: Error in Expression: Info Function takes a valid field name as paramenter "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve it?&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 15:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700737#M726299</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-05-11T15:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700741#M726300</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;= info(give the field name that has the company details) it's working perfectly for me.&lt;/P&gt;&lt;P&gt;If, further you will find the issue means pls share the screenshot of ur code&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 15:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700741#M726300</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-11T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700748#M726301</link>
      <description>&lt;P&gt;Please, check the following picture&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33352i79A8D9AEF41EAF60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error.png" alt="Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 15:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700748#M726301</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-05-11T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700751#M726302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Give&lt;/P&gt;&lt;P&gt;= info(Sticker)&amp;nbsp; and choose the image as representation under general tab of text object&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Durgadevikumar&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 15:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700751#M726302</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-11T15:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700754#M726303</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still getting the same error, please check the picture below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error 3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33354i32C92F4FA20EB40D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error 3.png" alt="Error 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 15:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700754#M726303</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-05-11T15:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700763#M726304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please share the .qvw file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Durgadevikumar&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 16:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700763#M726304</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-11T16:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700764#M726305</link>
      <description>&lt;P&gt;Yes, of course, I can!&lt;BR /&gt;Thanks for your help!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a personal Edition of QlikView, so I don't know if I'll able to open your file back (in case of)...&lt;BR /&gt;&lt;BR /&gt;But I really appreciate your assistance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 16:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700764#M726305</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-05-11T16:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700903#M726306</link>
      <description>&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;I am not able to open your qvw File. however, I think due to small mistake it does now working&amp;nbsp; properly,&lt;/P&gt;&lt;P&gt;Refer the below link,&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analytics8.com/insights/bundle-loading-images-into-qlikview/" target="_blank"&gt;https://www.analytics8.com/insights/bundle-loading-images-into-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and find my code&amp;nbsp; and output sample below&amp;nbsp; for your reference,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="selection1.PNG" style="width: 447px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33391iAF1608399F0F14B7/image-dimensions/447x247?v=v2" width="447" height="247" role="button" title="selection1.PNG" alt="selection1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selection2.PNG" style="width: 649px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33390iADAF838D34D342D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selection2.PNG" alt="Selection2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 06:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700903#M726306</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-12T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700949#M726307</link>
      <description>&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;I am not able to open your qvw file. However, i think due to small mistake it does not working properly.&lt;/P&gt;&lt;P&gt;refer the below link ,&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analytics8.com/insights/bundle-loading-images-into-qlikview/" target="_blank"&gt;https://www.analytics8.com/insights/bundle-loading-images-into-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, find below script and output sample of which i did for your reference&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="selection1.PNG" style="width: 427px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33408i4C4DF201DFB679C0/image-dimensions/427x236?v=v2" width="427" height="236" role="button" title="selection1.PNG" alt="selection1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Selection2.PNG" style="width: 609px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33407iF51C057806E70B8C/image-dimensions/609x306?v=v2" width="609" height="306" role="button" title="Selection2.PNG" alt="Selection2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 07:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700949#M726307</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-12T07:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700963#M726309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am not able to open your qvw. file. however, i think due to small mistake it does not working properly.&lt;/P&gt;&lt;P&gt;kindly find the below information for your reference.&amp;nbsp;&lt;SPAN&gt;Also make sure that the images are in the path specified.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;bundle LOAD Company,&lt;BR /&gt;[Image Link]&lt;BR /&gt;FROM&lt;BR /&gt;[..\import\lastmodify.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet8);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="selection1.PNG" style="width: 492px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33410i290080B204C761D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="selection1.PNG" alt="selection1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 07:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1700963#M726309</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-05-12T07:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change the picture based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1701137#M726310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your kindly assistance, but I figured out that:&lt;/P&gt;&lt;P&gt;1. When working with a single worksheet, with no connections, it's working perfectly;&lt;BR /&gt;2. When I try to connect it to my project with some key columns, it's not working.&lt;/P&gt;&lt;P&gt;Check my project:&lt;BR /&gt;I already have some fields, and one of those is called Company. Company is the key field, which connects some DataBase. If I try to create another excel file with Company and ImageLink the system does not work.&lt;/P&gt;&lt;P&gt;But If I create another excel file with Company2 and ImageLink the system work, but obviously, does dot show anything when the user select a Company, just show something when he select a company on Company 2 Field.&lt;/P&gt;&lt;P&gt;Is there any way to solve it?&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 14:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-picture-based-on-selection/m-p/1701137#M726310</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-05-12T14:02:17Z</dc:date>
    </item>
  </channel>
</rss>

