<?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 Date field is null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-field-is-null/m-p/1604004#M735979</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please anyone send me the below logic&lt;/P&gt;&lt;P&gt;1.Order Status Line – This is a unique combination of CUST_ID, CUST_ORD_NO, ORD_PART_NO&lt;BR /&gt;a.Update records for every unique combination of above daily only if ORD_LN_COMP_DT is not available (blank)&lt;BR /&gt;b.If ORD_LN_COMP_DT is available, that means transaction is completed and no need to update the data&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:57:50 GMT</pubDate>
    <dc:creator>Vinod</dc:creator>
    <dc:date>2024-11-16T02:57:50Z</dc:date>
    <item>
      <title>Date field is null</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-is-null/m-p/1604004#M735979</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please anyone send me the below logic&lt;/P&gt;&lt;P&gt;1.Order Status Line – This is a unique combination of CUST_ID, CUST_ORD_NO, ORD_PART_NO&lt;BR /&gt;a.Update records for every unique combination of above daily only if ORD_LN_COMP_DT is not available (blank)&lt;BR /&gt;b.If ORD_LN_COMP_DT is available, that means transaction is completed and no need to update the data&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-is-null/m-p/1604004#M735979</guid>
      <dc:creator>Vinod</dc:creator>
      <dc:date>2024-11-16T02:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date field is null</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-is-null/m-p/1644902#M735980</link>
      <description>&lt;P&gt;Try if it's work....!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//Full Load from DB One Time Start&lt;/P&gt;&lt;P&gt;FullLoadFromDatabase:&lt;BR /&gt;LOAD&lt;BR /&gt;CUST_ID&amp;amp;'-'&amp;amp;CUST_ORD_NO&amp;amp;'-'&amp;amp;ORD_PART_NO AS Unique_ID,&lt;BR /&gt;CUST_ID,&lt;BR /&gt;CUST_ORD_NO,&lt;BR /&gt;ORD_PART_NO,&lt;BR /&gt;ORD_LN_COMP_DT&lt;BR /&gt;From DatabaseTable.qvd(QVD) where not IsNull(ORD_LN_COMP_DT);&lt;/P&gt;&lt;P&gt;STORE FullLoadFromDatabase INTO FullLoadFromDatabase.QVD;&lt;/P&gt;&lt;P&gt;//Full Load from DB One Time End&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//Incremental Load Start&lt;/P&gt;&lt;P&gt;InsertUpdate:&lt;BR /&gt;LOAD&lt;BR /&gt;CUST_ID&amp;amp;'-'&amp;amp;CUST_ORD_NO&amp;amp;'-'&amp;amp;ORD_PART_NO AS Unique_ID,&lt;BR /&gt;CUST_ID,&lt;BR /&gt;CUST_ORD_NO,&lt;BR /&gt;ORD_PART_NO,&lt;BR /&gt;ORD_LN_COMP_DT&lt;BR /&gt;From FullLoadFromDatabase.qvd(QVD) where not IsNull(ORD_LN_COMP_DT);&lt;BR /&gt;//Concatenate for insert new record with date&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;CUST_ID&amp;amp;'-'&amp;amp;CUST_ORD_NO&amp;amp;'-'&amp;amp;ORD_PART_NO AS Unique_ID,&lt;BR /&gt;CUST_ID,&lt;BR /&gt;CUST_ORD_NO,&lt;BR /&gt;ORD_PART_NO,&lt;BR /&gt;ORD_LN_COMP_DT&lt;BR /&gt;From DatabAseTableName.qvd(QVD) where not IsNull(ORD_LN_COMP_DT) and not Exists(Unique_ID);&lt;BR /&gt;//Concatenate for Update this should always goto database for null date record&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;CUST_ID&amp;amp;'-'&amp;amp;CUST_ORD_NO&amp;amp;'-'&amp;amp;ORD_PART_NO AS Unique_ID,&lt;BR /&gt;CUST_ID,&lt;BR /&gt;CUST_ORD_NO,&lt;BR /&gt;ORD_PART_NO,&lt;BR /&gt;ORD_LN_COMP_DT&lt;BR /&gt;From DatabAseTableName.qvd(QVD) where IsNull(ORD_LN_COMP_DT);&lt;/P&gt;&lt;P&gt;STORE InsertUpdate INTO FullLoadFromDatabase.QVD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 16:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-is-null/m-p/1644902#M735980</guid>
      <dc:creator>QlikJunkie</dc:creator>
      <dc:date>2019-11-08T16:53:18Z</dc:date>
    </item>
  </channel>
</rss>

