<?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>article How Are Data Types Stored In QlikView And Qlik Sense? in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-Are-Data-Types-Stored-In-QlikView-And-Qlik-Sense/ta-p/1712423</link>
    <description>&lt;P&gt;&lt;BR /&gt;All data in QlikView and Qlik Sense is stored as dual value. This means that there are no dedicated data types like Integer, Decimal, Text or Boolean.&lt;/P&gt;
&lt;H3&gt;Environment:&lt;/H3&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Dual values consist of two components;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A&lt;STRONG&gt; text string&lt;/STRONG&gt;, used for presenting the value.&lt;/LI&gt;
&lt;LI&gt;A &lt;STRONG&gt;numerical value&lt;/STRONG&gt;, either decimal or integer, used for calculations, selection and sorting&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In a date value for example the visual date '2014-05-14' is stored in the text component of the dual value, and the numerical value is 41773 (which is equal to the number of days since 30 Dec 1899).&amp;nbsp;The two components '2014-05-14' and 41773 both represent the same value, and together they describe the value properly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;'2014-05-14' without the&amp;nbsp;underlying number is just a text that look like a date.&lt;BR /&gt;41773 without the text value is just a number, without any specific meaning.&lt;BR /&gt;&lt;BR /&gt;For pure text values the numerical part is represented by NULL, which means that dual values representing text does not have a numerical representation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The Num() formatting function enables to interpret the numerical component of a dual value and display it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;= Num( Date#('2014-05-14', 'YYYY-MM-DD') )&lt;BR /&gt;= Num( TimeStamp#('2014-05-14 11:23:40', 'YYYY-MM-DD hh:mm:ss') )&lt;BR /&gt;= Num( Dual('Twelve', 12) )&lt;BR /&gt;= Num( Text('Twelve') )&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 18:47:49 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2021-05-21T18:47:49Z</dc:date>
    <item>
      <title>How Are Data Types Stored In QlikView And Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-Are-Data-Types-Stored-In-QlikView-And-Qlik-Sense/ta-p/1712423</link>
      <description>&lt;P&gt;&lt;BR /&gt;All data in QlikView and Qlik Sense is stored as dual value. This means that there are no dedicated data types like Integer, Decimal, Text or Boolean.&lt;/P&gt;
&lt;H3&gt;Environment:&lt;/H3&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Dual values consist of two components;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A&lt;STRONG&gt; text string&lt;/STRONG&gt;, used for presenting the value.&lt;/LI&gt;
&lt;LI&gt;A &lt;STRONG&gt;numerical value&lt;/STRONG&gt;, either decimal or integer, used for calculations, selection and sorting&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In a date value for example the visual date '2014-05-14' is stored in the text component of the dual value, and the numerical value is 41773 (which is equal to the number of days since 30 Dec 1899).&amp;nbsp;The two components '2014-05-14' and 41773 both represent the same value, and together they describe the value properly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;'2014-05-14' without the&amp;nbsp;underlying number is just a text that look like a date.&lt;BR /&gt;41773 without the text value is just a number, without any specific meaning.&lt;BR /&gt;&lt;BR /&gt;For pure text values the numerical part is represented by NULL, which means that dual values representing text does not have a numerical representation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The Num() formatting function enables to interpret the numerical component of a dual value and display it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;= Num( Date#('2014-05-14', 'YYYY-MM-DD') )&lt;BR /&gt;= Num( TimeStamp#('2014-05-14 11:23:40', 'YYYY-MM-DD hh:mm:ss') )&lt;BR /&gt;= Num( Dual('Twelve', 12) )&lt;BR /&gt;= Num( Text('Twelve') )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 18:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-Are-Data-Types-Stored-In-QlikView-And-Qlik-Sense/ta-p/1712423</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2021-05-21T18:47:49Z</dc:date>
    </item>
  </channel>
</rss>

