<?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: Problem with GetSelectedCount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077679#M939690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kim,&lt;/P&gt;&lt;P&gt;You use Count(DISTINCT [Currency Code])&amp;nbsp;&amp;nbsp; instead of GetSelectedCount&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 10:29:59 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2016-02-09T10:29:59Z</dc:date>
    <item>
      <title>Problem with GetSelectedCount</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077676#M939687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added a Field Event Trigger to count the items selected in a list box and then based on this toggle the flag variable. &lt;/P&gt;&lt;P&gt;It should make the value = 0 whenever I select more than 1 item on the list box as well as when I make no selection.&lt;/P&gt;&lt;P&gt;Works fine when I select one or more item on the list box but when I cancel the selection by clicking on the item my IF statement won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my IF statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount([Currency Code]) &amp;lt;&amp;gt; 1, 0, vToggle )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 08:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077676#M939687</guid>
      <dc:creator>k_burata</dc:creator>
      <dc:date>2016-02-09T08:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GetSelectedCount</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077677#M939688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you added the same expression in the on change Action?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077677#M939688</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-02-09T09:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GetSelectedCount</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077678#M939689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where it isn't working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077678#M939689</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-09T09:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GetSelectedCount</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077679#M939690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kim,&lt;/P&gt;&lt;P&gt;You use Count(DISTINCT [Currency Code])&amp;nbsp;&amp;nbsp; instead of GetSelectedCount&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077679#M939690</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-02-09T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GetSelectedCount</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077680#M939692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This solved it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 00:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-GetSelectedCount/m-p/1077680#M939692</guid>
      <dc:creator>k_burata</dc:creator>
      <dc:date>2016-02-10T00:46:32Z</dc:date>
    </item>
  </channel>
</rss>

