<?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: Qlik Sense Enterprise on Windows: Possible text misinterpretation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-on-Windows-Possible-text-misinterpretation/m-p/2487187#M101482</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To overcome this try&lt;/P&gt;
&lt;P&gt;text(&lt;STRONG&gt;cod_product&lt;/STRONG&gt;) as &lt;STRONG&gt;cod_product&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2024 22:55:58 GMT</pubDate>
    <dc:creator>seanbruton</dc:creator>
    <dc:date>2024-10-15T22:55:58Z</dc:date>
    <item>
      <title>Qlik Sense Enterprise on Windows: Possible text misinterpretation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-on-Windows-Possible-text-misinterpretation/m-p/2487151#M101473</link>
      <description>&lt;P&gt;Hello, as I'm developing an app which loads data via load * inline statement, I got an unexpected behavior from Qlik Sense (May 2024 SR6):&lt;/P&gt;
&lt;P&gt;In my DLE I have the following code:&lt;/P&gt;
&lt;P&gt;MyTable:&lt;/P&gt;
&lt;P&gt;load * inline [&lt;BR /&gt;id_product, cod_product, value&lt;BR /&gt;27447, 1330600, 50000 &lt;BR /&gt;697586, 13306E2, 10400 &lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Loading data show no errors. I would expect the &lt;STRONG&gt;cod_product&lt;/STRONG&gt; to be interpreted as text given the value '13306E2' in the second line. However, when I create a table and add those 3 fields, the cod_product shows strange values, i.e. 1330600 for all rows (see the picture):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="al_1-1729009894549.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172964iBDDA4887A578AB34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="al_1-1729009894549.png" alt="al_1-1729009894549.png" /&gt;&lt;/span&gt;&lt;BR /&gt;In the data model viewer preview the same issue, and the tag is $numeric integer.&lt;BR /&gt;It looks like QS does not recognize the cod_product field data type value and assuming it is a number, it changes the value of id_product 27447 to 1330600 instead of 13306E2.&amp;nbsp;&lt;BR /&gt;As a troubleshoot step, I have enclosed cod_product values into single or double quotes, with no success, still 1330600.&amp;nbsp;&lt;BR /&gt;Any hints on how to mitigate that?&amp;nbsp;&lt;BR /&gt;This applies to Qlik Sense Cloud also, I should be missing some steps.&lt;BR /&gt;Hint1: casting did not help either&lt;BR /&gt;Hint2: same happens when you load data via SQL from an ODBC connection.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 16:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-on-Windows-Possible-text-misinterpretation/m-p/2487151#M101473</guid>
      <dc:creator>Albert1177</dc:creator>
      <dc:date>2024-10-15T16:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: Possible text misinterpretation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-on-Windows-Possible-text-misinterpretation/m-p/2487187#M101482</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To overcome this try&lt;/P&gt;
&lt;P&gt;text(&lt;STRONG&gt;cod_product&lt;/STRONG&gt;) as &lt;STRONG&gt;cod_product&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 22:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-on-Windows-Possible-text-misinterpretation/m-p/2487187#M101482</guid>
      <dc:creator>seanbruton</dc:creator>
      <dc:date>2024-10-15T22:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: Possible text misinterpretation</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-on-Windows-Possible-text-misinterpretation/m-p/2487835#M101586</link>
      <description>&lt;P&gt;Hi, that didn't help.&amp;nbsp;&lt;BR /&gt;I believe that is due to how the QV/QS Engine stores data values. More on this:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-Is-Data-Stored-In-Qlik-Sense-And-QlikView/ta-p/1712436" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-Is-Data-Stored-In-Qlik-Sense-And-QlikView/ta-p/1712436&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 07:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Enterprise-on-Windows-Possible-text-misinterpretation/m-p/2487835#M101586</guid>
      <dc:creator>Albert1177</dc:creator>
      <dc:date>2024-10-18T07:55:34Z</dc:date>
    </item>
  </channel>
</rss>

