<?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 just first Level Logo in ListBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285294#M851275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: &lt;A href="https://community.qlik.com/message/775109"&gt;Load Multiple Images to QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A href="https://community.qlik.com/docs/DOC-4331"&gt;QlikView Technical Brief - Loading Images into QlikView.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps to resolve your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2017 08:04:14 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2017-03-01T08:04:14Z</dc:date>
    <item>
      <title>Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285289#M851270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qliker&lt;/P&gt;&lt;P&gt;I have hierarchy of organization in my doc. &lt;/P&gt;&lt;P&gt;and load the first level of organization's logo by 'bundle load' in qlikview &lt;/P&gt;&lt;P&gt;but when I write a expression in listBox to show just the first level organization Logo, it doesn't work&lt;/P&gt;&lt;P&gt;Can anyone help me to show just first level Organization's logo&lt;/P&gt;&lt;P&gt;to show what is my purpose I prepare a sample in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285289#M851270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285290#M851271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can try the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logo:&lt;/P&gt;&lt;P&gt;BUNDLE LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrgId, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change it to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logo:&lt;/P&gt;&lt;P&gt;BUNDLE LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrgId&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; AS ParentOrgID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 06:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285290#M851271</guid>
      <dc:creator>marioglasmv</dc:creator>
      <dc:date>2017-03-01T06:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285291#M851272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it okay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 06:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285291#M851272</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-03-01T06:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285292#M851273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use&lt;/P&gt;&lt;P&gt;In List box General tab field expression as the below&lt;BR /&gt;"=if(IsNull(ParentOrgID)=-1,Info(OrgId))"&lt;/P&gt;&lt;P&gt;and In presentation &lt;BR /&gt;representation as "Image"&lt;IMG alt="11.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154810_11.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="22.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/154811_22.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 06:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285292#M851273</guid>
      <dc:creator />
      <dc:date>2017-03-01T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285293#M851274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when it was in clear state it show all organizations&lt;/P&gt;&lt;P&gt;and the number of my organizations in each level is dynamic &lt;/P&gt;&lt;P&gt;so your solution didn't help me unfortunately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 07:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285293#M851274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285294#M851275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: &lt;A href="https://community.qlik.com/message/775109"&gt;Load Multiple Images to QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A href="https://community.qlik.com/docs/DOC-4331"&gt;QlikView Technical Brief - Loading Images into QlikView.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps to resolve your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 08:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285294#M851275</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-03-01T08:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285295#M851276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can write conditional expression in Layout Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(OrgId)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or according to your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 08:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285295#M851276</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-03-01T08:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285296#M851277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 08:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285296#M851277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show just first Level Logo in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285297#M851278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way Ravindra has shown above should work. Please retry and follow the steps properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 09:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-just-first-Level-Logo-in-ListBox/m-p/1285297#M851278</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-01T09:09:01Z</dc:date>
    </item>
  </channel>
</rss>

