<?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: Row Count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520356#M1126266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression will work only when one Month is selected.&amp;nbsp; Is it what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: attached an example as you described it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 16:03:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-23T16:03:57Z</dc:date>
    <item>
      <title>Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520355#M1126265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a novice and trying to get a row count using the expression below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;Scheduled_Month={$(=(Month))}&amp;gt;}Scheduled_Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, column Scheduled_Month is in Table XYZ and column Month is in table ABC. XYZ and ABC have no relation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the row count from table XYZ for a particular Scheduled_Month whose value equals to a static value in column Month of ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is wrong with the above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 15:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520355#M1126265</guid>
      <dc:creator />
      <dc:date>2013-12-23T15:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520356#M1126266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression will work only when one Month is selected.&amp;nbsp; Is it what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: attached an example as you described it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 16:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520356#M1126266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-23T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520357#M1126267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by tables are not related?&lt;/P&gt;&lt;P&gt;You probably need to join the tables by creating a common key probably something like&lt;/P&gt;&lt;P&gt;XYZ:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Scheduled_Month,&lt;/P&gt;&lt;P&gt;Scheduled_Month as Month_Key,&lt;/P&gt;&lt;P&gt;....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Month as Month_Key,&lt;/P&gt;&lt;P&gt;....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you simply create straight table with Month as a Dimension and count(Scheduled_Month) as Expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 21:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520357#M1126267</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2013-12-23T21:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520358#M1126268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael and Ivan for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivan I tried your suggestion. But I am making a bar chart and it is resulting in a cumulative row count of all the months in a single bar. But I want it to be in different bars for each months in ABC.Month column. &lt;BR /&gt;XYZ.Scheduled_Month may or may not contain all the months. So for all those months which have no rows in XYZ, the bar length should be zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael you are right. It worked only for the selected month. But I need a sort of a default display for all the months and it depends on no selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 06:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520358#M1126268</guid>
      <dc:creator />
      <dc:date>2013-12-24T06:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520359#M1126269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see what you mean.&amp;nbsp; And I see that I attached wrong file, sorry.&lt;/P&gt;&lt;P&gt;Take a&amp;nbsp; look at the attached now.&amp;nbsp; You don't need set here, the expression is using if() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 14:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520359#M1126269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T14:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520360#M1126270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael! This was helpful. I had to also use trim to get the match. Thanks again! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 04:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count/m-p/520360#M1126270</guid>
      <dc:creator />
      <dc:date>2013-12-26T04:33:39Z</dc:date>
    </item>
  </channel>
</rss>

