<?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: Thousands Separator with High Numbers in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664143#M85249</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1701"&gt;@dale_lehman&lt;/a&gt;: I tried both of your fixes and it does not work :(&lt;/img&gt; the characters are giving incorrect values when I use these fixes and the thousands separator does not show up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the attempt!&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 17:18:57 GMT</pubDate>
    <dc:creator>Maerawlings</dc:creator>
    <dc:date>2023-07-31T17:18:57Z</dc:date>
    <item>
      <title>Thousands Separator with High Numbers</title>
      <link>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664097#M85246</link>
      <description>&lt;P&gt;Hello! I have a Numeric Column which has up to 21 characters (i.e. 123145678915487615423) and I have the Column Properties set as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Numeric&lt;/P&gt;&lt;P&gt;Continuous&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Width: 21&lt;/P&gt;&lt;P&gt;Use thousands separator checked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the highest character numbers are showing as 1.234567891546e+20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I want it to show as:&amp;nbsp;123,145,678,915,487,615,423&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to change many aspects, such as the modeling type, the format, data type, and the width.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great! (I am using JMP17.0.0)&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:24:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664097#M85246</guid>
      <dc:creator>Maerawlings</dc:creator>
      <dc:date>2023-07-31T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Thousands Separator with High Numbers</title>
      <link>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664107#M85247</link>
      <description>&lt;P&gt;You can do that, sort of. You might not want to because you might be suggesting non-existent accuracy.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;format(123456789101112131415161718192021,"Fixed Dec", Use thousands separator( 1 ), 60, 0)
//    "123,456,789,101,112,139,099,124,663,320,576"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Notice there are only 15 to 16 significant digits; the remainder are garbage. This is a function of the IEEE 8-byte double precision floating point representation that can only represent an integer up to about 2^53==9007199254740992 (all 15 digit integers and most 16 digit integers.)&lt;/P&gt;
&lt;P&gt;The 60, above, probably will break down around 100 as well. It does include the commas.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:49:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664107#M85247</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-07-31T15:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Thousands Separator with High Numbers</title>
      <link>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664140#M85248</link>
      <description>&lt;P&gt;Isn't width =21 insufficient for what you want?&amp;nbsp; I think (tell me if I'm wrong) that the commas count in the width.&amp;nbsp; Also (and I think this is the main issue) change the "Best" to "Fixed Decimal" and it should work.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 17:11:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664140#M85248</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2023-07-31T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Thousands Separator with High Numbers</title>
      <link>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664143#M85249</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1701"&gt;@dale_lehman&lt;/a&gt;: I tried both of your fixes and it does not work :(&lt;/img&gt; the characters are giving incorrect values when I use these fixes and the thousands separator does not show up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the attempt!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 17:18:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664143#M85249</guid>
      <dc:creator>Maerawlings</dc:creator>
      <dc:date>2023-07-31T17:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Thousands Separator with High Numbers</title>
      <link>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664149#M85250</link>
      <description>&lt;P&gt;It works for me - see attached.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 17:24:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Thousands-Separator-with-High-Numbers/m-p/664149#M85250</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2023-07-31T17:24:02Z</dc:date>
    </item>
  </channel>
</rss>

