<?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: Date Issues in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219557#M863357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formatting should not stop you from comparing them, how exactly are you doing the comparison? If statement, set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 16:54:06 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-12-21T16:54:06Z</dc:date>
    <item>
      <title>Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219556#M863356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two date columns in a table and our want QlikView to compare the two dates for each row but it is not doing correctly. my guess is that the two sets of dates are in a different format,so I tried converting both to a number using Num or converting both to Date but still having issues. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219556#M863356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219557#M863357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formatting should not stop you from comparing them, how exactly are you doing the comparison? If statement, set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 16:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219557#M863357</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-21T16:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219558#M863358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if statement. So I have two sets of dates in the table I am loading and when I load in the where clause I say only include those records where date1&amp;gt;date2 but it does not seem to understand that correctly since it still loads records where date 1&amp;lt;date 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 16:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219558#M863358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T16:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219559#M863359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using QlikView script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 16:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219559#M863359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219560#M863360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both the dates are in the same table? Does both of them understood by QlikView as dates? If not, you might need to use Date#() function to help QlikView understand that they are dates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the script you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219560#M863360</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-21T17:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219561#M863361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share your script how you doing ? Were you using SQL Script ?&lt;/P&gt;&lt;P&gt;May be you want to try converting the dates using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT yourcolumnlist&lt;/P&gt;&lt;P&gt;FROM Tablename&lt;/P&gt;&lt;P&gt;WHERE &lt;/P&gt;&lt;P&gt;Cast(Date1 AS Date) &amp;gt; Cast(Date2 AS Date);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219561#M863361</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-12-21T17:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219562#M863362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me see if Date#(). I have a feeling&amp;nbsp; that might be it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219562#M863362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T17:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219563#M863363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Did not work sadly. The relevant part of the script is below. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;dateforoppsbeforelead:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEADCREATEDATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEADCREATEDATEdup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; onlymodifydateforopps &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEADCREATEDATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STAGEMODIFYDATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; onlymodifydateforopps;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219563#M863363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T17:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219564#M863364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to provide a format within Date#() function. What are the formats of your field? Assuming it is DD-MMM-YYYY, you will do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dateforoppsbeforelead:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;STRONG&gt;*,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEADCREATEDATE as LEADCREATEDATEdup&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident onlymodifydateforopps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Date#(LEADCREATEDATE&lt;SPAN style="color: #ff0000;"&gt;, 'DD-MMM-YYYY'&lt;/SPAN&gt;) &amp;gt;Date#(STAGEMODIFYDATE&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;, 'DD-MMM-YYYY'&lt;/STRONG&gt;) ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table onlymodifydateforopps;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219564#M863364</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-21T17:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219565#M863365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will check now. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219565#M863365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219566#M863366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this but still did not work. Could it be anything else? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219566#M863366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T17:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219567#M863367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My version of QlikView did not understand the cast command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219567#M863367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T17:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219568#M863368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this? Extending Sunnys expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Where &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;LEADCREATEDATEdup&lt;/STRONG&gt; &amp;gt; STAGEMODIFYDATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;*,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Date#(LEADCREATEDATE&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, 'DD-MMM-YYYY'&lt;/SPAN&gt;)&lt;/STRONG&gt; as LEADCREATEDATEdup,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Date#(STAGEMODIFYDATE&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;, 'DD-MMM-YYYY'&lt;/STRONG&gt;)&lt;/STRONG&gt; as STAGEMODIFYDATEdup&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident onlymodifydateforopps&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Drop Table onlymodifydateforopps;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219568#M863368</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-12-21T18:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219569#M863369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What format is &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STAGEMODIFYDATE&lt;/STRONG&gt; and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEADCREATEDATE&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;are in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219569#M863369</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-21T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219570#M863370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MM/DD/YYYY which is what I used instead of the one you gave me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219570#M863370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T18:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219571#M863371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be precise, the original format looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12/21/2015&amp;nbsp; 5:04:57 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me the time of day piece is not important really.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219571#M863371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T18:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219572#M863372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the format for both of them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219572#M863372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T18:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219573#M863373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you mean the top portion to say&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Where &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;LEADCREATEDATEdup&lt;/STRONG&gt; &amp;gt; STAGEMODIFYDATEdup;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219573#M863373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T18:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219574#M863374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;dateforoppsbeforelead:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;*,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEADCREATEDATE as LEADCREATEDATEdup&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident onlymodifydateforopps&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where Date#(LEADCREATEDATE&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, 'MM/DD/YYYY h:mm:ss TT'&lt;/SPAN&gt;) &amp;gt;Date#(STAGEMODIFYDATE&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;, '&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;MM/DD/YYYY h:mm:ss TT&lt;/STRONG&gt;'&lt;/STRONG&gt;) ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Drop Table onlymodifydateforopps;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219574#M863374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-21T18:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Issues in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219575#M863375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should I try timestamp instead or it does not matter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Issues-in-Script/m-p/1219575#M863375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-21T18:38:20Z</dc:date>
    </item>
  </channel>
</rss>

