<?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: Issue with text values dropping leading zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881624#M1331550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this was helpful as well for another issue. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 14:35:20 GMT</pubDate>
    <dc:creator>l_palacios</dc:creator>
    <dc:date>2015-05-27T14:35:20Z</dc:date>
    <item>
      <title>Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881616#M1331537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an output issue where a text value that has a&amp;nbsp; leading zero gets converted to numeric and the zero is dropped whenever a file exceeds 50000 rows of data in excel. Is there a way to fix this? I have updated document preferences in the presentation section to treat as "mixed" as well as the properties in the pivot tables. It only happens when the export exceeds 50k and exporting to excel. Is there a workaround or a fix for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881616#M1331537</guid>
      <dc:creator>l_palacios</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881617#M1331540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It probably happens when you have more than 65536 records. That's when Qlikview starts exporting to csv format. CSV doesn't contain formatting so no leading zero's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try reading some of the results from this search: &lt;A href="/t5/forums/searchpage/tab/message?q=leading zero export format"&gt;https://community.qlik.com/search.jspa?q=leading+zero+export+format&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Perhaps one of the solutions is what you're looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 16:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881617#M1331540</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881618#M1331542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Will start reading through that link. I do have more than 65k rows that I need returned. How can this be handled to include all the rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 16:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881618#M1331542</guid>
      <dc:creator>l_palacios</dc:creator>
      <dc:date>2015-05-18T16:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881619#M1331543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have character columns or text values from a source you should always tell QlikView not to interpret the values but keep them as text by wrapping the column/field in the Text()-function ... then it should stay as text in QlikView too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(product_id) AS product_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Products.XLSX] ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I always recommend people to do that to make sure that QlikView doesn't mess up your character/text fields by misreading them as numbers... QlikView is a bit too eager to be helpful sometimes - but this is mistaken politeness.&lt;/P&gt;&lt;P&gt;Just tell QlikView - thank you - but no thanks by using the Text()-function. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 16:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881619#M1331543</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-18T16:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881620#M1331545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it an XLSX-file you are reading? I can't seem to reproduce your problem... reading much more than 50000 rows without a problem and if it is really a text in Excel it is read in as text in QlikView and keeping the leading zeros too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 17:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881620#M1331545</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-18T17:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881621#M1331547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're looking at the wrong end of the beast. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; He's exporting, not importing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 17:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881621#M1331547</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881622#M1331548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; sorry about that ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 17:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881622#M1331548</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-18T17:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881623#M1331549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Worries ☺.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 19:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881623#M1331549</guid>
      <dc:creator>l_palacios</dc:creator>
      <dc:date>2015-05-18T19:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with text values dropping leading zero</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881624#M1331550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this was helpful as well for another issue. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 14:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-text-values-dropping-leading-zero/m-p/881624#M1331550</guid>
      <dc:creator>l_palacios</dc:creator>
      <dc:date>2015-05-27T14:35:20Z</dc:date>
    </item>
  </channel>
</rss>

