<?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 What is the easiest way to transform date stored as integer into the qlik date format? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164012#M94520</link>
    <description>&lt;P&gt;In the source DB dates are stored as integers where the year 1 is 1900 and the format is the following : YYYMMDD (e.g. 1231231= 31.12.2023)&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 17:39:34 GMT</pubDate>
    <dc:creator>NenadV</dc:creator>
    <dc:date>2024-01-22T17:39:34Z</dc:date>
    <item>
      <title>What is the easiest way to transform date stored as integer into the qlik date format?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164012#M94520</link>
      <description>&lt;P&gt;In the source DB dates are stored as integers where the year 1 is 1900 and the format is the following : YYYMMDD (e.g. 1231231= 31.12.2023)&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164012#M94520</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-01-22T17:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to transform date stored as integer into the qlik date format?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164018#M94522</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/147573"&gt;@NenadV&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;See the solution in the topic below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Converter-numero-em-data/td-p/759968" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Converter-numero-em-data/td-p/759968&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regarts,&lt;BR /&gt;Matheus&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 18:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164018#M94522</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-01-22T18:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to transform date stored as integer into the qlik date format?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164023#M94523</link>
      <description>&lt;P&gt;thanks Matheus . My case is different.&lt;/P&gt;
&lt;P&gt;For example, date 22.12.2023 is stored as 1231222&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 18:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164023#M94523</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-01-22T18:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to transform date stored as integer into the qlik date format?</title>
      <link>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164029#M94525</link>
      <description>&lt;P&gt;I've found it myself. In SQL select statement&amp;nbsp; I've used this&lt;/P&gt;
&lt;P&gt;convert(date, concat('20', substring(str(DTIN65),5,2), substring(str(DTIN65),7,2), right(str(DTIN65),2))) tmpInvdate&lt;/P&gt;
&lt;P&gt;and then in the load section this:&lt;/P&gt;
&lt;P&gt;date(date#(tmpInvDate, 'YYYY-MM-DD')) as InvDate&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 07:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/What-is-the-easiest-way-to-transform-date-stored-as-integer-into/m-p/2164029#M94525</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-01-23T07:55:47Z</dc:date>
    </item>
  </channel>
</rss>

