<?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: Can anyone give me an example of getselectedCount() function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796532#M1021799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you have to use getselectedcount at front end rather than use in script?&lt;/P&gt;&lt;P&gt;can give me an screen shot of how to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 09:27:42 GMT</pubDate>
    <dc:creator>ananyaghosh</dc:creator>
    <dc:date>2015-03-26T09:27:42Z</dc:date>
    <item>
      <title>Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796527#M1021794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the use of getselectedcount() function? can anyone give me an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 08:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796527#M1021794</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-03-26T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796528#M1021795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor283"&gt;&lt;/A&gt;&lt;A name="getnotselectedcount"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;getnotselectedcount (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; FieldName [, IncludeExcluded]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the current number of not-selected values in a field in a field with &lt;A class="MCXref_0"&gt;&lt;EM&gt;AND-Mode in List Boxes&lt;/EM&gt;&lt;/A&gt; (red values in list box). &lt;/P&gt;&lt;P&gt;If &lt;SPAN class="Italic"&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;/P&gt;&lt;P class="example"&gt;Examples&lt;/P&gt;&lt;P class="Code"&gt;getnotselectedcount ( Year )&amp;nbsp; &lt;/P&gt;&lt;P class="Code"&gt;getnotselectedcount (Year,true())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 08:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796528#M1021795</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-26T08:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796529#M1021796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to hide an object when more than one dimension value is selected, add this to the Conditional Show expression box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;getselectedcount(CustomerName) = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can be used for displaying a phone number to call in a large font in a text box, whenever you select a single customer in a list box or in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW use&lt;SPAN style="font-family: 'courier new', courier;"&gt; getpossiblecount()&lt;/SPAN&gt; if you want to show information whenever a single field value is indirectly selected (through association) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 08:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796529#M1021796</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-26T08:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796530#M1021797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 08:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796530#M1021797</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-26T08:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796531#M1021798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I am using QlikView personal edition.Please give me the code for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796531#M1021798</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-03-26T09:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796532#M1021799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you have to use getselectedcount at front end rather than use in script?&lt;/P&gt;&lt;P&gt;can give me an screen shot of how to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796532#M1021799</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-03-26T09:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796533#M1021800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;billing,payment&lt;/P&gt;&lt;P&gt;tenders,100&lt;/P&gt;&lt;P&gt;dues section,200&lt;/P&gt;&lt;P&gt;aaa,50&lt;/P&gt;&lt;P&gt;bbb,60 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text box expr&lt;/P&gt;&lt;P&gt;='Selected count: '&amp;amp;GetSelectedCount(billing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Getselcnt.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81978_Getselcnt.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796533#M1021800</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-26T09:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone give me an example of getselectedCount() function</title>
      <link>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796534#M1021801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one scenario could be like below.&lt;/P&gt;&lt;P&gt;Assume that you have a field Region and you want to display the data in a table box when end user selects at least one Region. then you can use the getselectedcount(Region) condition to display the data in the table box like below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T157696_1.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81980_T157696_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Go to the Table box properties and add condition as getSelectedCount(Region)&amp;gt;0 that means whenever at least one value in the field Region is selected then the chart/table will display data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T157696_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/81981_T157696_2.png" style="height: 287px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;now if you select one or more value in the Region field then the data becomes visible in the table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T157696_3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/81982_T157696_3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-anyone-give-me-an-example-of-getselectedCount-function/m-p/796534#M1021801</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2015-03-26T09:40:38Z</dc:date>
    </item>
  </channel>
</rss>

