<?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: Create a QVD When.... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444021#M1158890</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 can add an &lt;STRONG&gt;If - then&lt;/STRONG&gt;&amp;nbsp; statement at the end of the script.&lt;/P&gt;&lt;P&gt;It would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if num(Day(Today()),00)=&lt;STRONG&gt;03&lt;/STRONG&gt; then&lt;/P&gt;&lt;P&gt;Store SomeTable into SomeTable.qvd(qvd);&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;EXIT Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 16:40:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-22T16:40:31Z</dc:date>
    <item>
      <title>Create a QVD When....</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444020#M1158889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really hope you can help me out with this issue&lt;/P&gt;&lt;P&gt;I am loading data in from Excel to Qlikview - but I now have a requirement for data as at a specific value dates - the third working day of the month !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was going to try an create a QVD file only on the 3rd working day of the month and save it down with a variable name so I would have each of the Time values. But I am not sure how to script that where function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the very basic script I'm starting with - Any guidance would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a mill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFileDate = Date(Today(), 'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DailyData:&lt;BR /&gt;LOAD * &lt;BR /&gt;FROM &lt;S&gt;&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/S&gt;&lt;/P&gt;&lt;P&gt;STORE DailyData INTO $(vFileDate).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DROP TABLE DailyData;&lt;/P&gt;&lt;P&gt;AllData:&lt;BR /&gt;LOAD Date,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Meat,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number&lt;BR /&gt;FROM *.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 15:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444020#M1158889</guid>
      <dc:creator />
      <dc:date>2013-01-22T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create a QVD When....</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444021#M1158890</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 can add an &lt;STRONG&gt;If - then&lt;/STRONG&gt;&amp;nbsp; statement at the end of the script.&lt;/P&gt;&lt;P&gt;It would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if num(Day(Today()),00)=&lt;STRONG&gt;03&lt;/STRONG&gt; then&lt;/P&gt;&lt;P&gt;Store SomeTable into SomeTable.qvd(qvd);&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;EXIT Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444021#M1158890</guid>
      <dc:creator />
      <dc:date>2013-01-22T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create a QVD When....</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444022#M1158891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444022#M1158891</guid>
      <dc:creator />
      <dc:date>2013-01-22T17:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a QVD When....</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444023#M1158892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444023#M1158892</guid>
      <dc:creator />
      <dc:date>2013-01-22T17:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create a QVD When....</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444024#M1158893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-QVD-When/m-p/444024#M1158893</guid>
      <dc:creator />
      <dc:date>2013-01-22T17:14:06Z</dc:date>
    </item>
  </channel>
</rss>

