<?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 Convert Numeric field to Text in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187466#M51125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try loading it as Text in the first place:&lt;/P&gt;&lt;P&gt;LOAD text(SKU) as SKU,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;Then SKU will be loaded as Text file in QlikView dcument itself. Should export to Excel fine then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Mar 2010 02:00:16 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2010-03-21T02:00:16Z</dc:date>
    <item>
      <title>Convert Numeric field to Text in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187465#M51124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have SKU, which appears in many tables, that are 14 digit numbers (ex: 10071179001233). When exporting to Excel it turns to scientific notation. Is there anyway in the script to convert every occurrence of the SKU field that gets loaded to be converted or CAST to text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 18:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187465#M51124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-19T18:41:03Z</dc:date>
    </item>
    <item>
      <title>Convert Numeric field to Text in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187466#M51125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try loading it as Text in the first place:&lt;/P&gt;&lt;P&gt;LOAD text(SKU) as SKU,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;Then SKU will be loaded as Text file in QlikView dcument itself. Should export to Excel fine then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 02:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187466#M51125</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-03-21T02:00:16Z</dc:date>
    </item>
    <item>
      <title>Convert Numeric field to Text in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187467#M51126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Rakesh. Yes, that changed it to text but it still went to Excel as a number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 05:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187467#M51126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-21T05:14:55Z</dc:date>
    </item>
    <item>
      <title>Convert Numeric field to Text in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187468#M51127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up just using this as the dimension expression in the chart I'm exporting. Not very elegant but it works.&lt;/P&gt;&lt;P&gt;=text(SKU&amp;amp;Chr(32))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 05:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187468#M51127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-21T05:33:31Z</dc:date>
    </item>
    <item>
      <title>Convert Numeric field to Text in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187469#M51128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange! But atleast you found a workaround. I wouldn't do it in the dimensin though. I would rather create another field ad load it as TEXT(SKU &amp;amp; chr(32)) as SOMETHING, and then use SOMETHING in the dim. That will keep my chart faster atleast.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 13:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187469#M51128</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-03-21T13:27:27Z</dc:date>
    </item>
    <item>
      <title>Convert Numeric field to Text in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187470#M51129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didn't work either for some reason. So I just assigned that calculation to a variable and use the variable in each object that I need SKU. Thanks for you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Mar 2010 15:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Numeric-field-to-Text-in-Script/m-p/187470#M51129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-21T15:20:50Z</dc:date>
    </item>
  </channel>
</rss>

