<?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 Chang default numeric format in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Chang-default-numeric-format/m-p/225038#M44712</link>
    <description>&lt;P&gt;I have a fixed workstream where I import an excel file into JMP12. This file consists of mixed data type columns. My issue is with the format of the numeric columns. By default, JMP formats the column as "best" which is anything but (e.g. 1e-9 is displayed as 0.000000001). Is there a way to change the default number format to engineering rather than best?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 23:45:12 GMT</pubDate>
    <dc:creator>TheSource</dc:creator>
    <dc:date>2019-09-06T23:45:12Z</dc:date>
    <item>
      <title>Chang default numeric format</title>
      <link>https://community.jmp.com/t5/Discussions/Chang-default-numeric-format/m-p/225038#M44712</link>
      <description>&lt;P&gt;I have a fixed workstream where I import an excel file into JMP12. This file consists of mixed data type columns. My issue is with the format of the numeric columns. By default, JMP formats the column as "best" which is anything but (e.g. 1e-9 is displayed as 0.000000001). Is there a way to change the default number format to engineering rather than best?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 23:45:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Chang-default-numeric-format/m-p/225038#M44712</guid>
      <dc:creator>TheSource</dc:creator>
      <dc:date>2019-09-06T23:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chang default numeric format</title>
      <link>https://community.jmp.com/t5/Discussions/Chang-default-numeric-format/m-p/225049#M44714</link>
      <description>&lt;P&gt;I have not seen such an option, however, interactively, you can do a one step "Standardize Attributes"&amp;nbsp; or use the following script to make the changes:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();
colNames = dt &amp;lt;&amp;lt; get column names( continuous, string );
For( i = 1, i &amp;lt;= N Items( colNames ), i++,
	Column( dt, colNames[i] ) &amp;lt;&amp;lt; format( "scientific", 10, 3 )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 07 Sep 2019 00:04:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Chang-default-numeric-format/m-p/225049#M44714</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-09-07T00:04:55Z</dc:date>
    </item>
  </channel>
</rss>

