<?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: split data table without including excluded data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60804#M33086</link>
    <description>&lt;P&gt;Thank you for your &lt;SPAN&gt;prompt reply Jim. I will follow your suggestion.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jun 2018 17:11:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-21T17:11:03Z</dc:date>
    <item>
      <title>split data table without including excluded data</title>
      <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60797#M33083</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to split a data table that has some bad data in it. I have exleded those bad data in the original table, but I don't know why those data are showling up in split table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My script is bellow:&lt;/P&gt;&lt;P&gt;dt_daily &amp;lt;&amp;lt; New Column( "Outliers Exclusion", Numeric, Continuous, Formula( If( :Mahal. Distances &amp;gt; 1.96, 0, 1 ) ), eval formula );&lt;/P&gt;&lt;P&gt;dt_daily &amp;lt;&amp;lt; select where( :Outliers Exclusion == 0 ) &amp;lt;&amp;lt; exclude;&lt;BR /&gt;Wait( 0 );&lt;BR /&gt;dt_dailysplit = dt_daily &amp;lt;&amp;lt; Split( Split By( :EquipmentName ), Split( :Energy % from Controls ), Remaining Columns( drop all ) );&lt;BR /&gt;Wait( 0 );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dt_daily&amp;nbsp; is the original table, you can see that I did some exculsion over there.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dt_dailysplit&amp;nbsp;is the new split data table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:07:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60797#M33083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T16:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: split data table without including excluded data</title>
      <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60799#M33085</link>
      <description>&lt;P&gt;The Split platform appears to not support the "Excluded" state.&amp;nbsp; You will need to either delete the rows, or select the nonexcluded rows and then subset them to a new data table, and then split that data table.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:27:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60799#M33085</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-21T16:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: split data table without including excluded data</title>
      <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60804#M33086</link>
      <description>&lt;P&gt;Thank you for your &lt;SPAN&gt;prompt reply Jim. I will follow your suggestion.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:11:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60804#M33086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T17:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: split data table without including excluded data</title>
      <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60809#M33088</link>
      <description>&lt;P&gt;Hello Jim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to delete these data and am tring to subset them into a new table. Could you please give me some help on script part for select ing&amp;nbsp;&lt;SPAN&gt;nonexcluded rows and then subset them to a new data table?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks you so much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Winnie&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:27:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60809#M33088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T17:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: split data table without including excluded data</title>
      <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60814#M33091</link>
      <description>&lt;P&gt;Here is a simple example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();

dt &amp;lt;&amp;lt; select where( Excluded( Row State() ) == 0 );

dtSub = dt &amp;lt;&amp;lt; subset( selected rows( 1 ), selected columns( 0 ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To learn about how to set and use the various RowState capabilites, see the secion on Row States in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:47:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60814#M33091</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-06-21T17:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: split data table without including excluded data</title>
      <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60818#M33093</link>
      <description>&lt;P&gt;It is super helpful for me! Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:49:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/60818#M33093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T17:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: split data table without including excluded data</title>
      <link>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/644411#M84116</link>
      <description>&lt;P&gt;Related wish:&lt;BR /&gt;&lt;LI-MESSAGE title="Handling Hidden / Excluded rows / columns in Table-handling" uid="611402" url="https://community.jmp.com/t5/JMP-Wish-List/Handling-Hidden-Excluded-rows-columns-in-Table-handling/m-p/611402#U611402" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/19435"&gt;@MShroff&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;When using the Table-processing commands, it would be helpful to provide checkboxes in the dialog to determine how to handle hidden / excluded rows or columns. &lt;STRONG&gt;In particular, this is problematic with splitting tables.&lt;/STRONG&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 07:41:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/split-data-table-without-including-excluded-data/m-p/644411#M84116</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-27T07:41:12Z</dc:date>
    </item>
  </channel>
</rss>

