<?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 get The Closing Stock For a Month.... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-The-Closing-Stock-For-a-Month/m-p/196824#M56733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may continue to determine the stocks at the end of the Month with a script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;STOCK_PER_MONTHEND:&lt;BR /&gt;LOAD&lt;BR /&gt; *,&lt;BR /&gt; IF(MONTH(PEEK(Date)) &amp;lt;&amp;gt; MONTH(Date), Qty1) AS StockMonthEnd&lt;BR /&gt; RESIDENT&lt;BR /&gt; STOCK_PER_DATE&lt;BR /&gt; ORDER BY&lt;BR /&gt; Prod,&lt;BR /&gt; Date DESC;&lt;BR /&gt;&lt;BR /&gt;DROP TABLE STOCK_PER_DATE;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Doing so, you will have one additional field showing always the last stocks at the last date for each month (and for each product).&lt;/P&gt;&lt;P&gt;edit: Have added a sample-file along with alternative way to calculate the stocks&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Dec 2009 01:14:32 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2009-12-26T01:14:32Z</dc:date>
    <item>
      <title>How to get The Closing Stock For a Month....</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-The-Closing-Stock-For-a-Month/m-p/196823#M56732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have Application where I am Calculating the stokc per day at the back end. For Eg&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 95pt; border-collapse: collapse;" width="127"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 54pt; mso-width-source: userset; mso-width-alt: 2633; mso-outline-parent: collapsed;" width="72" /&gt;&lt;COL style="width: 23pt; mso-width-source: userset; mso-width-alt: 1133; mso-outline-parent: collapsed;" width="31" /&gt;&lt;COL style="width: 18pt; mso-width-source: userset; mso-width-alt: 877; mso-outline-parent: collapsed;" width="24" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="width: 54pt; height: 12.75pt; background-color: whitesmoke; border: gainsboro 0.5pt solid;" width="72"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro 0.5pt solid; border-left: gainsboro; width: 23pt; border-bottom: gainsboro 0.5pt solid; background-color: whitesmoke;" width="31"&gt;&lt;STRONG&gt;Prod&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro 0.5pt solid; border-left: gainsboro; width: 18pt; border-bottom: gainsboro 0.5pt solid; background-color: whitesmoke;" width="24"&gt;&lt;STRONG&gt;Qty&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;1-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;2-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;3-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;4-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;5-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;6-Feb-09&lt;/TD&gt;&lt;TD class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;-10&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;7-Feb-09&lt;/TD&gt;&lt;TD class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculating Stock per Date at Script Level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 101pt; border-collapse: collapse;" width="135"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 54pt; mso-width-source: userset; mso-width-alt: 2633; mso-outline-parent: collapsed;" width="72" /&gt;&lt;COL style="width: 23pt; mso-width-source: userset; mso-width-alt: 1133; mso-outline-parent: collapsed;" width="31" /&gt;&lt;COL style="width: 24pt; mso-width-source: userset; mso-width-alt: 1170; mso-outline-parent: collapsed;" width="32" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="width: 54pt; height: 12.75pt; background-color: whitesmoke; border: gainsboro 0.5pt solid;" width="72"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro 0.5pt solid; border-left: gainsboro; width: 23pt; border-bottom: gainsboro 0.5pt solid; background-color: whitesmoke;" width="31"&gt;&lt;STRONG&gt;Prod&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro 0.5pt solid; border-left: gainsboro; width: 24pt; border-bottom: gainsboro 0.5pt solid; background-color: whitesmoke;" width="32"&gt;&lt;STRONG&gt;Qty1&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;1-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;2-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;3-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;4-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;5-Jan-09&lt;/TD&gt;&lt;TD class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;6-Feb-09&lt;/TD&gt;&lt;TD class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: gainsboro 0.5pt solid; border-bottom: gainsboro 0.5pt solid; height: 12.75pt; background-color: white;"&gt;7-Feb-09&lt;/TD&gt;&lt;TD class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="BORDER-RIGHT: gainsboro 0.5pt solid; BORDER-TOP: gainsboro; BORDER-LEFT: gainsboro; BORDER-BOTTOM: gainsboro 0.5pt solid; BACKGROUND-COLOR: white"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;NOw I want to Display Closing stoock for each month&lt;/P&gt;&lt;P&gt;Output required :&lt;/P&gt;&lt;P&gt;Prod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 144pt; border-collapse: collapse;" width="192"&gt;&lt;COLGROUP&gt;&lt;COL span="3" style="width: 48pt;" width="64" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="width: 48pt; height: 12.75pt; background-color: whitesmoke; border: #e0dfe3;" width="64"&gt;&lt;STRONG&gt;Prod&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="width: 48pt; background-color: whitesmoke; border: #e0dfe3;" width="64"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="width: 48pt; background-color: whitesmoke; border: #e0dfe3;" width="64"&gt;&lt;STRONG&gt;Qty&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; background-color: transparent; border: #e0dfe3;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="background-color: transparent; border: #e0dfe3;"&gt;Jan&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #e0dfe3;"&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; background-color: transparent; border: #e0dfe3;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="background-color: transparent; border: #e0dfe3;"&gt;Feb&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #e0dfe3;"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you all require any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Dec 2009 12:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-The-Closing-Stock-For-a-Month/m-p/196823#M56732</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2009-12-25T12:11:43Z</dc:date>
    </item>
    <item>
      <title>How to get The Closing Stock For a Month....</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-The-Closing-Stock-For-a-Month/m-p/196824#M56733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may continue to determine the stocks at the end of the Month with a script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;STOCK_PER_MONTHEND:&lt;BR /&gt;LOAD&lt;BR /&gt; *,&lt;BR /&gt; IF(MONTH(PEEK(Date)) &amp;lt;&amp;gt; MONTH(Date), Qty1) AS StockMonthEnd&lt;BR /&gt; RESIDENT&lt;BR /&gt; STOCK_PER_DATE&lt;BR /&gt; ORDER BY&lt;BR /&gt; Prod,&lt;BR /&gt; Date DESC;&lt;BR /&gt;&lt;BR /&gt;DROP TABLE STOCK_PER_DATE;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Doing so, you will have one additional field showing always the last stocks at the last date for each month (and for each product).&lt;/P&gt;&lt;P&gt;edit: Have added a sample-file along with alternative way to calculate the stocks&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Dec 2009 01:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-The-Closing-Stock-For-a-Month/m-p/196824#M56733</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-12-26T01:14:32Z</dc:date>
    </item>
    <item>
      <title>How to get The Closing Stock For a Month....</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-The-Closing-Stock-For-a-Month/m-p/196825#M56734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter.... It worked Fine for Me............ &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Dec 2009 17:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-The-Closing-Stock-For-a-Month/m-p/196825#M56734</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2009-12-26T17:53:16Z</dc:date>
    </item>
  </channel>
</rss>

