<?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: Datetimeoffset field in Qlikview in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532037#M8301</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cattura.JPG" style="width: 379px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4029iDE78E58867A427DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Cattura.JPG" alt="Cattura.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'd like to obtain an intervaltime of 26 hours (24hours for the difference between 1900-01-01 and 1900-01-02 + 2hours for the day 1900-01-02).&lt;/P&gt;&lt;P&gt;The value is stored in a DateTimeOffset SQL database.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 11:15:54 GMT</pubDate>
    <dc:creator>Nino</dc:creator>
    <dc:date>2019-01-18T11:15:54Z</dc:date>
    <item>
      <title>Datetimeoffset field in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532013#M8297</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have a datetimeoffset SQL fields and I have to manage it, but neither the Day, Month and Year nor the Hour, Minute and Second functions work.&lt;/P&gt;&lt;P&gt;Could someone help me about the handling of this field or indicate me where I can find some documentation about?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 10:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532013#M8297</guid>
      <dc:creator>Nino</dc:creator>
      <dc:date>2019-01-18T10:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Datetimeoffset field in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532022#M8298</link>
      <description>&lt;P&gt;What kind of values does that field contain? Are they unix epoch timestamps or datetime values or strings?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 10:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532022#M8298</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-18T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Datetimeoffset field in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532037#M8301</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cattura.JPG" style="width: 379px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4029iDE78E58867A427DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Cattura.JPG" alt="Cattura.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'd like to obtain an intervaltime of 26 hours (24hours for the difference between 1900-01-01 and 1900-01-02 + 2hours for the day 1900-01-02).&lt;/P&gt;&lt;P&gt;The value is stored in a DateTimeOffset SQL database.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532037#M8301</guid>
      <dc:creator>Nino</dc:creator>
      <dc:date>2019-01-18T11:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Datetimeoffset field in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532085#M8305</link>
      <description>&lt;P&gt;Looks like it's stored as a datetime aka timestamp value. Qlikview should load it as a numeric value. Check in Qlikview what the num() function returns for that value: num(DTO).&lt;/P&gt;&lt;P&gt;In general, if you want the difference between two timestamps you subtract one from the other. Then using the interval function you have the option to specify a format string to format the result in days and/or hours and/or minutes and/or seconds.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 12:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532085#M8305</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-18T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Datetimeoffset field in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532114#M8307</link>
      <description>&lt;P&gt;I'm sorry but you're wrong: the Num(DTO) function returns the "-" value, so I think it's not stored as numeric value.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 13:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532114#M8307</guid>
      <dc:creator>Nino</dc:creator>
      <dc:date>2019-01-18T13:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Datetimeoffset field in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532144#M8308</link>
      <description>&lt;P&gt;LOAD OffsetDateQlik-Date('01/01/1900','DD/MM/YYYY') As SpanTime;&lt;BR /&gt;SQL SELECT convert(datetime,OffsetDateSQL) As OffsetDateQlik&lt;BR /&gt;FROM MyTable;&lt;/P&gt;&lt;P&gt;SpanTime could be represented as IntervalTime. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 13:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1532144#M8308</guid>
      <dc:creator>Nino</dc:creator>
      <dc:date>2019-01-18T13:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Datetimeoffset field in Qlikview</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1642060#M10557</link>
      <description>&lt;P&gt;Hi, I hope someone can explain this to me.&lt;/P&gt;&lt;P&gt;I have a db change where the date fields are now OffsetDateSQL: 2017-12-13 09:00:00.0000000 +01:00&lt;/P&gt;&lt;P&gt;09:00 seems to be the local or system time. I had in QV:&lt;BR /&gt;LOAD&lt;BR /&gt;DATE( FLOOR(ResocStartDate),'DD-MM-YYYY')&amp;nbsp; AS&amp;nbsp;&amp;nbsp; %Datum&lt;BR /&gt;FROM mytable.qvd&lt;/P&gt;&lt;P&gt;But this does not work anymore. What should i change to get it working?&lt;BR /&gt;(I'm using Qlikview for windows 11)&lt;/P&gt;&lt;P&gt;Thanks very much for helping me&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Nov 2019 12:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Datetimeoffset-field-in-Qlikview/m-p/1642060#M10557</guid>
      <dc:creator>Alie</dc:creator>
      <dc:date>2019-11-01T12:36:38Z</dc:date>
    </item>
  </channel>
</rss>

