<?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: Data being altered from original source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-being-altered-from-original-source/m-p/385571#M1168077</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;When QlikView stores data in a field it references the first stored value for each repetition of this value, using the format of the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Field X&lt;/P&gt;&lt;P&gt;001&lt;/P&gt;&lt;P&gt;01&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView will interpret all these values as 1, but it will show as 001 in the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you have loaded a number 0021 in the serial no field before you get to the 21 which is why it's represented as 0021.&lt;/P&gt;&lt;P&gt;If you need to have the 0021 represented as is, I would suggest using Text() around the field name to load the values as different values.&lt;/P&gt;&lt;P&gt;Otherwise I would suggest stripping leading zeros from the serial no values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2012 07:36:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-05T07:36:29Z</dc:date>
    <item>
      <title>Data being altered from original source</title>
      <link>https://community.qlik.com/t5/QlikView/Data-being-altered-from-original-source/m-p/385570#M1168076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone assist or has seen this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am extracting data from a FoxPro table via ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some data, in this isntance a serial number field is having a 0 (zero) appended to the fron of the serial no (see attached document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 06:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-being-altered-from-original-source/m-p/385570#M1168076</guid>
      <dc:creator />
      <dc:date>2012-10-05T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data being altered from original source</title>
      <link>https://community.qlik.com/t5/QlikView/Data-being-altered-from-original-source/m-p/385571#M1168077</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;When QlikView stores data in a field it references the first stored value for each repetition of this value, using the format of the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Field X&lt;/P&gt;&lt;P&gt;001&lt;/P&gt;&lt;P&gt;01&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView will interpret all these values as 1, but it will show as 001 in the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you have loaded a number 0021 in the serial no field before you get to the 21 which is why it's represented as 0021.&lt;/P&gt;&lt;P&gt;If you need to have the 0021 represented as is, I would suggest using Text() around the field name to load the values as different values.&lt;/P&gt;&lt;P&gt;Otherwise I would suggest stripping leading zeros from the serial no values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 07:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-being-altered-from-original-source/m-p/385571#M1168077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T07:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data being altered from original source</title>
      <link>https://community.qlik.com/t5/QlikView/Data-being-altered-from-original-source/m-p/385572#M1168078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank for that information, wouldn't have found that in 100 years. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it is an inbuilt "feature".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The base data field is character (varchar) so the data needs to be represented as text in its original format so the TEXT() solution worked great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am off to fix this on the rest of my reports.&lt;/P&gt;&lt;P&gt;&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;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2012 00:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-being-altered-from-original-source/m-p/385572#M1168078</guid>
      <dc:creator />
      <dc:date>2012-10-06T00:17:41Z</dc:date>
    </item>
  </channel>
</rss>

