<?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 Month over month counts Based on Status in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575215#M214158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have the data like below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,Status,Month&lt;/P&gt;&lt;P&gt;1,Approved,Dec-2013&lt;/P&gt;&lt;P&gt;2,Pending,Dec-2013&lt;/P&gt;&lt;P&gt;3,Disapproved,Dec-2013&lt;/P&gt;&lt;P&gt;4,Pending,Dec-2013&lt;/P&gt;&lt;P&gt;5,Disapproved,Dec-2013&lt;/P&gt;&lt;P&gt;1,Approved,Jan-2014&lt;/P&gt;&lt;P&gt;2,Approved,Jan-2014&lt;/P&gt;&lt;P&gt;3,Pending,Jan-2014&lt;/P&gt;&lt;P&gt;4,Pending,Jan-2014&lt;/P&gt;&lt;P&gt;6,Approved,Jan-2014&lt;/P&gt;&lt;P&gt;7,Pending,Jan-2014&lt;/P&gt;&lt;P&gt;8,Disapproved,Jan-2014&lt;/P&gt;&lt;P&gt;3,Approved,Feb-2014&lt;/P&gt;&lt;P&gt;4,Pending,Feb-2014&lt;/P&gt;&lt;P&gt;6,Disapproved,Feb-2014&lt;/P&gt;&lt;P&gt;7,Approved,Feb-2014&lt;/P&gt;&lt;P&gt;8,Pending,Feb-2014&lt;/P&gt;&lt;P&gt;9,Disapproved,Feb-2014&lt;/P&gt;&lt;P&gt;10,Pending,Feb-2014&lt;/P&gt;&lt;P&gt;11,Approved,Feb-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create the Straight table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 469px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" width="64"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="89"&gt;Current Month&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="96"&gt;Previous Month&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;Added&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;Deleted&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;" width="92"&gt;Status Changed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;Approved&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;Disapproved&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl72" height="18" style="border-top: none;"&gt;&lt;STRONG&gt;Pending&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status --&amp;gt; Dimension (Bolded values)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Month --&amp;gt; Count of ID's in the current month ( if nothing selected on Month, take the Max month)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous Month --&amp;gt; Count of ID's in the previous month (Current Month - 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Added --&amp;gt; Count of newly added ID's in the Current Month when compared to previous month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Deleted --&amp;gt; Count of deleted ID's in the current month when compared to previous month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status Changed --&amp;gt; Count of status changed ID's in the current month when compared to previous month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts how to get this table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2014 17:44:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-28T17:44:59Z</dc:date>
    <item>
      <title>Month over month counts Based on Status</title>
      <link>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575215#M214158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have the data like below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID,Status,Month&lt;/P&gt;&lt;P&gt;1,Approved,Dec-2013&lt;/P&gt;&lt;P&gt;2,Pending,Dec-2013&lt;/P&gt;&lt;P&gt;3,Disapproved,Dec-2013&lt;/P&gt;&lt;P&gt;4,Pending,Dec-2013&lt;/P&gt;&lt;P&gt;5,Disapproved,Dec-2013&lt;/P&gt;&lt;P&gt;1,Approved,Jan-2014&lt;/P&gt;&lt;P&gt;2,Approved,Jan-2014&lt;/P&gt;&lt;P&gt;3,Pending,Jan-2014&lt;/P&gt;&lt;P&gt;4,Pending,Jan-2014&lt;/P&gt;&lt;P&gt;6,Approved,Jan-2014&lt;/P&gt;&lt;P&gt;7,Pending,Jan-2014&lt;/P&gt;&lt;P&gt;8,Disapproved,Jan-2014&lt;/P&gt;&lt;P&gt;3,Approved,Feb-2014&lt;/P&gt;&lt;P&gt;4,Pending,Feb-2014&lt;/P&gt;&lt;P&gt;6,Disapproved,Feb-2014&lt;/P&gt;&lt;P&gt;7,Approved,Feb-2014&lt;/P&gt;&lt;P&gt;8,Pending,Feb-2014&lt;/P&gt;&lt;P&gt;9,Disapproved,Feb-2014&lt;/P&gt;&lt;P&gt;10,Pending,Feb-2014&lt;/P&gt;&lt;P&gt;11,Approved,Feb-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create the Straight table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 469px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" width="64"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="89"&gt;Current Month&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="96"&gt;Previous Month&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;Added&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="64"&gt;Deleted&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;" width="92"&gt;Status Changed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;Approved&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;Disapproved&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl72" height="18" style="border-top: none;"&gt;&lt;STRONG&gt;Pending&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status --&amp;gt; Dimension (Bolded values)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Month --&amp;gt; Count of ID's in the current month ( if nothing selected on Month, take the Max month)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous Month --&amp;gt; Count of ID's in the previous month (Current Month - 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Added --&amp;gt; Count of newly added ID's in the Current Month when compared to previous month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Deleted --&amp;gt; Count of deleted ID's in the current month when compared to previous month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status Changed --&amp;gt; Count of status changed ID's in the current month when compared to previous month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts how to get this table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 17:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575215#M214158</guid>
      <dc:creator />
      <dc:date>2014-03-28T17:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Month over month counts Based on Status</title>
      <link>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575216#M214159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 20:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575216#M214159</guid>
      <dc:creator />
      <dc:date>2014-03-28T20:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Month over month counts Based on Status</title>
      <link>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575217#M214160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attached .qvw file.&amp;nbsp; The only thing I didn't implement was Status Changed because I don't understand how that is supposed to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575217#M214160</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-31T14:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month over month counts Based on Status</title>
      <link>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575218#M214161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Smith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will look into this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-over-month-counts-Based-on-Status/m-p/575218#M214161</guid>
      <dc:creator />
      <dc:date>2014-04-01T10:39:29Z</dc:date>
    </item>
  </channel>
</rss>

