<?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: Timestamp issues in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450278#M97914</link>
    <description>&lt;P&gt;Fixed it.&lt;/P&gt;
&lt;P&gt;Since I had been testing the format in the Data Manager the load script was generated automatically, so was in the auto generated section. (It wasnt working).&lt;/P&gt;
&lt;P&gt;I moved the line&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Timestamp(Timestamp#([occurred_time], 'DD-MM-YY hh:mm:ss') ,'DD/MM/YY HH:mm') AS [occurred_time]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;to the main load script and after this it worked.&lt;/P&gt;
&lt;P&gt;I feel there are some odd behaviours with the auto generated scripts - not sure if this is just me.&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 11:28:33 GMT</pubDate>
    <dc:creator>Markbhai</dc:creator>
    <dc:date>2024-05-08T11:28:33Z</dc:date>
    <item>
      <title>Timestamp issues</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450067#M97889</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;I have a timestamp field and I need to keep the time in the field but want to show it in a table with the 24 hour format (preferably without seconds)&lt;/P&gt;
&lt;P&gt;The field is in the database as DD-MM-YY hh:mm:ss&lt;/P&gt;
&lt;P&gt;In Data Manager I can show the date at DD/MM/YY HH:mm&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markbhai_0-1715124866344.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165678iB14965BCC8032E9F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markbhai_0-1715124866344.png" alt="Markbhai_0-1715124866344.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markbhai_1-1715124899109.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165679i37A630B01D649B64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markbhai_1-1715124899109.png" alt="Markbhai_1-1715124899109.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the load script (for some reason) the format shows as:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Timestamp(Timestamp#([occured_time], 'DD-MM-YYYY hh:mm:ss') ,'DD/MM/YYYY HH:mm') AS [occured_time],&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In the Qlik Table it shows as a ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markbhai_2-1715124981314.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165680i1F1381C34D197BAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Markbhai_2-1715124981314.png" alt="Markbhai_2-1715124981314.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What might I be doing wrong?&lt;/P&gt;
&lt;P&gt;Very frustrating!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 23:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450067#M97889</guid>
      <dc:creator>Markbhai</dc:creator>
      <dc:date>2024-05-07T23:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp issues</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450070#M97890</link>
      <description>If you don't want seconds try fixing it in load script.&lt;BR /&gt;Timestamp(Timestamp#([occurred_time], 'DD-MM-YY hh:mm:ss') ,'DD/MM/YY HH:mm') AS [occurred_time]&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2024 00:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450070#M97890</guid>
      <dc:creator>Aasir</dc:creator>
      <dc:date>2024-05-08T00:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp issues</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450271#M97912</link>
      <description>&lt;P&gt;I am not sure about what is different between what you have said and what is already in the Load script.&amp;nbsp; - But alt least what you are suggesting is what I am already doing which shows that I am not going mad&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I guess the real question is then, what else could be causing the dashboard table to display a ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 11:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450271#M97912</guid>
      <dc:creator>Markbhai</dc:creator>
      <dc:date>2024-05-08T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp issues</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450278#M97914</link>
      <description>&lt;P&gt;Fixed it.&lt;/P&gt;
&lt;P&gt;Since I had been testing the format in the Data Manager the load script was generated automatically, so was in the auto generated section. (It wasnt working).&lt;/P&gt;
&lt;P&gt;I moved the line&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Timestamp(Timestamp#([occurred_time], 'DD-MM-YY hh:mm:ss') ,'DD/MM/YY HH:mm') AS [occurred_time]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;to the main load script and after this it worked.&lt;/P&gt;
&lt;P&gt;I feel there are some odd behaviours with the auto generated scripts - not sure if this is just me.&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 11:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450278#M97914</guid>
      <dc:creator>Markbhai</dc:creator>
      <dc:date>2024-05-08T11:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp issues</title>
      <link>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450285#M97915</link>
      <description>&lt;P&gt;I found these useful a while back.&lt;/P&gt;
&lt;P&gt;&lt;A title="Dimension values are coming as &amp;quot; ? &amp;quot; (question mark) in sheets instead of number format " href="https://community.qlik.com/t5/QlikView-App-Dev/Dimension-values-are-coming-as-quot-quot-question-mark-in-sheets/td-p/2021015" target="_blank" rel="noopener"&gt;Dimension values are coming as " ? " (question mark) in sheets instead of number format &lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="Multiple Question mark in list box" href="https://community.qlik.com/t5/QlikView-Connectivity/Multiple-Question-mark-in-list-box/td-p/297156" target="_blank" rel="noopener"&gt;Multiple Question mark in list box&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 11:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Timestamp-issues/m-p/2450285#M97915</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-08T11:49:39Z</dc:date>
    </item>
  </channel>
</rss>

