<?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: How to convert Number to Text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611285#M225597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Text() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text(YourNumberField) as FieldName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 13:21:04 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-23T13:21:04Z</dc:date>
    <item>
      <title>How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611279#M225591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have to convert 16 digit number into text.Because Csv&amp;amp;Excel supports only 15digit numeric number.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ex:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;4567321789012347(qlikview) this number coming&amp;nbsp; like 4567321789012340(csv&amp;amp;excel) . last digit coming ZERO&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611279#M225591</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-04-23T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611280#M225592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611280#M225592</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-23T13:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611281#M225593</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;Did you try Text(Number_Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611281#M225593</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2014-04-23T13:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611282#M225594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its the Qlik result you want use TEXT(NUMBERFIELD) AS TextNumField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611282#M225594</guid>
      <dc:creator />
      <dc:date>2014-04-23T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611283#M225595</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;Try using num# function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num#(4567321789012347,'###########,###')&lt;/P&gt;&lt;P&gt;Or text function()&lt;/P&gt;&lt;P&gt;text(4567321789012347)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of them worked for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611283#M225595</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-04-23T13:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611284#M225596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text(YourNumberField) as YourNumberField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611284#M225596</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-23T13:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611285#M225597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Text() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text(YourNumberField) as FieldName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611285#M225597</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-23T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611286#M225598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sample code:&lt;/P&gt;&lt;P&gt;b:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sno, name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286155, chiru&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286156, pathi&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;b1:&lt;/P&gt;&lt;P&gt;LOAD text(sno) as sno,&lt;/P&gt;&lt;P&gt;name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident b;&lt;/P&gt;&lt;P&gt;DROP Table b;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE b1 into b.csv(txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In b.csv file iam getting &lt;/P&gt;&lt;P&gt;sno&lt;/P&gt;&lt;P&gt;8520000197286150,&lt;/P&gt;&lt;P&gt;8520000197286150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last digit coming ZERO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611286#M225598</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-04-23T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611287#M225599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sample code:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sno, name&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286155, chiru&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286156, pathi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD text(sno) as sno,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident b;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Table b;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE b1 into b.csv(txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In b.csv file iam getting&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sno&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;last digit coming ZERO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611287#M225599</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-04-23T13:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611288#M225600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sample code:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sno, name&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286155, chiru&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286156, pathi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD text(sno) as sno,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident b;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Table b;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE b1 into b.csv(txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In b.csv file iam getting&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sno&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;last digit coming ZERO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611288#M225600</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-04-23T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611289#M225601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sample code:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sno, name&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286155, chiru&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286156, pathi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD text(sno) as sno,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident b;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Table b;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE b1 into b.csv(txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In b.csv file iam getting&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sno&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;last digit coming ZERO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611289#M225601</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-04-23T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611290#M225602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sample code:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sno, name&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286155, chiru&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8520000197286156, pathi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;b1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD text(sno) as sno,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident b;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Table b;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE b1 into b.csv(txt,delimiter is ',');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In b.csv file iam getting&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sno&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8520000197286150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;last digit coming ZERO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611290#M225602</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-04-23T13:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611291#M225603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a problem within Excel and not QlikView. The only way in which I can see to do this is to put some form of character on the from of the exported number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that Excel will always convert a number type of field into a number and then it does not have enough significant places to hold the full number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the best that I can do is prepend an alphabetic character to the front of the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: even using the single quote at the front of the number does not work the way that Excel would normally operate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible a different CodePage may work but I have not tried that approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611291#M225603</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-23T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611292#M225604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thyank..u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 14:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611292#M225604</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-04-23T14:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611293#M225605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in csv iam getting&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57827_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 00:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611293#M225605</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-24T00:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611294#M225606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I tried your sample, seems excel 2003 will &lt;STRONG&gt;display &lt;/STRONG&gt;8520000197286150, but since it's csv file, if you open the file by notepad, the data was stored as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno,name&lt;/P&gt;&lt;P&gt;8520000197286155,chiru&lt;/P&gt;&lt;P&gt;8520000197286156,pathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, i believe it just an excel display issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 02:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611294#M225606</guid>
      <dc:creator />
      <dc:date>2014-04-24T02:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611295#M225607</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;Usually I put another delimiter, like tabulation, so that I can choose format when I convert csv in xlsx. Otherwise, you can try Text(YourNumber) or ''&amp;amp;YourNumber and then store into csv (txt, delimiter is ',', msq).&lt;/P&gt;&lt;P&gt;The msq will put quotes around your number-text and force Excel to interpret it as text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 12:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611295#M225607</guid>
      <dc:creator />
      <dc:date>2014-04-24T12:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert Number to Text</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611296#M225608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TEXT()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 12:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-Number-to-Text/m-p/611296#M225608</guid>
      <dc:creator />
      <dc:date>2014-04-24T12:45:38Z</dc:date>
    </item>
  </channel>
</rss>

