<?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: SAP Timestamp year issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178406#M1230953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Stefan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution also works in the script... Monday morning... didn't look close enough/paid attention to it...&lt;/P&gt;&lt;P&gt;Sorry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think I can change this field in the SAP DB (is this what you mean?). I'll do it in my QV app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this date/timestamp issue a known 'problem' with SAP DB by the way?&lt;/P&gt;&lt;P&gt;I'm new to SAP (and getting pretty frustrated with the 'thousands' of tables with unreadable abbreviations).&lt;/P&gt;&lt;P&gt;Does SAP provide some sort of overview or documentation of their tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 11:29:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-01T11:29:52Z</dc:date>
    <item>
      <title>SAP Timestamp year issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178402#M1230944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QlikViewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm extracting a SAP table (COSP) into my QV application, but I'm having issues with the timestamp field.&lt;/P&gt;&lt;P&gt;It looks something like this: e.g.&lt;/P&gt;&lt;P&gt;27-Jun-2232681748 00:00:00&amp;nbsp; (value: 7090287940000 from SAP DB)&amp;nbsp; and &lt;/P&gt;&lt;P&gt;26-Sep-2232704445 00:00:00&amp;nbsp; (value: 7090296230000 from SAP DB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the year format is not what I would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea how to solve this? Or how to deal with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using the QV SAP connector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178402#M1230944</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Timestamp year issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178403#M1230947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try maybe &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Timestamp(MakeDate(1990) + YOURTIMESTAMPFIELD / (10000 *24*60*60) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 21:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178403#M1230947</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-07-29T21:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Timestamp year issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178404#M1230949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swuehl!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to do the trick. However, this only works in a listbox or in the report application itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way so I could get rid of this problem in my transformation step/application? (And don't have to bother about it in all my further applications)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 10:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178404#M1230949</guid>
      <dc:creator />
      <dc:date>2016-08-01T10:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Timestamp year issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178405#M1230951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this not work also in a QV script LOAD statement, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YOURTIMESTAMPFIELD,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp(MakeDate(1990) + YOURTIMESTAMPFIELD / (10000 *24*60*60) ) as NEWFIELD,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&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;You can probably also do the transformation on DB side, depending on your DBMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 11:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178405#M1230951</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-01T11:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Timestamp year issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178406#M1230953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Stefan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution also works in the script... Monday morning... didn't look close enough/paid attention to it...&lt;/P&gt;&lt;P&gt;Sorry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think I can change this field in the SAP DB (is this what you mean?). I'll do it in my QV app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this date/timestamp issue a known 'problem' with SAP DB by the way?&lt;/P&gt;&lt;P&gt;I'm new to SAP (and getting pretty frustrated with the 'thousands' of tables with unreadable abbreviations).&lt;/P&gt;&lt;P&gt;Does SAP provide some sort of overview or documentation of their tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 11:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1178406#M1230953</guid>
      <dc:creator />
      <dc:date>2016-08-01T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Timestamp year issue</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1529915#M1230955</link>
      <description>&lt;P&gt;Happened to run into this use-case and deciphered it the following way:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img id="manvery-happy" class="emoticon emoticon-manvery-happy" src="https://community.qlik.com/i/smilies/16x16_man-very-happy.png" alt="Man Very Happy" title="Man Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 10:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Timestamp-year-issue/m-p/1529915#M1230955</guid>
      <dc:creator>Sumeet</dc:creator>
      <dc:date>2019-01-14T10:29:40Z</dc:date>
    </item>
  </channel>
</rss>

