<?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: Table disappears in Qlik Sense when interpreting a date field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581611#M63013</link>
    <description>&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still unsure how or why the date fields messed up the table, but at least I know now how to process date fields on input (and I've learned about QVD files too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ).&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6896"&gt;@tomovangel&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72640"&gt;@papanovn&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2019 14:15:08 GMT</pubDate>
    <dc:creator>Vitali</dc:creator>
    <dc:date>2019-05-17T14:15:08Z</dc:date>
    <item>
      <title>Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1580815#M63001</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;We're experiencing a recurring problem - when pulling data from a&amp;nbsp;&lt;STRONG&gt;SQL Server,&amp;nbsp;&lt;/STRONG&gt;Qlik doesn't interpret the date field as a date. When we try to rectify this by using the interpreter function (Date#), the whole table disappears. We've accidentally had this issue on different machines and by different users, so it's not limited to my machine, it is something else.&amp;nbsp;&lt;/P&gt;&lt;P&gt;End goal is quite simple - to put that date field in a Date Picker object. However, it appears we're missing something and we don't quite know what. We've even changed the default date format (through the script editor) to match the SQL Date format in the hope that this will help but to no avail.&lt;/P&gt;&lt;P&gt;Any suggestions are welcome.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1580815#M63001</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2024-11-16T20:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1580822#M63002</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I use dates in my analysis I always floor them first in the script editor.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I use this function, you can try it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;date(floor(date_field),'DD.MM.YYYY') as date_field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try, and the format specified in '' can be anything you want like dd/mm/yyyy or another one.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you try?&lt;BR /&gt;&lt;BR /&gt;BR,&lt;/P&gt;&lt;P&gt;-Ace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 07:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1580822#M63002</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2019-05-16T07:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1580826#M63003</link>
      <description>Thank you, I'll try that right away. You could be on to something here...</description>
      <pubDate>Thu, 16 May 2019 07:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1580826#M63003</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2019-05-16T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581085#M63004</link>
      <description>&lt;P&gt;I always convert dates to numbers in the script. Otherwise set analysis filter by date variable fails time to time. Then I use field format in the objects to show the numbers in the appropriate date format.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 13:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581085#M63004</guid>
      <dc:creator>papanovn</dc:creator>
      <dc:date>2019-05-16T13:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581473#M63005</link>
      <description>&lt;P&gt;Alright, so just to make it clear for myself:&lt;/P&gt;&lt;P&gt;- SQL contains a date field, for this example it's called Date_Field (lets imagine it is like YYYY-MM-DD)&lt;/P&gt;&lt;P&gt;- QlikSense, for whatever reason, doesn't recognize this field as a date;&lt;/P&gt;&lt;P&gt;- I should convert it to&amp;nbsp; a data with an interpreter function - Date#(Date_Field, 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;- Then, I should format it to my preferred format (say, DD-MMM-YY) with the the formatting function -&lt;/P&gt;&lt;P&gt;Date(Date#(Date_Field, 'YYYY-MM-DD'), 'DD-MMM-YY'))&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;P.S. I'm aware of the Floor/Timestamp approach that should be used if the SQL Field is actually a timestamp and not a date field.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 09:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581473#M63005</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2019-05-17T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581489#M63006</link>
      <description>&lt;P&gt;This approach is too long for me, i do 1 of two things:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When getting data from sql, i store it to QVD, then load the qvd with FLOOR function on all date fields, to my client's preffered format.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2. When getting data from sql i store it to qvd, then load from the qvd all date fields with MakeDate function.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 10:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581489#M63006</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2019-05-17T10:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581512#M63007</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;Date(Date#(Date_Field, 'YYYY-MM-DD'), 'DD-MMM-YY'))&lt;BR /&gt;&amp;gt;&amp;gt;Is this correct?&lt;/P&gt;&lt;P&gt;Yes. This is the correct syntax. But as an alternative, you could get QS to recognize the date by adjusting the environment variables to set the date format to YYYY-MM-DD.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 11:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581512#M63007</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-05-17T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581548#M63008</link>
      <description>&lt;P&gt;That makes sense. Tricky thing is that you have to actually check the SQL field table as a timestamp can be sometimes visualized as a simple date - so without flooring the values, even this wouldn't work.&lt;/P&gt;&lt;P&gt;The other tricky thing is that in the SQL DB different 'date' fields may have different format and there can be the case that we pull two or more SQL tables/views into QS, where each source table has slightly different layout/format.&amp;nbsp; So, as far as I understand, the only way to be perfectly safe and ensure all date fields can be interpreted properly, is to make this transformation on each that I plan to use.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 12:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581548#M63008</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2019-05-17T12:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581555#M63009</link>
      <description>&lt;P&gt;Perhaps it was a bug, but a field, built with MakeDate wasn't recognized by the Date Picker.&lt;/P&gt;&lt;P&gt;I noticed that occasionally, when working with Qlik Sense Cloud, the app doesn't recognize the changes made in the data, unless I close the tab in the browser and reopen it again. Perhaps many of my confusions stem from there...&lt;/P&gt;&lt;P&gt;As for QVD , I have to work with QS, as this is the client's requirement here.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 12:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581555#M63009</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2019-05-17T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581556#M63010</link>
      <description>&lt;P&gt;You can use QVD in QLik sense as well :). Because sometimes you have sql data which is static, and does not change and if you store it to a qvd it will read 10x times faster&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 12:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581556#M63010</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2019-05-17T12:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581574#M63011</link>
      <description>Alright, here I'm confused:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/QVD_files.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/QVD_files.htm&lt;/A&gt;</description>
      <pubDate>Fri, 17 May 2019 13:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581574#M63011</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2019-05-17T13:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581578#M63012</link>
      <description>&lt;P&gt;Here you go &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/work-with-QVD-files.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/work-with-QVD-files.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 13:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581578#M63012</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2019-05-17T13:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table disappears in Qlik Sense when interpreting a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581611#M63013</link>
      <description>&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still unsure how or why the date fields messed up the table, but at least I know now how to process date fields on input (and I've learned about QVD files too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ).&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6896"&gt;@tomovangel&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72640"&gt;@papanovn&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 14:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-disappears-in-Qlik-Sense-when-interpreting-a-date-field/m-p/1581611#M63013</guid>
      <dc:creator>Vitali</dc:creator>
      <dc:date>2019-05-17T14:15:08Z</dc:date>
    </item>
  </channel>
</rss>

