<?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: How to create silent legend dynamically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139177#M754595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One quick question, like in list box we can select any value and then right click and do select excluded. So that our selected values would be excluded.&lt;/P&gt;&lt;P&gt;If I use straight table how do I get this exclusion done ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2018 05:34:45 GMT</pubDate>
    <dc:creator>ashis</dc:creator>
    <dc:date>2018-10-08T05:34:45Z</dc:date>
    <item>
      <title>How to create silent legend dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139174#M754592</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 want to create silent legend for job types ( job type is a filter), that should be dynamic in nature. Lets say , I have date as filter and I have job type as filer (2 filters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on the date selection I get job types ( does not necessarily I will get all the job types, may be I will get 5 jobs out of 7)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to create silent legends for job type. Total I have 7 job types and I need to create 7 legends.&lt;/P&gt;&lt;P&gt;I am finding it difficult to create it dynamically so that I would show next to the list box .&lt;/P&gt;&lt;P&gt;I have searched in the community on how to create a silent legends but how do I create it such a way based on date selection it should&lt;/P&gt;&lt;P&gt;match (silent legend) with my job type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also , how do I confirm that after each reload my job type list box always show in the same order . If I understand correctly I need to create text boxes next to the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&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/How-to-create-silent-legend-dynamically/m-p/139174#M754592</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create silent legend dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139175#M754593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe instead of creating separate text boxes next to your list box you could use a straight table e.g. like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215268" alt="QlikCommunity_Thread_316062_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215268_QlikCommunity_Thread_316062_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215280" alt="QlikCommunity_Thread_316062_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/215280_QlikCommunity_Thread_316062_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215269" alt="QlikCommunity_Thread_316062_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/215269_QlikCommunity_Thread_316062_Pic2.JPG" style="height: 271px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="215279" alt="QlikCommunity_Thread_316062_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/215279_QlikCommunity_Thread_316062_Pic3.JPG" style="height: 332px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2018 00:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139175#M754593</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-10-06T00:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create silent legend dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139176#M754594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Marco for you suggestion , I was looking something like this only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 05:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139176#M754594</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-08T05:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create silent legend dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139177#M754595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One quick question, like in list box we can select any value and then right click and do select excluded. So that our selected values would be excluded.&lt;/P&gt;&lt;P&gt;If I use straight table how do I get this exclusion done ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 05:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-silent-legend-dynamically/m-p/139177#M754595</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-08T05:34:45Z</dc:date>
    </item>
  </channel>
</rss>

