<?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: GetNotSelectedCount with example in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039883#M350067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the HELP indicates, the function is only really useful if a listbox is in AND mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you already have ooked into AND mode to understand the mode and the GetNotSelectedCount functions, haven't you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3618"&gt;AND and OR&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read also Jenny's blog post and download the zip with the sample QVW here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4417"&gt;AND-Mode&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the QVW, there is already a selection in the AND mode list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without changing the selection, create a textbox with&lt;/P&gt;&lt;P&gt;=GetSelectedCount([Product Sub Group ANDMode])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another with&lt;/P&gt;&lt;P&gt;=GetNotSelectedCount([Product Sub Group ANDMode])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be more than clear what both number indicate when looking at the list box and after reading above docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Apr 2016 10:22:15 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-02T10:22:15Z</dc:date>
    <item>
      <title>GetNotSelectedCount with example</title>
      <link>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039881#M350065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain GetNotSelectedCount with example. Please do not copy paste the definition from the Qlikvew help. I do not understand from that definition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 03:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039881#M350065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-02T03:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: GetNotSelectedCount with example</title>
      <link>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039882#M350066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-size: 1.714em; margin: 0 0 10px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;GetNotSelectedCount&lt;/H1&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;This chart function returns the number of not-selected values in the field named &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;fieldname&lt;/SPAN&gt;. The field must be in and-mode for this function to be relevant.&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " data-mc-conditions="" style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="" style="font-size: 12px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f; background-color: #f4f4f4;"&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;&lt;SPAN class="script_token"&gt;GetNotSelectedCount&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt; field_name [, include_excluded]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax" data-mc-conditions="" style="font-size: 12px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f; background-color: #f4f4f4;"&gt;(Inherited)&lt;SPAN class="statement" style="font-weight: bold;"&gt;&lt;SPAN class="script_token"&gt;GetNotSelectedCount&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt; FieldName [, IncludeExcluded]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="arguments" data-mc-autonum="Arguments: " data-mc-conditions="" style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Arguments: &lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;THEAD style="border-top-width: 2px; border-top-style: solid; border-top-color: #0f0f0f;"&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--" data-mc-conditions="" style="padding: 5px 7px;"&gt;Arguments&lt;/TH&gt;&lt;TH class="HeadG--" data-mc-conditions="" style="padding: 5px 7px;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" data-mc-conditions="" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;field_name&lt;/TD&gt;&lt;TD class="BodyG--" data-mc-conditions="" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;The field containing the range of data to be measured.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" data-mc-conditions="" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;SPAN data-mc-conditions="Primary.NotToTranslate"&gt;include_excluded&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="BodyA--" data-mc-conditions="" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;If &lt;SPAN class="statement" data-mc-conditions="Primary.NotToTranslate" style="font-weight: bold;"&gt;IncludeExcluded&lt;/SPAN&gt; is True(), the count will include selected values, which are currently excluded by selections in other fields. If False or omitted, these values will not be included.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="example" data-mc-autonum="Example: " data-mc-conditions="" style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Example: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;GetNotSelectedCount ( Year )&amp;nbsp; &lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;GetNotSelectedCount (Year,True())&lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;IMG alt="Not.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120196_Not.PNG" style="height: 203px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 10:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039882#M350066</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-02T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: GetNotSelectedCount with example</title>
      <link>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039883#M350067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the HELP indicates, the function is only really useful if a listbox is in AND mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you already have ooked into AND mode to understand the mode and the GetNotSelectedCount functions, haven't you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3618"&gt;AND and OR&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read also Jenny's blog post and download the zip with the sample QVW here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4417"&gt;AND-Mode&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the QVW, there is already a selection in the AND mode list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without changing the selection, create a textbox with&lt;/P&gt;&lt;P&gt;=GetSelectedCount([Product Sub Group ANDMode])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another with&lt;/P&gt;&lt;P&gt;=GetNotSelectedCount([Product Sub Group ANDMode])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be more than clear what both number indicate when looking at the list box and after reading above docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 10:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039883#M350067</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-02T10:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: GetNotSelectedCount with example</title>
      <link>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039884#M350068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 00:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039884#M350068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-05T00:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: GetNotSelectedCount with example</title>
      <link>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039885#M350069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(And it seems like you've understood the Help, so next time I can also just copy &amp;amp; paste &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetNotSelectedCount-with-example/m-p/1039885#M350069</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-05T16:48:57Z</dc:date>
    </item>
  </channel>
</rss>

