<?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: Incremental load logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742218#M265034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First may I suggest you start a new thread when you have a completely new question.&lt;/P&gt;&lt;P&gt;This last question is not about incremental load logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, one way to do what you want is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new:&lt;/P&gt;&lt;P&gt;LOAD GROUPNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(underscores='', GROUPNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(underscores='_', SubField(GROUPNAME,'_',1),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(underscores='__', SubField(GROUPNAME,'_',2), GROUPNAME&amp;amp;' Warning, more than two underscores, no rule defined.'))) As transformed_groupname;&lt;/P&gt;&lt;P&gt;LOAD GROUPNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeepChar(GROUPNAME,'_') As underscores&lt;/P&gt;&lt;P&gt;Resident tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 11:22:21 GMT</pubDate>
    <dc:creator>gandalfgray</dc:creator>
    <dc:date>2015-04-15T11:22:21Z</dc:date>
    <item>
      <title>Incremental load logic</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742215#M265031</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;I have one requirement on Incremental load. I have Primarykey in my table but i don't have modification time.My requirement is when i reload the QVD generator i only want to delete current and Previous months from QVD and again i need to add current and Previous month data from Database to QVD because i don't have modification time.&lt;/P&gt;&lt;P&gt;But the problem is I created fiscal year which starts from november,If i reload the data now then it should delete current Month(as per fiscal year it is 3rd month) and Previous month(as per fiscal year it is 2nd month) and again add to QVD.&lt;/P&gt;&lt;P&gt;I'm attaching sample QVW also.&lt;/P&gt;&lt;P&gt;Can anybody help me with sample QVW or Code will be helpful for me. It's an immediate requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 15:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742215#M265031</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-01-06T15:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load logic</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742216#M265032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 04:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742216#M265032</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-01-07T04:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load logic</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742217#M265033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;using this i want to filter data :&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;condition1)&amp;nbsp;&amp;nbsp; if two '_' (Underscore's) are there , i want middle value&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;condition 2)&amp;nbsp; if one '_' score there i want first value before underscore&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;condition 3) if there is no underscore i want the same value as it is,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;all three conditions should be for that field ,, save result in new field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GROUPNAME&lt;/P&gt;&lt;P&gt;EGR_EGTS_BATCH&lt;/P&gt;&lt;P&gt;IPG_PMRD_ADM&lt;/P&gt;&lt;P&gt;IPG_PMDE_ADM&lt;/P&gt;&lt;P&gt;GIT_OVSC_ADM&lt;/P&gt;&lt;P&gt;GIT_OVSC_BATCH&lt;/P&gt;&lt;P&gt;ITIO_ITR_BATCH&lt;/P&gt;&lt;P&gt;Srinivas_Vandrasi&lt;/P&gt;&lt;P&gt;EGIT_EGSD_BATCH&lt;/P&gt;&lt;P&gt;EGIT_PRAO_BATCH&lt;/P&gt;&lt;P&gt;EGIT_EGSD_ADM&lt;/P&gt;&lt;P&gt;PPS_PCSC_ADM&lt;/P&gt;&lt;P&gt;GREP_HRPY_ADM&lt;/P&gt;&lt;P&gt;GREP_HRPY_BATCH&lt;/P&gt;&lt;P&gt;ITIO_ITR_BATCH&lt;/P&gt;&lt;P&gt;IPG_USAG_ADM&lt;/P&gt;&lt;P&gt;BASL_ADM&lt;/P&gt;&lt;P&gt;EGIT_PRAO_ADM&lt;/P&gt;&lt;P&gt;ITIO_ITR_ADM&lt;/P&gt;&lt;P&gt;GIT_MDM_UPU&lt;/P&gt;&lt;P&gt;EDS_SXD_ADM&lt;/P&gt;&lt;P&gt;GIT_EDW_BATCH&lt;/P&gt;&lt;P&gt;IPG_LOT_BATCH&lt;/P&gt;&lt;P&gt;Administrator&lt;/P&gt;&lt;P&gt;GIT_MDM_ADM&lt;/P&gt;&lt;P&gt;PPS_PCSC_BATCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sekhar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 09:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742217#M265033</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-15T09:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load logic</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742218#M265034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First may I suggest you start a new thread when you have a completely new question.&lt;/P&gt;&lt;P&gt;This last question is not about incremental load logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, one way to do what you want is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new:&lt;/P&gt;&lt;P&gt;LOAD GROUPNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(underscores='', GROUPNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(underscores='_', SubField(GROUPNAME,'_',1),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(underscores='__', SubField(GROUPNAME,'_',2), GROUPNAME&amp;amp;' Warning, more than two underscores, no rule defined.'))) As transformed_groupname;&lt;/P&gt;&lt;P&gt;LOAD GROUPNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeepChar(GROUPNAME,'_') As underscores&lt;/P&gt;&lt;P&gt;Resident tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 11:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-logic/m-p/742218#M265034</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2015-04-15T11:22:21Z</dc:date>
    </item>
  </channel>
</rss>

