<?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: qlikview date format issue while stroing as qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview-date-format-issue-while-stroing-as-qvd/m-p/1742136#M590712</link>
    <description>&lt;P&gt;I would agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35006"&gt;@eliran&lt;/a&gt;, would have to believe it is the SET statement in your script regarding the date format that may be overriding things in your case on the load from the original QVD file etc...&amp;nbsp; The other option would be to do the data conversion again when loading the date before the new store...&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 19:25:33 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-09-08T19:25:33Z</dc:date>
    <item>
      <title>qlikview date format issue while stroing as qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-format-issue-while-stroing-as-qvd/m-p/1738943#M590710</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am loading a date from qvd and after modification saving it as another qvd where the issue with date arrived and date is not saving in modified format but saved it as default format where I read the format from original qvd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Original load&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;LOAD Date(Load_Date,'MM/DD/YYYY') as LOADDate&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from qvd;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; LOADDate&amp;nbsp;&lt;/P&gt;&lt;P&gt;resident Table1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;store Table1 in //Folderlocation/Table2.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but stored qvd is showing load_date as yyyy-mm-dd format but i want it as MM/DD/YYYY format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 19:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-format-issue-while-stroing-as-qvd/m-p/1738943#M590710</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2020-08-26T19:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview date format issue while stroing as qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-format-issue-while-stroing-as-qvd/m-p/1738955#M590711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This sounds quite strange, maybe share the entire script of the relevant part?&lt;/P&gt;&lt;P&gt;Look at the following code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;SET DateFormat='D.M.YYYY';&lt;BR /&gt;SET TimestampFormat='D.M.YYYY h:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;Dates:&lt;BR /&gt;load Today() as date AutoGenerate(1);&lt;/P&gt;&lt;P&gt;store Dates into Dates.qvd;&lt;BR /&gt;drop Table Dates;&lt;BR /&gt;Dates2:&lt;BR /&gt;LOAD date(date,'DD/MM/YYYY') as LOADDate,date&lt;BR /&gt;FROM&lt;BR /&gt;[Dates.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Eliran,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 19:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-format-issue-while-stroing-as-qvd/m-p/1738955#M590711</guid>
      <dc:creator>eliran</dc:creator>
      <dc:date>2020-08-26T19:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview date format issue while stroing as qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-date-format-issue-while-stroing-as-qvd/m-p/1742136#M590712</link>
      <description>&lt;P&gt;I would agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35006"&gt;@eliran&lt;/a&gt;, would have to believe it is the SET statement in your script regarding the date format that may be overriding things in your case on the load from the original QVD file etc...&amp;nbsp; The other option would be to do the data conversion again when loading the date before the new store...&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 19:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-date-format-issue-while-stroing-as-qvd/m-p/1742136#M590712</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-08T19:25:33Z</dc:date>
    </item>
  </channel>
</rss>

