<?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: Numeric Formats in Tabulate Platform in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/829075#M101094</link>
    <description>&lt;P&gt;I do not see a way to set the decimals with scientific formatting with a statistical column in Tabulate.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2025 22:36:40 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2025-01-23T22:36:40Z</dc:date>
    <item>
      <title>Numeric Formats in Tabulate Platform</title>
      <link>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/17916#M16336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to change the numeric formats in the tabulate platform, and I can't get it to do scientific notation or engineering SI.&amp;nbsp; Is it not possible?&amp;nbsp; I would also really like to reduce the number of significant digits.&amp;nbsp; I am able to change the number of significant digits for some columns, but in others where the value is 10^-7 (or something like that), I can't.&amp;nbsp; For example, in the HT2diffId All column under mean, I just have number signs even though I changed the format to scientific.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11320_pastedImage_0.png" style="width: 463px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2941iC8DF52CD4583E5B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11320_pastedImage_0.png" alt="11320_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11324_pastedImage_1.png" style="width: 417px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2942iD1217333497C565E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11324_pastedImage_1.png" alt="11324_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 02:22:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/17916#M16336</guid>
      <dc:creator>natalie_</dc:creator>
      <dc:date>2016-10-19T02:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Formats in Tabulate Platform</title>
      <link>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/357380#M60750</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6758"&gt;@natalie_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently experiencing the same issue. One work-around I found was to format the column, I wanted to tabulate data from, into the format I wanted e.g.:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Data Table(1);
dt:HT2diffId &amp;lt;&amp;lt; format("Engineering");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and then create the tabulated data.&lt;/P&gt;&lt;P&gt;I tried "Scientific", but that did not seem to introduce the change I wanted. "Engineering" or "Engineering SI" worked to an extent though the control of significant digits is a little off.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 10:23:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/357380#M60750</guid>
      <dc:creator>Enthusiastic</dc:creator>
      <dc:date>2021-02-09T10:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Formats in Tabulate Platform</title>
      <link>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/357382#M60751</link>
      <description>Try setting the columns in the data table you are using in the Tabulate to the format you want to be used in the final Tabulate table.  The formats should be brought forward.</description>
      <pubDate>Tue, 09 Feb 2021 10:53:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/357382#M60751</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-09T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Formats in Tabulate Platform</title>
      <link>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/378140#M62790</link>
      <description>&lt;P&gt;I found something that works, but I don't know why. Here is my original code. I'm creating a bunch of Tabulate tables by looping over the elements in testDataColumns:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Tabulate(
			Title("Summary"),
			Show Control Panel(0),
			Add Table(
				Column Table(
					Statistics( Min, Max, Median, Mean, Std Dev),
					Analysis Columns (:column(dt,testDataColumns[i]))
				),
				Row Table(Grouping Columns(:Mode))
			),
			Set Format(
				Min ( (:column(dt,testDataColumns[i]))(15, 3)),
				Max ( (:column(dt,testDataColumns[i]))(15, 3)),
				Median ( (:column(dt,testDataColumns[i]))(15, 3)),
				Mean ( (:column(dt,testDataColumns[i]))(15, 3)),
				Std Dev ( (:column(dt,testDataColumns[i]))(15, 3))
			)
		)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This does not work. Format is complete ignored. However, if I do this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;abba = (:column(dt,testDataColumns[i]));
Tabulate(
			Title("Summary"),
			Show Control Panel(0),
			Add Table(
				Column Table(
					Statistics( Min, Max, Median, Mean, Std Dev),
					Analysis Columns (:column(dt,testDataColumns[i]))
				),
				Row Table(Grouping Columns(:Mode))
			),
			Set Format(
				Min ( abba(15, 3)),
				Max ( abba(15, 3)),
				Median ( abba(15, 3)),
				Mean ( abba(15, 3)),
				Std Dev ( abba(15, 3))
			)
		)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Format is correctly applied.&lt;/P&gt;&lt;P&gt;Just thought I'd add this in case anyone could use it.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 08:54:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/378140#M62790</guid>
      <dc:creator>Enthusiastic</dc:creator>
      <dc:date>2021-04-20T08:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Formats in Tabulate Platform</title>
      <link>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/829074#M101093</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In the Tabulate, it carry the format of the column i select, which is in scientific with 1 decimal place. But when it subject to statistic analysis like mean, the result shown as&amp;nbsp;scientific with 2 decimal place, while i want to keep it as&amp;nbsp;scientific with 1 decimal place. Just can't find the way to do that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 21:55:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/829074#M101093</guid>
      <dc:creator>PathCapybara797</dc:creator>
      <dc:date>2025-01-23T21:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Formats in Tabulate Platform</title>
      <link>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/829075#M101094</link>
      <description>&lt;P&gt;I do not see a way to set the decimals with scientific formatting with a statistical column in Tabulate.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 22:36:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Numeric-Formats-in-Tabulate-Platform/m-p/829075#M101094</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-01-23T22:36:40Z</dc:date>
    </item>
  </channel>
</rss>

