<?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 Monthly QVDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053968#M353467</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;Basically the company I work for handles tons of transactions every minute. To more effectively be able to handle the QVW I have a transformations stage that splits it into Monthly QVDS. So theres yearly and monthly QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the beginning of each month I want to make invoice reports that take last months QVD not current. And from there I schedule nprinting jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below is what I want to do but it doesnt work because qlikview cant refer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are my QVDs:&lt;/P&gt;&lt;P&gt;2016-03.qvd&lt;/P&gt;&lt;P&gt;2016-04.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I write in the script:&lt;/P&gt;&lt;P&gt;LET vLastMonth = Month(Today()-1);&lt;/P&gt;&lt;P&gt;[............\ExecutionReport_$(vLastMonth).qvd]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But qlikview cant refer to monthnames... 2016_apr.qvd cannot be found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2016 08:26:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-05T08:26:11Z</dc:date>
    <item>
      <title>Monthly QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053968#M353467</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;Basically the company I work for handles tons of transactions every minute. To more effectively be able to handle the QVW I have a transformations stage that splits it into Monthly QVDS. So theres yearly and monthly QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the beginning of each month I want to make invoice reports that take last months QVD not current. And from there I schedule nprinting jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below is what I want to do but it doesnt work because qlikview cant refer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are my QVDs:&lt;/P&gt;&lt;P&gt;2016-03.qvd&lt;/P&gt;&lt;P&gt;2016-04.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I write in the script:&lt;/P&gt;&lt;P&gt;LET vLastMonth = Month(Today()-1);&lt;/P&gt;&lt;P&gt;[............\ExecutionReport_$(vLastMonth).qvd]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But qlikview cant refer to monthnames... 2016_apr.qvd cannot be found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053968#M353467</guid>
      <dc:creator />
      <dc:date>2016-04-05T08:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053969#M353468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET vLastMonth =num( Month(Today()-1),'00');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053969#M353468</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-05T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053970#M353469</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;You must use set variable as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET vLastMonth = Year(Today())&amp;amp;'-'&amp;amp;Num(Month(Today()-1),'00');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053970#M353469</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-04-05T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053971#M353470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this: LET vLastMonth = MonthStart(Today(),-1),'YYYY-MM');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053971#M353470</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-05T08:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053972#M353471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still getting current months data... &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120494_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-QVDs/m-p/1053972#M353471</guid>
      <dc:creator />
      <dc:date>2016-04-05T08:56:01Z</dc:date>
    </item>
  </channel>
</rss>

