<?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: storing qvds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917236#M317990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i tried the below function in text box but the result is very strange .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;weekstart(20/01/2015)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o/p :12/25/1899 which is wrong.&lt;/P&gt;&lt;P&gt;Is there any thing went wrong in syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 06:13:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-28T06:13:40Z</dc:date>
    <item>
      <title>storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917230#M317984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Hi all,&lt;/P&gt;&lt;P&gt;The below is my script .i have to generate qvds weekly .The logicc is fine but i have to store them to qvd by each week.&lt;/P&gt;&lt;P&gt;while i am storing into qvds it is throwing error table not found.Guide me if any thing wrong in the script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Base:&lt;/P&gt;&lt;P&gt;LOAD*&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vstartdate = '20/01/2015';&lt;/P&gt;&lt;P&gt;let venddate ='20/04/2015';&lt;/P&gt;&lt;P&gt;let vweekstart =WeekStart('20/01/2015');&lt;/P&gt;&lt;P&gt;let vweekend =WeekStart('20/04/2015');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do while vweekstart&amp;lt;=vweekend&lt;/P&gt;&lt;P&gt;trace vweekstart=$(vweekstart);&lt;/P&gt;&lt;P&gt;week:&lt;/P&gt;&lt;P&gt; NoConcatenate load &lt;/P&gt;&lt;P&gt;* Resident Base&lt;/P&gt;&lt;P&gt;&amp;nbsp; where SALES_DATE &amp;gt;= '$(vweekstart)' and SALES_DATE &amp;lt;= date('$(vweekend)');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; let file = 'week' &amp;amp; date(Date#('$(vweekstart)'), 'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&amp;nbsp; trace file=$(file);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE week into '$(file)'.qvd (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP Table w;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vweekstart=date(vweekstart+7);&lt;/P&gt;&lt;P&gt;loop;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 05:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917230#M317984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T05:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917231#M317985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE week into $(file).qvd (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP Table week;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 05:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917231#M317985</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-07-28T05:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917232#M317986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the DROP statement is wrong &lt;/P&gt;&lt;P&gt;DROP table week;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 05:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917232#M317986</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-28T05:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917233#M317987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have tried that it is fine.But the problem is with no concatenate statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 05:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917233#M317987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917234#M317988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah ! thats my mistake while posting .But store command should execute right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917234#M317988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T06:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917235#M317989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this script&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Base:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD*&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;D&gt;;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vstartdate = '20/01/2015';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let venddate ='20/04/2015';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vweekstart =WeekStart('20/01/2015');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vweekend =WeekStart('20/04/2015');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;do while vweekstart&amp;lt;=vweekend&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;trace vweekstart=$(vweekstart);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;week:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;* Resident Base&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; where SALES_DATE &amp;gt;= '$(vweekstart)' and SALES_DATE &amp;lt;= date('$(vweekend)');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; let file = 'week' &amp;amp; date(Date#('$(vweekstart)'), 'YYYYMMDD') &amp;amp; '.qvd';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; trace file=$(file);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; STORE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;week &lt;/SPAN&gt;into [$(file)];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; DROP Table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;week;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; let vweekstart=date(vweekstart+7);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;loop;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917235#M317989</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-28T06:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917236#M317990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i tried the below function in text box but the result is very strange .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;weekstart(20/01/2015)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o/p :12/25/1899 which is wrong.&lt;/P&gt;&lt;P&gt;Is there any thing went wrong in syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917236#M317990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T06:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917237#M317991</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 like 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: 12px; background-color: #f2f2f2;"&gt;weekstart(MakeDate(2015, 1, 20))&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: 12px; background-color: #f2f2f2;"&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: 12px; background-color: #f2f2f2;"&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: 12px; background-color: #f2f2f2;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917237#M317991</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-28T06:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917238#M317992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you check for that particular week you have data or not?? if their is no data then it would cause probelm.&lt;/P&gt;&lt;P&gt;I dont think its because of&amp;nbsp; the no &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concatenate ...please provide the sample data let s check &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917238#M317992</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-28T06:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917239#M317993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan ,&lt;/P&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;Its not working .It is not giving weekstart and weekend values.so its not iterating in loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917239#M317993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T06:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917240#M317994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Directly you cannot create a variable , you keep make use of the makedate function&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917240#M317994</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-28T06:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917241#M317995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;rgv rand wrote:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i tried the below function in text box but the result is very strange .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;weekstart(20/01/2015)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;o/p :12/25/1899 which is wrong.&lt;/P&gt;
&lt;P&gt;Is there any thing went wrong in syntax.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have not included quotes, so this first working out 20 divided by 1 divided by 2015 and then applying weekstart to the resulting number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your environment's date format DD/MM/YYYY? If it is, then WeekStart('20/01/2015') should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917241#M317995</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-28T06:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917242#M317996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/rgvavihs"&gt;rgvavihs&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Comment the below statement and run.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table w;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917242#M317996</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-28T06:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917243#M317997</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;Thanks all for your valuable time . I have resolved problem. i went wrong in weekstart variable .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917243#M317997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917244#M317998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried it before i got null value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917244#M317998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: storing qvds</title>
      <link>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917245#M317999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script. It's working for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as YEAR&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;(qvd);&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vYearCnt= FieldValueCount('YEAR');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=1 to $(vYearCnt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vYear = FieldValue('YEAR',$(i));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearFilter:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(Date) as month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week(Date) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(WeekStart(Date),'DD-MM-YYYY') as WeekStart&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;(qvd)&lt;/D&gt;&lt;/P&gt;&lt;P&gt;where year(Date)='$(vYear)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vWeekCount = FieldValueCount('Week');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for j=1 to $(vWeekCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vWeekStart = FieldValue('WeekStart',$(j));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vWeek = FieldValue('Week',$(j));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WeekFilter:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;Resident YearFilter&lt;/P&gt;&lt;P&gt;where Week='$(vWeek)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE WeekFilter into "D:\Development\Qvd Generator\Filename_$(vWeekStart).qvd";&lt;/P&gt;&lt;P&gt;DROP Table WeekFilter;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT j;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table YearFilter;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/storing-qvds/m-p/917245#M317999</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-28T09:41:35Z</dc:date>
    </item>
  </channel>
</rss>

