<?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 Format is changed while loading from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272153#M101937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are the best! quick answer..&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2012 16:08:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-10T16:08:49Z</dc:date>
    <item>
      <title>Date Format is changed while loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272149#M101933</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;I am loading a date field from a table to QVD and the format there is MM/DD/YYYY.&lt;/P&gt;&lt;P&gt;Then when I load it from the QVD to QVW the format is gone and all what I see is number such as:&amp;nbsp; 40728 !&lt;/P&gt;&lt;P&gt;Anybody has a solution?&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 15:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272149#M101933</guid>
      <dc:creator />
      <dc:date>2012-02-10T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Date Format is changed while loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272150#M101934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget a date is really just an integer underneath any formatting.&amp;nbsp; Unless you tell QV to format it, it will just return the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure you have these (or similar) settings at the top of your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='MM/DD/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else format it explicitly while loading with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(DateField,'MM/DD/YYYY')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 15:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272150#M101934</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-02-10T15:49:37Z</dc:date>
    </item>
    <item>
      <title>Date Format is changed while loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272151#M101935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I do the second one.&lt;/P&gt;&lt;P&gt;I already have the format setting on top of my query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 15:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272151#M101935</guid>
      <dc:creator />
      <dc:date>2012-02-10T15:59:47Z</dc:date>
    </item>
    <item>
      <title>Date Format is changed while loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272152#M101936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume your load script looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField,&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;FROM .....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(DateField,'MM/DD/YYYY')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;FROM .....;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272152#M101936</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-02-10T16:01:46Z</dc:date>
    </item>
    <item>
      <title>Date Format is changed while loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272153#M101937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are the best! quick answer..&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272153#M101937</guid>
      <dc:creator />
      <dc:date>2012-02-10T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Date Format is changed while loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272154#M101938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 16:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-is-changed-while-loading-from-QVD/m-p/272154#M101938</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-02-10T16:16:29Z</dc:date>
    </item>
  </channel>
</rss>

