<?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: Large Integer formatting question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603251#M1113268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are also ideas out there for supporting more than 14 digits that you can vote up:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/ideas/3089" title="http://community.qlik.com/ideas/3089"&gt;http://community.qlik.com/ideas/3089&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 18:13:58 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-02-18T18:13:58Z</dc:date>
    <item>
      <title>Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603249#M1113266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New to QlikView and working with a database that I cannot change. Many of the fields I need to use for table linking are large integers. In the database (Sybase) the field looks like: 8826756202483417459. As it comes into QlikVIew it will look something like 8.0675375980436e+018. The formatting throws all linking off.&lt;/P&gt;&lt;P&gt;I have tried text(), I get a text value of the scientific notation. I have tried num(field,'####################') but I am getting a number that appears to be rounded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really sure how to address this w/in QlikView. Any help would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603249#M1113266</guid>
      <dc:creator>mlandsittel</dc:creator>
      <dc:date>2014-02-18T18:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603250#M1113267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview knows only one numeric data type, t&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;he 64-bit IEEE float which can only show 14 digits. You can try loading it as text. See this discussion: &lt;A href="https://community.qlik.com/message/390409"&gt;number of 17 digits&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603250#M1113267</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-18T18:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603251#M1113268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are also ideas out there for supporting more than 14 digits that you can vote up:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/ideas/3089" title="http://community.qlik.com/ideas/3089"&gt;http://community.qlik.com/ideas/3089&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603251#M1113268</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-18T18:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603252#M1113269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the Text() function returns the scientific notation as text, then I would guess that your ODBC driver/OLEDB provider does the rounding to 64-bit IEEE number and returns it as scientific notation. If it had been coming to QlikView as a string the Text() would not return scientific notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 21:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603252#M1113269</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-18T21:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603253#M1113270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood - is there anything in Qlik that would be similar to a cast function. I expected this problem based on experience with Crystal Reports-there I could use a cast("Table"."Field" as varchar) function - then join tables based on that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 21:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603253#M1113270</guid>
      <dc:creator>mlandsittel</dc:creator>
      <dc:date>2014-02-18T21:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603254#M1113271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no data types in QlikView, and consequently there is not cast function. But I think you can use any of the following to create unique keys:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autonumber(field)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hash256(field)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(field,14)&lt;/P&gt;&lt;P&gt;as long as you use&lt;EM&gt; the same&lt;/EM&gt; function in both tables that have this key...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative is to use the fact that the SELECT statement is evaluated by the DB, so if you make some transformation (similar to the ones above) inside the SELECT instead of inside the Load, you may be able to use a larger mantissa than what QlikView can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 22:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603254#M1113271</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-02-18T22:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603255#M1113272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to use the Evaluate() function instead of the Num() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&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; Evaluate(Column1) as Column;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select Column1 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 22:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603255#M1113272</guid>
      <dc:creator />
      <dc:date>2014-02-18T22:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Large Integer formatting question</title>
      <link>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603256#M1113273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm faced same problem, i resolve it in the ETL (SQL SELECT), retrieving the INTEGER field in VARCHAR, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example_table:&lt;/P&gt;&lt;P&gt;SQL SELECT *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;convert(varchar(), example_field_integer) AS Example_Field_string&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM example.dbo."example_table";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE &lt;SPAN style="font-size: 13.3333330154419px;"&gt;example_table &lt;/SPAN&gt;into $(VPath)\ETL\QVDs\&lt;SPAN style="font-size: 13.3333330154419px;"&gt;example_table&lt;/SPAN&gt;.qvd (qvd);&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;example_table&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope help you!&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-Integer-formatting-question/m-p/603256#M1113273</guid>
      <dc:creator>flanfranco</dc:creator>
      <dc:date>2015-03-02T17:24:30Z</dc:date>
    </item>
  </channel>
</rss>

