<?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: Last 12 Months from QVD (in Load Script)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765099#M271923</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;Provide the sample file and did you have single fields as Month or year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2015 18:35:44 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2015-02-20T18:35:44Z</dc:date>
    <item>
      <title>Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765097#M271921</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;&lt;/P&gt;&lt;P&gt;I have a Month/Year field in a Fact QVD (I have multiple Transnational Fields as well), where I have last 18 Months (Jan - 15, Dec - 14, Nov - 14, Oct - 14...... Aug - 13). Now while Loading into Script, I want to fetch only last 12 months.&lt;/P&gt;&lt;P&gt;What would be the logic to write in Load Script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765097#M271921</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-02-20T18:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765098#M271922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to adapt this to your needs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where monthstart([YourMonthYear])&amp;nbsp; &amp;gt;= monthstart(addmonths(today(),-12))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765098#M271922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T18:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765099#M271923</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;Provide the sample file and did you have single fields as Month or year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765099#M271923</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-02-20T18:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765100#M271924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. Am checking it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But one query please-&lt;/P&gt;&lt;P&gt;Will this condition &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;monthstart(addmonths(today(),-12)) &lt;/STRONG&gt;ignore the Current Month? (I don't need Feb - 15, need Jan - 15 and backwards).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765100#M271924</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-02-20T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765101#M271925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field is like this below. I need last 12 months from this:&amp;nbsp; Jan-15 and backwards.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78706_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765101#M271925</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-02-20T18:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765102#M271926</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;Then in the load script write this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;MonthYear&lt;/P&gt;&lt;P&gt;FROM Source;&lt;/P&gt;&lt;P&gt;Where MonthYear&amp;nbsp; &amp;gt;= (Addmonths(Today(),-13));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765102#M271926</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-02-20T18:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765103#M271927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where monthstart([YourMonthYear])&amp;nbsp; &amp;gt;= monthstart(addmonths(today(),-13))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;monthstart([YourMonthYear]) &amp;lt;= &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;monthend(addmonths(today(),-1))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 19:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765103#M271927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T19:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 Months from QVD (in Load Script)?</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765104#M271928</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;try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DataQVD.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Monthend&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),-13) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Monthstart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 19:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-Months-from-QVD-in-Load-Script/m-p/765104#M271928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T19:35:12Z</dc:date>
    </item>
  </channel>
</rss>

