<?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 List Box Presentation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691285#M250172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;This is in reference to the below discussion&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/133770"&gt;http://community.qlik.com/thread/133770&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the file which is there in that discussion.&lt;/P&gt;&lt;P&gt;I wanted to ask:&lt;/P&gt;&lt;P&gt;Can the logic of the number table be applied in a list box?&lt;/P&gt;&lt;P&gt; Or is there some expression/ trigger which can automatically select all the values in the NUMBER table as and when they are generated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 07:59:26 GMT</pubDate>
    <dc:creator>mansi_dv</dc:creator>
    <dc:date>2014-09-25T07:59:26Z</dc:date>
    <item>
      <title>List Box Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691285#M250172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;This is in reference to the below discussion&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/133770"&gt;http://community.qlik.com/thread/133770&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the file which is there in that discussion.&lt;/P&gt;&lt;P&gt;I wanted to ask:&lt;/P&gt;&lt;P&gt;Can the logic of the number table be applied in a list box?&lt;/P&gt;&lt;P&gt; Or is there some expression/ trigger which can automatically select all the values in the NUMBER table as and when they are generated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691285#M250172</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-09-25T07:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691286#M250173</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;Use this expression in List box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(if(count(distinct CODE)=GetPossibleCount(CODE),NUMBER), NUMBER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New Sheet Object -&amp;gt; List Box-&amp;gt; Select Expression from Field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and give the above expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691286#M250173</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-25T08:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691287#M250174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the reply. It worked.&lt;/P&gt;&lt;P&gt;But now I want all the values coming in this list box to be selected as and when they are generated, is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691287#M250174</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-09-25T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691288#M250175</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Properties-&amp;gt; Triggers -&amp;gt; Field Event Triggers-&amp;gt; Click Number-&amp;gt; Onchange-&amp;gt; Add Action-&amp;gt; Add-&amp;gt; Selection-&amp;gt; Select in Field-&amp;gt; Give NUMBER&lt;/P&gt;&lt;P&gt;and below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat(Aggr(if(count(distinct CODE)=GetPossibleCount(CODE),NUMBER), NUMBER), '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691288#M250175</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-25T08:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691289#M250176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.....it worked again. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 09:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Presentation/m-p/691289#M250176</guid>
      <dc:creator>mansi_dv</dc:creator>
      <dc:date>2014-09-25T09:12:12Z</dc:date>
    </item>
  </channel>
</rss>

