<?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 how to use getselectedcount? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125802#M370565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a bar chart. i have dimension Month and Day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my scenario is....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i have did not select any month - the bar chart willl show me jan - dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i selected Jan - it will show me 1 - 31 day of thet month , in the bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that with getselectedcount?&amp;nbsp; like this??? if(getselectedcount(Month)=1,1,0) , doesnt seem to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2016 04:19:05 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2016-08-04T04:19:05Z</dc:date>
    <item>
      <title>how to use getselectedcount?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125802#M370565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a bar chart. i have dimension Month and Day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my scenario is....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i have did not select any month - the bar chart willl show me jan - dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i selected Jan - it will show me 1 - 31 day of thet month , in the bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that with getselectedcount?&amp;nbsp; like this??? if(getselectedcount(Month)=1,1,0) , doesnt seem to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125802#M370565</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-04T04:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to use getselectedcount?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125803#M370566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use like below,&lt;/P&gt;&lt;P&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;if(getselectedcount(Month)&amp;gt;0,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125803#M370566</guid>
      <dc:creator />
      <dc:date>2016-08-04T04:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to use getselectedcount?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125804#M370567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getselectedcount.htm"&gt;THIS &lt;/A&gt;out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125804#M370567</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2016-08-04T04:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to use getselectedcount?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125805#M370568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to use a calculated dimension in this case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount(Month) = 1, Days, Month)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above calculated dimension will show days if 1 month is selected, else it will show Month field for multiple selections in Month field or no selection in Month field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 04:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-getselectedcount/m-p/1125805#M370568</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-04T04:36:21Z</dc:date>
    </item>
  </channel>
</rss>

