<?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: Empty Table :Inline vs Autogenrate(0) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Empty-Table-Inline-vs-Autogenrate-0/m-p/384201#M143473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView does recognize the field as a date, if you hover the mouse on the field the $date tag is there. Date values in QlikView are actually numeric, although they can be represented as a literal "12/01/2012" or as a numeric value 40920. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So why is not QlikView &lt;EM&gt;representing&lt;/EM&gt; the field Date_Calendar_2 as a literal date? INLINE &lt;EM&gt;empty&lt;/EM&gt; values are not actual nulls, but empty, while Null() function does return an &lt;EM&gt;actual null&lt;/EM&gt; value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find extremely useful this blog post by &lt;A _jive_internal="true" href="https://community.qlik.com/people/hic"&gt;Henric Cronström&lt;/A&gt; &lt;EM&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/28/the-importance-of-nothing"&gt;The Importance of Nothing&lt;/A&gt;&lt;/EM&gt; and its related documentation on &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3155"&gt;how QlikView handles NULL values&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2012 08:54:40 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-09-05T08:54:40Z</dc:date>
    <item>
      <title>Empty Table :Inline vs Autogenrate(0)</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Table-Inline-vs-Autogenrate-0/m-p/384200#M143472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like if someone can explain this strange behaviour with Autogenerate(0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MakeDate(2012)+RecNo())&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar&lt;/P&gt;&lt;P&gt;AutoGenerate(100);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store&amp;nbsp;&amp;nbsp;&amp;nbsp; Calendar&amp;nbsp;&amp;nbsp;&amp;nbsp; into&amp;nbsp;&amp;nbsp;&amp;nbsp; Calendar.QVD(qvd);&lt;/P&gt;&lt;P&gt;Drop&amp;nbsp;&amp;nbsp;&amp;nbsp; Table&amp;nbsp;&amp;nbsp;&amp;nbsp; Calendar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//-- Table Inline&lt;/P&gt;&lt;P&gt;Calendar_1:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[Date_Calendar_1];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Calendar_1)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar_1&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Calendar.QVD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//-- Table Autogenrate ($text tag)&lt;/P&gt;&lt;P&gt;Calendar_2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Null()&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar_2&lt;/P&gt;&lt;P&gt;AutoGenerate(0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Calendar_2)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar_2&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Calendar.QVD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//-- Table Autogenrate ($ascii tag)&lt;/P&gt;&lt;P&gt;Calendar_3:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar_3&lt;/P&gt;&lt;P&gt;AutoGenerate(0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Calendar_3)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Calendar_3&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Calendar.QVD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//--&lt;/P&gt;&lt;P&gt;Obtain 3 Tables:&lt;/P&gt;&lt;P&gt;Calendar_1 = Calendar_3&lt;/P&gt;&lt;P&gt;Calendar_2 in field Date_Calendar_2 qlik don't recognize Date Type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Table-Inline-vs-Autogenrate-0/m-p/384200#M143472</guid>
      <dc:creator />
      <dc:date>2012-09-05T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Table :Inline vs Autogenrate(0)</title>
      <link>https://community.qlik.com/t5/QlikView/Empty-Table-Inline-vs-Autogenrate-0/m-p/384201#M143473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView does recognize the field as a date, if you hover the mouse on the field the $date tag is there. Date values in QlikView are actually numeric, although they can be represented as a literal "12/01/2012" or as a numeric value 40920. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So why is not QlikView &lt;EM&gt;representing&lt;/EM&gt; the field Date_Calendar_2 as a literal date? INLINE &lt;EM&gt;empty&lt;/EM&gt; values are not actual nulls, but empty, while Null() function does return an &lt;EM&gt;actual null&lt;/EM&gt; value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find extremely useful this blog post by &lt;A _jive_internal="true" href="https://community.qlik.com/people/hic"&gt;Henric Cronström&lt;/A&gt; &lt;EM&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/28/the-importance-of-nothing"&gt;The Importance of Nothing&lt;/A&gt;&lt;/EM&gt; and its related documentation on &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3155"&gt;how QlikView handles NULL values&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Empty-Table-Inline-vs-Autogenrate-0/m-p/384201#M143473</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-05T08:54:40Z</dc:date>
    </item>
  </channel>
</rss>

