<?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 converted to scientific notation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224413#M621878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do want to keep it as text.&amp;nbsp; When I use Num(), I lose some of the data.&amp;nbsp; When I use Text(), I still see scientific notation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 17:09:50 GMT</pubDate>
    <dc:creator>cliff_clayman</dc:creator>
    <dc:date>2017-03-16T17:09:50Z</dc:date>
    <item>
      <title>Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224407#M621872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field that is a text field in my SQL table.&amp;nbsp; I went to great lengths to ensure this field gets assigned as text in the database.&amp;nbsp; When I add it to my Qlikview report, some of the values are still showing as scientific notation.&amp;nbsp; I load many other fields into the report and I just do a SELECT * FROM TableName.&amp;nbsp; How can I LOAD the field as TEXT in the script and just call out the field(s) I want to make as text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224407#M621872</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-03-16T16:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224408#M621873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be load like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Num(GLAcct) as GLAcct;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT GLAcct FROM dbo.GRIR_Main;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224408#M621873</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T16:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224409#M621874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I load all the rest of the fields without specifically listing them all out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224409#M621874</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-03-16T17:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224410#M621875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or do you want to keep it as text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Text(GLAcct) as GLAcct;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SELECT GLAcct FROM dbo.GRIR_Main;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224410#M621875</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-16T17:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224411#M621876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(GLAcct) as GLAcct1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SELECT GLAcct FROM dbo.GRIR_Main;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DROP Field &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;GLAcct&lt;/STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;RENAME Field &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;GLAcct1&lt;/STRONG&gt; as &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;GLAcct&lt;/STRONG&gt;;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224411#M621876</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T17:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224412#M621877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have not tried this, but you can give this a try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TempTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Num(0) as GLAcct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT GLAcct FROM dbo.GRIR_Main;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Table TempTable;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224412#M621877</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T17:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224413#M621878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do want to keep it as text.&amp;nbsp; When I use Num(), I lose some of the data.&amp;nbsp; When I use Text(), I still see scientific notation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224413#M621878</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-03-16T17:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224414#M621879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does not work as I do not get any fields to display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224414#M621879</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-03-16T17:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224415#M621880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No fields show up? Not even &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GLAcct&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224415#M621880</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T17:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224416#M621881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TempTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Num(0) as GLAcct&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;AutoGenerate 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;SELECT &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt; FROM dbo.GRIR_Main;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;DROP Table TempTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224416#M621881</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224417#M621882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224417#M621882</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-03-16T17:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224418#M621883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the above script, the second load is concatenated to first and gets dropped. You need to use a 'No Concatenate' statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224418#M621883</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2017-03-16T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data converted to scientific notation</title>
      <link>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224419#M621884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing out, but the script above is SELECT * and not SELECT GLAccts... so in this case it isn't required anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-converted-to-scientific-notation/m-p/1224419#M621884</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-16T17:31:57Z</dc:date>
    </item>
  </channel>
</rss>

