<?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 Exporting a Table with Spec Limits to Excel in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Exporting-a-Table-with-Spec-Limits-to-Excel/m-p/864038#M102794</link>
    <description>&lt;P&gt;I have a JMP data table with embedded Spec Limits and Notes.&amp;nbsp; Anyone ever export something like that to Excel and retain the Column Properties somehow?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2025 16:22:11 GMT</pubDate>
    <dc:creator>SpannerHead</dc:creator>
    <dc:date>2025-04-01T16:22:11Z</dc:date>
    <item>
      <title>Exporting a Table with Spec Limits to Excel</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-a-Table-with-Spec-Limits-to-Excel/m-p/864038#M102794</link>
      <description>&lt;P&gt;I have a JMP data table with embedded Spec Limits and Notes.&amp;nbsp; Anyone ever export something like that to Excel and retain the Column Properties somehow?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 16:22:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-a-Table-with-Spec-Limits-to-Excel/m-p/864038#M102794</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2025-04-01T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a Table with Spec Limits to Excel</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-a-Table-with-Spec-Limits-to-Excel/m-p/864063#M102796</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/53914"&gt;@SpannerHead&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can't directly export the spec limits but you could make a table with JSL and then save that table as an excel table.&amp;nbsp; If you want to do it without JSL you can use the Manage Limits platform to save out the spec limits to a JMP table and then save that to excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 17:27:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-a-Table-with-Spec-Limits-to-Excel/m-p/864063#M102796</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2025-04-01T17:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a Table with Spec Limits to Excel</title>
      <link>https://community.jmp.com/t5/Discussions/Exporting-a-Table-with-Spec-Limits-to-Excel/m-p/864097#M102800</link>
      <description>&lt;P&gt;To grab the notes, I used this.&amp;nbsp; I can export this separately to Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Current Data Table();

rej = dt &amp;lt;&amp;lt; Get Column Group( "REJ");

notes_list = {};

For( i = 1, i &amp;lt;= N Items( rej ), i++,
	prop = rej[i] &amp;lt;&amp;lt; Get Property( "Notes" );
		insert into(notes_list, prop);

);

dt = New Table( "Notes Data" );
dt &amp;lt;&amp;lt; New Column( "Parameter", Character, Values( rej ) );
dt &amp;lt;&amp;lt; New Column( "Notes", Character, Values( notes_list ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Apr 2025 18:30:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exporting-a-Table-with-Spec-Limits-to-Excel/m-p/864097#M102800</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2025-04-01T18:30:11Z</dc:date>
    </item>
  </channel>
</rss>

