<?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: Cyclic Group count script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669593#M676664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Brother, i got the first part. would please give me more information about how to create that input box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 12:31:58 GMT</pubDate>
    <dc:creator>arixooo123</dc:creator>
    <dc:date>2014-06-27T12:31:58Z</dc:date>
    <item>
      <title>Cyclic Group count script</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669590#M676661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello my qlikview friends!&lt;/P&gt;&lt;P&gt;i Have a cyclic group on my bar chart dimension, I like to count the selected item rows to show it on the chart.&lt;/P&gt;&lt;P&gt;what should i type in the expression window? &lt;/P&gt;&lt;P&gt;to be better understood, let say my cyclic group consist of 12 different indices, when user select one of them chart must show the count of just that item. &lt;/P&gt;&lt;P&gt;when i select one of the indices as dimension, it's easy. i just type count(the dimension index) . but now that they are in a cyclic group i don't know how to write the expression. &lt;/P&gt;&lt;P&gt;Thank you Guys in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 12:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669590#M676661</guid>
      <dc:creator>arixooo123</dc:creator>
      <dc:date>2014-06-27T12:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group count script</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669591#M676662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;expression&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =count($(vGroup))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vGroup, defined in an input box, is (remember &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;vGroup&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='[' &amp;amp; GetCurrentField("your cycle group") &amp;amp; ']'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 12:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669591#M676662</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-27T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group count script</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669592#M676663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your cyclic group name is ABC then you can try like below.&lt;/P&gt;&lt;P&gt;count($(=GetCurrentField(ABC)))&lt;/P&gt;&lt;P&gt;This will give you the count of field values in that field selected in the cyclic group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 12:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669592#M676663</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-06-27T12:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group count script</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669593#M676664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Brother, i got the first part. would please give me more information about how to create that input box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 12:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669593#M676664</guid>
      <dc:creator>arixooo123</dc:creator>
      <dc:date>2014-06-27T12:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cyclic Group count script</title>
      <link>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669594#M676665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is just one of the way of create variables (you can also use ctrl + alt + v&amp;nbsp; or in menu settings, variable overview )&lt;/P&gt;&lt;P&gt;in an empty space of your sheet right click, new sheet object, input box &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 12:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cyclic-Group-count-script/m-p/669594#M676665</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-27T12:58:04Z</dc:date>
    </item>
  </channel>
</rss>

