<?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: count month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-month/m-p/954699#M328185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the some sample data with expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 04:19:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-29T04:19:13Z</dc:date>
    <item>
      <title>count month</title>
      <link>https://community.qlik.com/t5/QlikView/count-month/m-p/954695#M328181</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 want to make expression that calculte "Monthly percentage orders".&lt;/P&gt;&lt;P&gt;but when i write "=count(DISTINCT(yearmonth))" , i get only the peirod that have orders.&lt;/P&gt;&lt;P&gt;for exm. &lt;/P&gt;&lt;P&gt;aaa order in feb &amp;amp; april , whan i chose month jan-may ( 5 month) ,&lt;/P&gt;&lt;P&gt;i need to culculte 2/5= 40%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i count month without consider the dimension ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks'&lt;/P&gt;&lt;P&gt;yarin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 04:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-month/m-p/954695#M328181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-29T04:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: count month</title>
      <link>https://community.qlik.com/t5/QlikView/count-month/m-p/954696#M328182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;how do i count month without consider the dimension ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT TOTAL yearmonth)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 04:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-month/m-p/954696#M328182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-29T04:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: count month</title>
      <link>https://community.qlik.com/t5/QlikView/count-month/m-p/954697#M328183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to calculate the percentage, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count(DISTINCT yearmonth)/&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT TOTAL yearmonth)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 04:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-month/m-p/954697#M328183</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-29T04:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: count month</title>
      <link>https://community.qlik.com/t5/QlikView/count-month/m-p/954698#M328184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks'&lt;/P&gt;&lt;P&gt;but it's look the same.&lt;/P&gt;&lt;P&gt;distinct total does't work as i need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 04:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-month/m-p/954698#M328184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-29T04:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: count month</title>
      <link>https://community.qlik.com/t5/QlikView/count-month/m-p/954699#M328185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the some sample data with expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 04:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-month/m-p/954699#M328185</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-29T04:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: count month</title>
      <link>https://community.qlik.com/t5/QlikView/count-month/m-p/954700#M328186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yarin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set an Order flag =1 for order month and 0 for missed month, and use the below expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;OrderFlag={1}&amp;gt;} 1) / (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;OrderFlag={1}&amp;gt;} 1)+&lt;/SPAN&gt;s&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;um({&amp;lt;OrderFlag={0}&amp;gt;} 1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;There is always better ways to do this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 04:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-month/m-p/954700#M328186</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-29T04:20:10Z</dc:date>
    </item>
  </channel>
</rss>

