<?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 IBM iSeries Command in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233039#M84590</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;first of all sorry for unclear information, and thanks for your replays,,&lt;/P&gt;&lt;P&gt;Daer Michael,&lt;/P&gt;&lt;P&gt;i was doing the same step but the diffrent is very small &lt;IMG alt="Embarrassed" src="http://community.qlik.com/emoticons/emotion-10.gif" /&gt; ,&lt;/P&gt;&lt;P&gt;i was doing like = (where Date&amp;gt;= $(vDay) ) and it was giving me error.&lt;/P&gt;&lt;P&gt;&lt;B&gt;and the correct as you wrote (where Date&amp;gt;='&lt;/B&gt; $(vDay) &lt;B&gt;')&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Thanks A Lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 07:35:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-11T07:35:31Z</dc:date>
    <item>
      <title>IBM iSeries Command</title>
      <link>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233036#M84587</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;Im working on AS400 with IBM iSeries Access , i need to implement the incremental load for one table as following:&lt;/P&gt;&lt;P&gt;load all data except last 30 days from QVD.&lt;/P&gt;&lt;P&gt;load last 30 days data from DB,&lt;/P&gt;&lt;P&gt;the idea is very simple but the main issue is the date filed on DB having speace and i don't know how i can give the right command&lt;/P&gt;&lt;P&gt;the source filed looking like this '101001 ' i try idea by making vairable to give me date before 30 days including the speace but also not work [:(]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea plz......!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Oct 2010 09:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233036#M84587</guid>
      <dc:creator />
      <dc:date>2010-10-10T09:26:10Z</dc:date>
    </item>
    <item>
      <title>IBM iSeries Command</title>
      <link>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233037#M84588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain better your request?&lt;BR /&gt;Even with example data?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Oct 2010 10:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233037#M84588</guid>
      <dc:creator />
      <dc:date>2010-10-10T10:53:10Z</dc:date>
    </item>
    <item>
      <title>IBM iSeries Command</title>
      <link>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233038#M84589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The details are not clear... In general I understand the request is to load data older 30 days from QVD, and 30 days and later from the database. It can be implemented like this:&lt;/P&gt;&lt;P&gt;1. Define the date "30 days back" as a variable&lt;BR /&gt;LET v30daysback = date(today()-30);&lt;/P&gt;&lt;P&gt;2. Load from QVD with condition "older than 30 days"&lt;BR /&gt;Result:&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;FROM file.qvd&lt;BR /&gt;WHERE Date &amp;lt; '$(v30daysback)';&lt;/P&gt;&lt;P&gt;3. Load from the database only the fresh data&lt;BR /&gt;CONCATENATE (Result) LOAD&lt;BR /&gt;...&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;...&lt;BR /&gt;FROM table&lt;BR /&gt;WHERE Date &amp;gt;= '$(v30daysback)';&lt;/P&gt;&lt;P&gt;As for the date formatting - it is an unrelated question, and it is no clear from your post. As Corrado says - need example of your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Oct 2010 23:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233038#M84589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-10T23:04:14Z</dc:date>
    </item>
    <item>
      <title>IBM iSeries Command</title>
      <link>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233039#M84590</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;first of all sorry for unclear information, and thanks for your replays,,&lt;/P&gt;&lt;P&gt;Daer Michael,&lt;/P&gt;&lt;P&gt;i was doing the same step but the diffrent is very small &lt;IMG alt="Embarrassed" src="http://community.qlik.com/emoticons/emotion-10.gif" /&gt; ,&lt;/P&gt;&lt;P&gt;i was doing like = (where Date&amp;gt;= $(vDay) ) and it was giving me error.&lt;/P&gt;&lt;P&gt;&lt;B&gt;and the correct as you wrote (where Date&amp;gt;='&lt;/B&gt; $(vDay) &lt;B&gt;')&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Thanks A Lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233039#M84590</guid>
      <dc:creator />
      <dc:date>2010-10-11T07:35:31Z</dc:date>
    </item>
    <item>
      <title>IBM iSeries Command</title>
      <link>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233040#M84591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;BR /&gt;For future - these sort of mistakes easy to find going through the log file. Log shows actual values of the variables instead of their names. Using debug step-by-step may be usefult too, if the script is not too long.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 00:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IBM-iSeries-Command/m-p/233040#M84591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-12T00:41:26Z</dc:date>
    </item>
  </channel>
</rss>

