<?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: Get selected count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271813#M856319</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;The flow of expression is this way.&lt;/P&gt;&lt;P&gt;If the Value is not selected in Filters like Month, Day and Year then sum the qty of any value is selected from any of this 3 filters then sum the Month Qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 06:57:43 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2017-02-01T06:57:43Z</dc:date>
    <item>
      <title>Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271812#M856318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(getselectedcount(month)=0 or &lt;SPAN style="font-size: 13.3333px;"&gt;getselectedcount(day)&lt;/SPAN&gt;=0 or &lt;SPAN style="font-size: 13.3333px;"&gt;getselectedcount(year)=0,qty,mnth_qty)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone explain how does it works..what is the result of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&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/Get-selected-count/m-p/1271812#M856318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271813#M856319</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;The flow of expression is this way.&lt;/P&gt;&lt;P&gt;If the Value is not selected in Filters like Month, Day and Year then sum the qty of any value is selected from any of this 3 filters then sum the Month Qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271813#M856319</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-01T06:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271814#M856320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you have..fields month,day,year&lt;/P&gt;&lt;P&gt;if you select any one/two of above three fields&lt;STRONG&gt; TRUE&lt;/STRONG&gt; statement will be exicuted.(&lt;STRONG&gt;qty&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if you select three of above fields&lt;STRONG&gt; FALSE&lt;/STRONG&gt;&amp;nbsp; statement will be exicuted.&lt;STRONG&gt;(mnth&lt;/STRONG&gt;_&lt;STRONG&gt;Qty&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271814#M856320</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-01T06:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271815#M856321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will working as like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no selections Sum(qty) else Sum(mnth_qty)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271815#M856321</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T07:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271816#M856322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getselected count function is count the value ,right.and then it'll check condition.am i right.is there any option instead of this function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271816#M856322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271817#M856323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;Here &lt;STRONG&gt;or &lt;/STRONG&gt;is included in between the conditions.so if he may select any one of the field that will be true.&lt;/P&gt;&lt;P&gt;In above if one condition is true then true is executed.&lt;/P&gt;&lt;P&gt;Am&amp;nbsp; i correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271817#M856323</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-01T07:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271818#M856324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14859329304042069 jive_text_macro" jivemacro_uid="_14859329304042069"&gt;&lt;EM&gt;sum(if(getselectedcount(month)=0 or getselectedcount(day)=0 or getselectedcount(year)=0,qty,mnth_qty)&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;getselectedcount(field&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;) :Gets the output of number of values which we selected from field.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if you select jan,feb from month field,the output will&amp;nbsp; be 2.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;so when ever you didn't make any selections on any one of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;month&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;day,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;year. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;the output will be =0,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The condition becomes true because the selection count of the field =0.So the the "Qty" will be the result.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;else "mnth_qty"&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Hope i make it clear for you&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271818#M856324</guid>
      <dc:creator>omkarvamsi</dc:creator>
      <dc:date>2017-02-01T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271819#M856325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..suppose if u select 2 fields from month field.then &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;getselectedcount(month)=2..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271819#M856325</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-01T07:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271820#M856326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assumption is correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select anything from those three statements it will give True condition or else false condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Reply for Last response&lt;/STRONG&gt;, yes you are right. There is no other option. Only we have GetSelectedCount() it will get the count of dimension where out static value gives.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271820#M856326</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271821#M856327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271821#M856327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T07:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get selected count</title>
      <link>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271822#M856328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It will work based on 4 cases:&lt;/P&gt;&lt;P&gt;1. if you select only month&amp;nbsp; filter result is true and display qty.&lt;/P&gt;&lt;P&gt;2. if you select month and day, result will be true and display qty.&lt;/P&gt;&lt;P&gt;3.if you select month,day and year result will false and display &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;mnth_qty&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;4.Even if you not select any filter, result will be true and display&amp;nbsp; qty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 07:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-selected-count/m-p/1271822#M856328</guid>
      <dc:creator>sravanthialuval</dc:creator>
      <dc:date>2017-02-01T07:13:06Z</dc:date>
    </item>
  </channel>
</rss>

