<?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 SQL load data - value changed by QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222412#M75085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, have you tried the text() function?&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Load&lt;BR /&gt; *,&lt;BR /&gt; text(ITEMNO) as ITEMNO_T&lt;BR /&gt; ;&lt;BR /&gt; SQL&lt;BR /&gt; Select from...;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;This will keep the leading zeroes of the record.&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 19:07:16 GMT</pubDate>
    <dc:creator>hector</dc:creator>
    <dc:date>2009-10-22T19:07:16Z</dc:date>
    <item>
      <title>SQL load data - value changed by QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222411#M75084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When loading data from a databases, I have a table with my articles which each have a unique itemno, which is alfa-numerical (character).&lt;/P&gt;&lt;P&gt;In my database, I have an item with itemno "850" and one with itemno "00850".&lt;/P&gt;&lt;P&gt;When loading this into QlikView (qvd files), QlikView loads them both as "00850", and thereby eveyr report based on itemno is wrong.&lt;/P&gt;&lt;P&gt;When i adapt the SQL load statement to say "... where ITEMNO = '850', only 1 item is loaded and displayed as "850", when it says "... where ITEMNO = '00850' also only 1 item is loaded en now displayed as "00850" (correct)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make QlikView load my items correctly, that is, without chaging the value of any field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Yves.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 18:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222411#M75084</guid>
      <dc:creator />
      <dc:date>2009-10-22T18:54:40Z</dc:date>
    </item>
    <item>
      <title>SQL load data - value changed by QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222412#M75085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, have you tried the text() function?&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Load&lt;BR /&gt; *,&lt;BR /&gt; text(ITEMNO) as ITEMNO_T&lt;BR /&gt; ;&lt;BR /&gt; SQL&lt;BR /&gt; Select from...;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;This will keep the leading zeroes of the record.&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222412#M75085</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2009-10-22T19:07:16Z</dc:date>
    </item>
    <item>
      <title>SQL load data - value changed by QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222413#M75086</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 tried now, but I get een error msg then.&lt;/P&gt;&lt;P&gt;This is the SQL statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Artikel:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;FIRMANR,&lt;/P&gt;&lt;P&gt;ARTNR,&lt;/P&gt;&lt;P&gt;text(ARTNR) as ARTNR_t,&lt;/P&gt;&lt;P&gt;GROEP1&lt;/P&gt;&lt;P&gt;FROM PUB.ARTI;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is "syntax error in sql statement".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field i'm having trouble with is "ARTNR"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yves.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222413#M75086</guid>
      <dc:creator />
      <dc:date>2009-10-22T19:16:27Z</dc:date>
    </item>
    <item>
      <title>SQL load data - value changed by QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222414#M75087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this one&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load FIRMANR, ARTNR, text(ARTNR) as ARTNR_t, GROEP1;&lt;/P&gt;&lt;P&gt;SQL SELECT FIRMANR, ARTNR, GROEP1 FROM PUB.ARTI;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222414#M75087</guid>
      <dc:creator />
      <dc:date>2009-10-22T19:27:51Z</dc:date>
    </item>
    <item>
      <title>SQL load data - value changed by QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222415#M75088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Artikel:&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Load&lt;BR /&gt; FIRMANR,&lt;BR /&gt; ARTNR,&lt;BR /&gt; text(ARTNR) as ARTNR_t,&lt;BR /&gt; GROEP1&lt;BR /&gt; ;&lt;BR /&gt; SQL SELECT&lt;BR /&gt; FIRMANR,&lt;BR /&gt; ARTNR,&lt;BR /&gt; GROEP1&lt;BR /&gt; FROM PUB.ARTI;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Text() is a QV function, so it must be placed into a Load statement rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222415#M75088</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2009-10-22T19:30:56Z</dc:date>
    </item>
    <item>
      <title>SQL load data - value changed by QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222416#M75089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off course.&lt;/P&gt;&lt;P&gt;Thx a lot Saran and Héctor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yves.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-load-data-value-changed-by-QlikView/m-p/222416#M75089</guid>
      <dc:creator />
      <dc:date>2009-10-22T19:41:44Z</dc:date>
    </item>
  </channel>
</rss>

