<?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 AW:Date issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311250#M1198342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina&lt;/P&gt;&lt;P&gt;Don't work !&lt;/P&gt;&lt;P&gt;Here a sample of my data(for the second)&lt;/P&gt;&lt;P&gt;"Code Entite comptable" "Date Comptable" "Nombre de lots"&lt;BR /&gt;"010040" "2010/10/11 00:00:00" "180"&lt;BR /&gt;"010040" "2010/10/12 00:00:00" "269"&lt;BR /&gt;"010040" "2010/10/13 00:00:00" "333"&lt;BR /&gt;"010040" "2010/10/14 00:00:00" "258"&lt;BR /&gt;"010040" "2010/10/15 00:00:00" "239"&lt;BR /&gt;"010040" "2010/10/16 00:00:00" "124"&lt;/P&gt;&lt;P&gt;Maybe another idea ?&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2011 18:40:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-07T18:40:42Z</dc:date>
    <item>
      <title>Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311248#M1198340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry guys for this simple issue.&lt;/P&gt;&lt;P&gt;I have 2 txt file where the date fields have different format. Itlooks like&lt;/P&gt;&lt;P&gt;- 12/10/10 in the first one&lt;/P&gt;&lt;P&gt;- "2010/10/12 00:00:00" in the second&lt;/P&gt;&lt;P&gt;I'd like to concatenate both files with a unique date fields in 'DD/MM/YYYY' format.&lt;/P&gt;&lt;P&gt;How to achieve this ?&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 18:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311248#M1198340</guid>
      <dc:creator />
      <dc:date>2011-03-07T18:28:19Z</dc:date>
    </item>
    <item>
      <title>AW:Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311249#M1198341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JJ,&lt;/P&gt;&lt;P&gt;you have to use the floor function:&lt;/P&gt;&lt;P&gt;First date: Load Date#(Datefield1,'DD/MM/YY') As DateKey, ...&lt;/P&gt;&lt;P&gt;Second date: Load Floor(Date#(Datefield2,'YYYY/MM/DD') As DateKey, ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 18:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311249#M1198341</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-03-07T18:32:18Z</dc:date>
    </item>
    <item>
      <title>AW:Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311250#M1198342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina&lt;/P&gt;&lt;P&gt;Don't work !&lt;/P&gt;&lt;P&gt;Here a sample of my data(for the second)&lt;/P&gt;&lt;P&gt;"Code Entite comptable" "Date Comptable" "Nombre de lots"&lt;BR /&gt;"010040" "2010/10/11 00:00:00" "180"&lt;BR /&gt;"010040" "2010/10/12 00:00:00" "269"&lt;BR /&gt;"010040" "2010/10/13 00:00:00" "333"&lt;BR /&gt;"010040" "2010/10/14 00:00:00" "258"&lt;BR /&gt;"010040" "2010/10/15 00:00:00" "239"&lt;BR /&gt;"010040" "2010/10/16 00:00:00" "124"&lt;/P&gt;&lt;P&gt;Maybe another idea ?&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 18:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311250#M1198342</guid>
      <dc:creator />
      <dc:date>2011-03-07T18:40:42Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311251#M1198343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JJ,&lt;/P&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; "Code Entite comptable", "Date Comptable", "Nombre de lots"&lt;BR /&gt; 010040, 2010/10/11 00:00:00, 180&lt;BR /&gt; 010040, 2010/10/12 00:00:00, 269&lt;BR /&gt; 010040, 2010/10/13 00:00:00, 333&lt;BR /&gt; 010040, 2010/10/14 00:00:00, 258&lt;BR /&gt; 010040, 2010/10/15 00:00:00, 239&lt;BR /&gt; 010040, 2010/10/16 00:00:00, 124&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Left Join (Data)&lt;BR /&gt;Load *,&lt;BR /&gt; Floor(Date#("Date Comptable",'YYYY/MM/DD hh:mm:ss')) As DateNew&lt;BR /&gt;Resident Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 18:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311251#M1198343</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-03-07T18:48:50Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311252#M1198344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep Martina ! I forgot hh:mm:ss.&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 18:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/311252#M1198344</guid>
      <dc:creator />
      <dc:date>2011-03-07T18:55:17Z</dc:date>
    </item>
  </channel>
</rss>

