<?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: Extract Previous Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355637#M131999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I took the where Clause and now works thanks. But is there any way to left this automatically. I mean, without change the period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 21:57:10 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2012-06-15T21:57:10Z</dc:date>
    <item>
      <title>Extract Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355634#M131996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I had connected QlikView in our ERP System and I need to extract some periods like May-2011 And Jun-2011. Also I need to extract This Month and the Previous Month. I have this but Works for this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vCurrentMonth = Month(Today());&lt;/P&gt;&lt;P&gt;LET vPreviousMonth = Month(Today(), -1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I extract May-Jun 2011?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 19:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355634#M131996</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-15T19:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355635#M131997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please try:&lt;/P&gt;&lt;P&gt;=date(addmonths(Today(), -12), 'MMM-YYYY')&lt;/P&gt;&lt;P&gt;=date(addmonths(Today(), -13), 'MMM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 20:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355635#M131997</guid>
      <dc:creator />
      <dc:date>2012-06-15T20:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355636#M131998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView returns 0 registers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Where Clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;Let xxPeriodo = date(addmonths(Today(),-13), 'MMM-YYYY');&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;If I put &lt;/EM&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;Let xxPeriodo = 'MAY-2011'; QlikView read the information&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;Where &lt;/EM&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sa.PERIOD_NAME = '$(xxPeriodo)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Doesn't Work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 20:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355636#M131998</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-15T20:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Previous Data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355637#M131999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I took the where Clause and now works thanks. But is there any way to left this automatically. I mean, without change the period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 21:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Previous-Data/m-p/355637#M131999</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-15T21:57:10Z</dc:date>
    </item>
  </channel>
</rss>

