<?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: Problem with $date tag in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621176#M1095956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks again for your advice on this issue, Gysbert. As it seems to be displaying the numeric and textual values correctly I'll not worry about the date$ bit. I did wonder if this was something that might be resolved if I update my QlikView version as I'm on 11.0 SR1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2014 07:48:19 GMT</pubDate>
    <dc:creator>lawrenceiow</dc:creator>
    <dc:date>2014-04-28T07:48:19Z</dc:date>
    <item>
      <title>Problem with $date tag</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621172#M1095949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have loaded a field which contains a date (from an MS Access database, Date/Time format) and have performed some calculations on it, in the script, to create other fields - I have used &lt;SPAN style="color: #3366ff;"&gt;Month&lt;/SPAN&gt; and &lt;SPAN style="color: #3366ff;"&gt;Year&lt;/SPAN&gt; functions, both worked as I would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check the field by adding a List Box I can see that the dates appear as expected and are in date order not text order. When I change the Number setting in the properties to show the date as a "Number" with "0 precision" I get numbers in the 40,000 range, again this is what I would expect of a date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I view the field in Document Properties (ctrl-alt-D) the field only has the $numeric and $integer tags - no $timestamp, $date tags.&amp;nbsp; I have three other date fields from a different MS Access database that are also in the Date/Time format but this &lt;EM&gt;do&lt;/EM&gt; have the $timestamp, $date tags.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my question is, do I need to be concerned that this particular field does not have the $date tag? If it is going to be a problem, how do I fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 16:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621172#M1095949</guid>
      <dc:creator>lawrenceiow</dc:creator>
      <dc:date>2014-04-25T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with $date tag</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621173#M1095950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They're only tags, so you don't need to be concerned. If you really want those tags anyway then explicitly using a date function on those fields should work (I think).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ..some_fields..., date(MyMSAccessDate) as MyDate;&lt;/P&gt;&lt;P&gt;SQL Select * from MyMSAccessTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 17:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621173#M1095950</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-25T17:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem with $date tag</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621174#M1095952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;Gysbert Wassenaar&lt;/A&gt;. If it's not going to matter as it's just a tag then that's great. However, I was concerned that if QlikView hadn't recognised it as a date properly and therefore hadn't added a $date tag there might be a problem somewhere along the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the &lt;SPAN style="color: #3366ff;"&gt;date&lt;/SPAN&gt; function as you suggested but this did not work, I also tried &lt;SPAN style="color: #3366ff;"&gt;date#&lt;/SPAN&gt; but this did not work either - still just $numeric and $integer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 17:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621174#M1095952</guid>
      <dc:creator>lawrenceiow</dc:creator>
      <dc:date>2014-04-25T17:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with $date tag</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621175#M1095954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that's disappointing. But you won't have to worry about Qlikview not recognizing the field as a date. Qlikview knows only about text and numbers. Dates are simply numbers, usually with a textual display format too, but still numbers in the background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 17:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621175#M1095954</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-25T17:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with $date tag</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621176#M1095956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks again for your advice on this issue, Gysbert. As it seems to be displaying the numeric and textual values correctly I'll not worry about the date$ bit. I did wonder if this was something that might be resolved if I update my QlikView version as I'm on 11.0 SR1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 07:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621176#M1095956</guid>
      <dc:creator>lawrenceiow</dc:creator>
      <dc:date>2014-04-28T07:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with $date tag</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621177#M1095958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I have exactly the same problem with DATE fields coming out of an oracle database. Both fields are DATE NULLABLE in the db but one is tagged with $date, the other not.&lt;/P&gt;&lt;P&gt;I do not agree with you in your opinion that it doesn't matter. The $date tag is one of the metadata QV creates on reload. If I want to trust the reload and want to use tags, I have to rely on the product that's loading and tagging the data. So I think it's a bug or a secret reason why QV decides not to tag this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me it has got to to with quality check. I understand why Lawrence is worried that there might be something wrong in the data coming out the db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think, QV should clarify this. If it's a bug-&amp;gt;fix it, if it's because of a secret reason-&amp;gt;explain it in the product documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 12:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621177#M1095958</guid>
      <dc:creator />
      <dc:date>2015-07-03T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with $date tag</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621178#M1095960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If I want to trust the reload and want to use tags, I have to rely on the product that's loading and tagging the data&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you want to trust tags then do the tagging yourself. That's the only way to make sure. Qlik cannot be responsible for whatever metadata information (if any) a third party ODBC or OLEDB driver returns about fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; If it's a bug&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So file a bug and find out it you're right and it is a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 12:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-tag/m-p/621178#M1095960</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-03T12:33:25Z</dc:date>
    </item>
  </channel>
</rss>

