<?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: Alternate state question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611454#M225657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The object in which you need to do getselectedcount(myField) must have the same state1 of the list box ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 07:09:57 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-05-08T07:09:57Z</dc:date>
    <item>
      <title>Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611450#M225653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have an alternate state 'State1', assigned to a list box entity. and my expression =GetSelectedCount((State1) * Entity) returns a '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have selected a single value there and was expecting '1'. why doesn't it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611450#M225653</guid>
      <dc:creator />
      <dc:date>2014-05-08T07:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611451#M225654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because State1 assigned to an object, allow the object to work separately respect to the others, State1 is not a variable or a field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611451#M225654</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-08T07:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611452#M225655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alessandro. I agree to all that, but I need the count of selections of the list box that has the alternate state 'State1'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611452#M225655</guid>
      <dc:creator />
      <dc:date>2014-05-08T07:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611453#M225656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;=GetSelectedCount(State1) * Entity&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611453#M225656</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-08T07:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611454#M225657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The object in which you need to do getselectedcount(myField) must have the same state1 of the list box ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611454#M225657</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-08T07:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611455#M225658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;GetSelectedCount() - does NOT work with alternate state&lt;/STRONG&gt;. Rather try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({State1} Distinct YourField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611455#M225658</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-08T07:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611456#M225659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tresesco. I will try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 07:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611456#M225659</guid>
      <dc:creator />
      <dc:date>2014-05-08T07:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate state question</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611457#M225660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works, but if nothing is selected it gives the total count, I expect it to be zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 00:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-state-question/m-p/611457#M225660</guid>
      <dc:creator />
      <dc:date>2014-05-13T00:53:51Z</dc:date>
    </item>
  </channel>
</rss>

