<?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: Getselectedcount listbox with calculated values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432070#M430610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means,, You don't have Field using the same in script.. If so, Create one field in script for that and then use as i mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2017 11:46:13 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-11T11:46:13Z</dc:date>
    <item>
      <title>Getselectedcount listbox with calculated values</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432065#M430605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a listbox with calculated values, this listbox is connected to an alternate state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a chart I want force that one item from that listbox is chosen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I refer to this listbox in the function getselectedcount() ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 08:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432065#M430605</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-11T08:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount listbox with calculated values</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432066#M430606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, I understand your rek. But, Normally it can be done like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(FieldName) = 1, Only({AlterNateState&amp;lt;......&amp;gt;} FieldName1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 09:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432066#M430606</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-11T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount listbox with calculated values</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432067#M430607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that there is no fieldname, Because it is a calculated value.&lt;/P&gt;&lt;P&gt;For instance : if(Right(fieldname,2)=3, left(fieldname,4))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432067#M430607</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-11T11:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount listbox with calculated values</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432068#M430608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;fieldname&lt;/SPAN&gt;, False(), 'AS') = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432068#M430608</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-11T11:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount listbox with calculated values</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432069#M430609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({AS}DISTINCT &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if(Right(fieldname,2)=3, left(fieldname,4))) = 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432069#M430609</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-11T11:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount listbox with calculated values</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432070#M430610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means,, You don't have Field using the same in script.. If so, Create one field in script for that and then use as i mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432070#M430610</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-11T11:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount listbox with calculated values</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432071#M430611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. This works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-listbox-with-calculated-values/m-p/1432071#M430611</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-10-11T13:36:11Z</dc:date>
    </item>
  </channel>
</rss>

