<?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 GetSelectedCount Is this a bug? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281956#M401883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following logic in a text box that hides once all the criteria is met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 1,'Please select a Facility and Surgeon.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 0,'Please select a Facility, Surgeon, and Physician Group.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 1 AND GetSelectedCount(PhysGroups) = 1, 'Plese select a Facility.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 1 AND GetSelectedCount(PhysGroups) = 0, 'Plese select a Facility and Physician Group.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 1 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 1,'Please select a Surgeon.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 1 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 0,'Please select a Surgeon and Physician Group.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 1 AND GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 1 AND GetSelectedCount(PhysGroups) = 0, 'Please select a Physician Group',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) &amp;gt; 1, 'Please select only one Facility',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(JointSurgeonName) &amp;gt; 1 OR GetSelectedCount(JointSurgeonNPI) &amp;gt; 1, 'Please select only one Surgeon',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(PhysGroups) &amp;gt; 1, 'Please select only one Physician Group'))))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layout conditional show is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(Facility) = 0 OR GetSelectedCount(JointSurgeonName) = 0 OR GetSelectedCount(JointSurgeonNPI) = 0 OR GetSelectedCount(PhysGroups) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works correctly.&amp;nbsp; When i selected mulitple TopFacilty the GetSelectedCount changes to the correct count of selected facilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, once the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With dimensions JointProcedureType and PhysGroups &lt;SPAN style="font-size: 10pt;"&gt;and the following expression added&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;JointSurgeonName = e(JointSurgeonName), TopFacility = $:: TopFacility, PhysGroups = $:: PhysGroups, JointProcedureType=$::JointProcedureType&amp;gt;}DISTINCT %PatientQVID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GetSelectedCount(TopFacility) will show only 1 regardless on the amount of facilities selected.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a bug or is there something wrong with my expression?&amp;nbsp; I'm trying to show all Surgeons except the one selected, ignoring everything but the TopFacility, PhysGroups, and JointProcedureType.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 15:15:26 GMT</pubDate>
    <dc:creator>NickHoff</dc:creator>
    <dc:date>2017-02-02T15:15:26Z</dc:date>
    <item>
      <title>GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281956#M401883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following logic in a text box that hides once all the criteria is met.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 1,'Please select a Facility and Surgeon.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 0,'Please select a Facility, Surgeon, and Physician Group.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 1 AND GetSelectedCount(PhysGroups) = 1, 'Plese select a Facility.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 0 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 1 AND GetSelectedCount(PhysGroups) = 0, 'Plese select a Facility and Physician Group.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 1 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 1,'Please select a Surgeon.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 1 And GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 0 AND GetSelectedCount(PhysGroups) = 0,'Please select a Surgeon and Physician Group.',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) = 1 AND GetSelectedCount(JointSurgeonName) + GetSelectedCount(JointSurgeonNPI) = 1 AND GetSelectedCount(PhysGroups) = 0, 'Please select a Physician Group',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(TopFacility) &amp;gt; 1, 'Please select only one Facility',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(JointSurgeonName) &amp;gt; 1 OR GetSelectedCount(JointSurgeonNPI) &amp;gt; 1, 'Please select only one Surgeon',&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(PhysGroups) &amp;gt; 1, 'Please select only one Physician Group'))))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layout conditional show is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(Facility) = 0 OR GetSelectedCount(JointSurgeonName) = 0 OR GetSelectedCount(JointSurgeonNPI) = 0 OR GetSelectedCount(PhysGroups) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works correctly.&amp;nbsp; When i selected mulitple TopFacilty the GetSelectedCount changes to the correct count of selected facilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, once the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With dimensions JointProcedureType and PhysGroups &lt;SPAN style="font-size: 10pt;"&gt;and the following expression added&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;JointSurgeonName = e(JointSurgeonName), TopFacility = $:: TopFacility, PhysGroups = $:: PhysGroups, JointProcedureType=$::JointProcedureType&amp;gt;}DISTINCT %PatientQVID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GetSelectedCount(TopFacility) will show only 1 regardless on the amount of facilities selected.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a bug or is there something wrong with my expression?&amp;nbsp; I'm trying to show all Surgeons except the one selected, ignoring everything but the TopFacility, PhysGroups, and JointProcedureType.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 15:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281956#M401883</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-02T15:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281957#M401884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would this always be 1?&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;STRONG&gt;GetSelectedCount(TopFacility)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not completely sure I understand your issue? GetSelectedCount() depends on your selections. If you always have 1 value selected in TopFacility, then it will always be 1. But if you have 0 or more than 1 value selected, why would it be 1? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to provide a sample where we can see the issue and what exactly are your concerns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 16:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281957#M401884</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-02T16:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281958#M401885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wont' be able to share the application complete because the sensitivity of the data.&amp;nbsp; However, I took some screen shots to illustrate what is occurring:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(TopFacility) With No Selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="151770" alt="getselected count with no selection.png" class="jive-image image-1" src="/legacyfs/online/151770_getselected count with no selection.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(TopFacility) with one selection prior to meeting the criteria of selecting a surgeon and physician group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="151771" alt="getselected count with one selection.png" class="jive-image image-2" src="/legacyfs/online/151771_getselected count with one selection.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GetSelectedCount(TopFacility) with more than one selection prior to meeting the criteria of selecting a surgeon and physician group:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="getselected count more than one selection.png" class="image-4 jive-image" src="/legacyfs/online/151780_getselected count more than one selection.png" style="height: 331px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(TopFacility) after meeting the criteria and selecting more than one TopFacility:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="151779" alt="getselected count after show condition.png" class="jive-image image-3" src="/legacyfs/online/151779_getselected count after show condition.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281958#M401885</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-02T17:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281959#M401886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but how about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(TopFacility) &amp;gt; 0, Count(DISTINCT TopFacility), 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281959#M401886</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-02T17:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281960#M401887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get the application scrambled, to reproduce this select horizon for facility, then once the criteria shows select multiple facilities with horizon, the charts should hide however, the top one and the bottom ones data changes and this can't happen. See the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281960#M401887</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-02T18:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281961#M401888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not seeing this issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151781_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151782_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless of Physician Group, I always see 2 for GetSelectedCount(TopFacility)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281961#M401888</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-02T18:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281962#M401889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to also select a surgeon name, that is part of the criteria to get the charts to display.&amp;nbsp; Everything works correctly until you get the criteria to show then attempt to select stone crest + horizon or vice versa and/or multiple facilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really what i'm looking for is all the charts to hide if the user selects multiple topfacilties.&amp;nbsp; If GetSelectedCount(TopFacility) didnt' show one with multiple facilities selected it would work, but I'm thinking there is a bug somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281962#M401889</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-02T18:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281963#M401890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(TopFacility) &amp;gt; 0, Count(DISTINCT{1&amp;lt;TopFacility = $::TopFacility&amp;gt;} TopFacility), 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=If(GetPossibleCount(TopFacility) &amp;gt; 0, Count(DISTINCT{1&amp;lt;TopFacility = $::TopFacility&amp;gt;} TopFacility), 0)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281963#M401890</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-02T18:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281964#M401891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That expression would not help with the data changing on the top and bottom chart when multiple facilities are selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281964#M401891</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-02T18:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281965#M401892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a scenario where it won't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281965#M401892</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-02T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281966#M401893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select Horizon, One Surgeon Name, and One Physician Group.&amp;nbsp; The charts will display correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the charts are displayed try to select multiple facilities wtih Horizon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281966#M401893</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-02T18:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281967#M401894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were you able to replicate the bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 19:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281967#M401894</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-02T19:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281968#M401895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was in a meeting... checking now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 19:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281968#M401895</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-02T19:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281969#M401896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sample ready for you... not sure if you would like me to post it right now or when you are here.... I guess I will wait for you to respond and then attach it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 00:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281969#M401896</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-03T00:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: GetSelectedCount Is this a bug?</title>
      <link>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281970#M401897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny, didn't see your response.&amp;nbsp; I was able to figure this out, there is indeed a bug with the current selection.&amp;nbsp; We've been able to replicate this in multiple apps.&amp;nbsp; It's in the process of being submitted to Qlik.&amp;nbsp; However, the work around we are using is to use TopFacility = p(TopFacility) to get the probable where our calculations won't be affected by the &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetSelectedCount-Is-this-a-bug/m-p/1281970#M401897</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-02-03T22:09:20Z</dc:date>
    </item>
  </channel>
</rss>

