<?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: Delete current month records in incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010961#M648004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we do sth like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Restofdata&lt;/P&gt;&lt;P&gt;from YourTable where &lt;STRONG&gt;num(month(Date))&lt;/STRONG&gt;&amp;lt;&amp;gt;(Not Equal to)&lt;STRONG&gt;num(Month(Today()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2015 11:31:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-17T11:31:04Z</dc:date>
    <item>
      <title>Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010959#M648002</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;I am doing incremental load and I want to delete current month data in that load. I have to do it where clause, but how to include that condition where clause before doing STORE command. Please give me suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010959#M648002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010960#M648003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to update the condition in the main table you cannot have a where clause in the store statement &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;Incrimental_table:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;where month&amp;lt;&amp;gt;currentmonth;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;incrimental statements ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;create a resident table with table with the where clause and use the same in the store statement &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010960#M648003</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-11-17T11:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010961#M648004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we do sth like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Restofdata&lt;/P&gt;&lt;P&gt;from YourTable where &lt;STRONG&gt;num(month(Date))&lt;/STRONG&gt;&amp;lt;&amp;gt;(Not Equal to)&lt;STRONG&gt;num(Month(Today()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010961#M648004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010962#M648005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Here date is coming from column DW_load_date. So CAn you tellme how do i include this month here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010962#M648005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010963#M648006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace &lt;STRONG&gt;Date&lt;/STRONG&gt; with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;DW_load_date&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010963#M648006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010964#M648007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just editing it:&lt;/P&gt;&lt;P&gt;use this:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;date(Date,'DD/MMM/YYYY') as Date,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Restofdata&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;from YourTable where &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;num(month(Date))&lt;/STRONG&gt;&amp;lt;&amp;gt;(Not Equal to)&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;num(Month(date(Today(),'DD/MMM/YYYY')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010964#M648007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010965#M648008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If my data is not today, then it will give me wrong results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010965#M648008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010966#M648009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today only or not have for full today month??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if today only, no worry&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are not having data of &lt;STRONG&gt;November, you would not be able to check&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/STRONG&gt; whether its working or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 11:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010966#M648009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Delete current month records in incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010967#M648010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if would you like to make easy your job you can use the library &lt;A href="https://github.com/RobWunderlich/Qlikview-Components" title="https://github.com/RobWunderlich/Qlikview-Components"&gt;RobWunderlich/Qlikview-Components · GitHub&lt;/A&gt; that contains all you need to do better incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I you want to delete record from a table you have to use inner join with a temp table where exists some fields with value that you that to mantain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Luca Jonathan Panetta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 16:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Delete-current-month-records-in-incremental-load/m-p/1010967#M648010</guid>
      <dc:creator>pljsoftware</dc:creator>
      <dc:date>2015-11-17T16:29:19Z</dc:date>
    </item>
  </channel>
</rss>

