<?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: Bad Stacking? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872770#M103698</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12313"&gt;@BHarris&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I was surprised just now to learn that if there are multiple split-columns for a given split-by column, then new numbered columns are created.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;if multiple split-columns are used, JMP creates the column names as a combination of the name of the split-column - and the entry of the split-by-Column:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1746958543116.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75712i6088FCF458C956D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1746958543116.png" alt="hogi_0-1746958543116.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I only one column is selected as split-column, the name of the split-column is not included in the column name:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1746958614612.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75713i407CDF2E76FC93CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1746958614612.png" alt="hogi_1-1746958614612.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;My colleagues roll their eyes when I start using Big Class to explain a functionality of JMP.&lt;BR /&gt;But it's a wonderful trick to use an &lt;U&gt;&lt;STRONG&gt;alternative data set&lt;/STRONG&gt;&lt;/U&gt; to play with the settings:&lt;BR /&gt;with "M" and "F" it's obvious what JMP is doing, no need to wonder about the "numbers" that appeared with the original data set.&lt;BR /&gt;&lt;BR /&gt;Big Class looks very simple, but it's complicated enough to explain&amp;nbsp; many of the details.&lt;BR /&gt;Just collinearities are missing ...&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 11 May 2025 15:49:31 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-05-11T15:49:31Z</dc:date>
    <item>
      <title>Bad Splitting?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869509#M103226</link>
      <description>&lt;P&gt;Suppose I have this table:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;Category&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;Item&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;Level&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;A&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;delta&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;A&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;foxtrot&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;A&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;hotel&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;B&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;juliet&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;B&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="30px"&gt;lima&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that Category=B, Item=2 is missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I try to "split" this table with "Split By" = Category and "Split Columns" = Level, and "Keep All", it returns this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Item&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;A&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;B&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;delta&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;juliet&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;foxtrot&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;lima&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;3&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;hotel&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that on the newly Split table, it shows that Item=2,Category=B is "lima", but that's incorrect -- that cell should be blank, and "lima" should be under Item=3,Category=B.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this user error, or is this a bug in JMP?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 17:57:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869509#M103226</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2025-07-10T17:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869522#M103227</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12313"&gt;@BHarris&lt;/a&gt;,&amp;nbsp;try using Item in group. &amp;nbsp;The result will be what you would expect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 17:45:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869522#M103227</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2025-04-22T17:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869523#M103228</link>
      <description>&lt;P&gt;Yes, that does seem to work.&lt;/P&gt;
&lt;P&gt;Can you explain what's going on?&amp;nbsp; I'd like to understand why the Group step was necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 17:49:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869523#M103228</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2025-04-22T17:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869534#M103229</link>
      <description>&lt;P&gt;Sure, Splitting without the group is doing it in a literal fashion by row and is not aware that Item has a missing component for category. &amp;nbsp;Group forces level to separate out by Item for each category by taking a look at Item first then Category.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From online help (&lt;A href="https://www.jmp.com/support/help/en/18.2/?os=mac&amp;amp;source=application#page/jmp/split-columns-in-data-tables.shtml" target="_blank"&gt;https://www.jmp.com/support/help/en/18.2/?os=mac&amp;amp;source=application#page/jmp/split-columns-in-data-tables.shtml&lt;/A&gt;:(&lt;/img&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="defTerm"&gt;Group&lt;/P&gt;
&lt;P class="defText"&gt;Specifies a Group variable when you want your data to be &lt;SPAN class="Search_Result_Highlight"&gt;split&lt;/SPAN&gt; within each group of the selected variable. Each group results in a row in the output table. You must also specify the required variables, &lt;SPAN class="Search_Result_Highlight"&gt;Split&lt;/SPAN&gt; By, and &lt;SPAN class="Search_Result_Highlight"&gt;Split&lt;/SPAN&gt; Columns.&lt;/P&gt;
&lt;P class="NoteIndent"&gt;&lt;SPAN class="Note"&gt;Note: &lt;/SPAN&gt;If the variable that you want to group by contains unequal groups or is in a random order, specifying it as the Group variable ensures that your data is restructured properly, and any missing values are assigned in the appropriate places.&lt;/P&gt;
&lt;P class="NoteIndent"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="NoteIndent"&gt;Otherwise you would have to put in an extra row and define Category and Item but leave Level blank for that row.&lt;/P&gt;
&lt;P class="NoteIndent"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="NoteIndent"&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 18:11:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/869534#M103229</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2025-04-22T18:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872308#M103630</link>
      <description>&lt;P&gt;The more I think about this, the less it makes sense.&amp;nbsp; I don't understand why split would behave like that under any circumstance -- almost like the developers simply nested some loops and hoped that the data would fall in the right spots...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm left wondering if (a) I'm still too dumb to understand the underlying rationale for this behavior, (b) this was implemented this way to offer high performance (fast splits on large tables) where the inputs are full-factorial and the user is expected to know that assumption is being made, or (c) it's really just a bug that needs to be submitted/fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I won't be offended if it's (a).&amp;nbsp; ;)&lt;/img&gt; )&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 18:03:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872308#M103630</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2025-05-07T18:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872349#M103634</link>
      <description>&lt;P&gt;Can you elaborate on your thoughts?&lt;BR /&gt;&lt;BR /&gt;I would argue in the opposite direction:&lt;BR /&gt;If the input data is well structured, you can Split, without taking any care.&lt;BR /&gt;&lt;BR /&gt;If the input data is not well structured - but has some grouping information in addition, there is always the possibility to use this grouping information to tell JMP what it should do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What doesn't work:&lt;BR /&gt;&lt;U&gt;the user&lt;/U&gt; knows the grouping information (there is the column) but doesn't tell JMP (via the GUI).&lt;BR /&gt;Then it's no wonder that JMP doesn't use the grouping information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[there are other cases where JMP applies some guesses | auto correction - and the user wonders about the creativity].&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2025 19:50:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872349#M103634</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-10T19:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872354#M103636</link>
      <description>&lt;P&gt;What's your take on the data set provided in the original question?&amp;nbsp; Is it "well structured"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what's your take on JMPs current behavior when splitting that table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My understanding is that "Split By" columns are those with values that you want to end up in the new table's column headers, and "Split Columns" are the columns whose values you want to end up in those new columns' cells.&amp;nbsp;&amp;nbsp;I still don't understand what "grouping" means in this context.&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 22:03:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872354#M103636</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2025-05-07T22:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872355#M103637</link>
      <description>&lt;P&gt;Your initial data table is "well structured".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Grouping concept can be thought about in terms as to what rows in the input data table are to be grouped together to define a specific output row.&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 22:16:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872355#M103637</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-05-07T22:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872376#M103639</link>
      <description>&lt;P&gt;Another way to explain:&lt;BR /&gt;&lt;BR /&gt;Your columns "Category" and&amp;nbsp; "Level" (alone)&amp;nbsp; are &lt;STRONG&gt;&lt;EM&gt;not&lt;/EM&gt; &lt;/STRONG&gt;well structured - one needs some additional information like&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12313"&gt;@BHarris&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;Note that Category=B, Item=2 is missing.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;to inform others about the fact:&amp;nbsp; between row #5 and row #6 something is missing.&lt;BR /&gt;&lt;BR /&gt;Case #1:&lt;BR /&gt;The user doesn't tell JMP about the existence of the column "Item" ("Item" is not used in the GUI **)&lt;BR /&gt;Then JMP doesn't have enough knowledge to do the job properly.&lt;BR /&gt;&lt;BR /&gt;Case #2:&lt;BR /&gt;There is a 3rd drop zone. It allows the user to use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12313"&gt;@BHarris&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;Note that Category=B, Item=2 is missing.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;in a structured way -&amp;nbsp; as a &lt;STRONG&gt;grouping&lt;/STRONG&gt; column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Grouping" fits very well to what you want:&lt;BR /&gt;Provide JMP with additional information so that entries can be placed into specific rows, determined not by the &lt;FONT face="courier new,courier"&gt;Rank(row(), Categories)&lt;/FONT&gt; of the input data, but grouped via grouping columns.&lt;BR /&gt;&lt;BR /&gt;**) edit:&lt;BR /&gt;"Item" &lt;U&gt;is&lt;/U&gt; used in the GUI - implicitly via&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Keep All&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;but this is too "passive" - see below.&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2025 19:52:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872376#M103639</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-10T19:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872703#M103690</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;-- you've jarred something loose here, the idea that I wasn't including the Item column anywhere in the interface, and therefore there's an implication that maybe the Split algorithm isn't even really aware of its existence.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I was believing that *all* columns were important in the Split operation, and it was trying to maintain all relationships where possible, e.g. that "lima" was also only associated with item "3".&amp;nbsp; Now I'm left trying to figure out if all of the other columns should be grouping columns if I'm doing "Keep all"...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Someday I hope to achieve the status of JMP-Master, and be fully enlightened, and perhaps then it will make sense why JMP doesn't implicitly use all other "Kept" columns in the Group role.&amp;nbsp; Until then, it will likely continue to make me nervous, as its behavior for me in these conditions isn't obvious, results in faulty output data under conditions that may be hard to identify, and is not well-enough documented for me to understand.&amp;nbsp; At least that nervousness will keep me more alert in the future when using it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx.&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 21:46:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872703#M103690</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2025-05-09T21:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872720#M103691</link>
      <description>&lt;P&gt;You mentioned it, but maybe it helps to write it explicitly:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;JMP applies the rule:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;- Group&lt;/STRONG&gt;: Keep &lt;U&gt;and use for grouping&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;- Keep&lt;/STRONG&gt;: keep (~ don't drop)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12313"&gt;@BHarris&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Now I'm left trying to figure out if all of the other columns should be grouping columns if I'm doing "Keep all"...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I guess: yes.&lt;BR /&gt;You could try both ways, check the differences - and then decide.&lt;BR /&gt;Group helps you to "structure" the data. If the data is already structured, it doesn't hurt. If it is not structured, it will guarantee a meaningful output.&lt;BR /&gt;With&amp;nbsp;&lt;STRONG&gt;Keep&lt;/STRONG&gt;&amp;nbsp;you have to know very precisely what you are doing. Below are some examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These little discussions in the community help a lot to understand - to challenge and polish the user's knowledge.&lt;BR /&gt;Here is a &lt;LI-MESSAGE title="Collection of &amp;amp;quot;funny&amp;amp;quot; Jmp newbie questions" uid="559009" url="https://community.jmp.com/t5/Discussions/Collection-of-quot-funny-quot-Jmp-newbie-questions/m-p/559009#U559009" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; that came up in our user coaching sessions. I've collected them to help other users understand JMP. Many of the questions are just rhetoric one - they illustrate that sometimes it's just the "JMP slang" that makes understanding JMP logic non-trivial.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12313"&gt;@BHarris&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Until then, it will likely continue to make me nervous, as its behavior for me in these conditions isn't obvious, results in faulty output data under conditions that may be hard to identify, and is not well-enough documented for me to understand.&amp;nbsp; At least that nervousness will keep me more alert in the future when using it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree. It's very important to "know what JMP is doing" - and to know it down to a level of detail that the user feels &lt;EM&gt;&lt;STRONG&gt;capable&lt;/STRONG&gt; &lt;/EM&gt;to do the right thing. Not nervous, not surprised. If something unexpected happens, a user starts to feel anxious -&amp;nbsp; where are the other&amp;nbsp;&amp;nbsp;&lt;LI-MESSAGE title="Places where Jmp does something unexpected" uid="699820" url="https://community.jmp.com/t5/Discussions/Caution-Places-where-Jmp-does-something-unexpected/m-p/699820#U699820" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;?!?!&lt;/P&gt;
&lt;P&gt;Maybe there is a great feature in JMP, but it annoys or frightens users&amp;nbsp; - at least those who don't expect what JMP does ...&lt;BR /&gt;Having a map of these trap doors can help users escape them. Every JMP user should have such a map to "feel safe" working with JMP.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Even if the details are well documented - JMP is soooo powerful, at the same time there is too litte and too much documentation!&lt;BR /&gt;This makes it difficult to find the right information. The &lt;STRONG&gt;&lt;A href="https://marketplace.jmp.com/appdetails/LearnBot" target="_blank" rel="noopener"&gt;LearnBot&lt;/A&gt; &lt;/STRONG&gt;makes it much easier now, but it still does not know all the details.&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2025 19:54:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872720#M103691</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-10T19:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872723#M103692</link>
      <description>&lt;P&gt;&lt;SPAN&gt;An extreme case for Split:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Keep&lt;/STRONG&gt;: name&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;no &lt;STRONG&gt;grouping&lt;/STRONG&gt; column&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1746858820638.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75676iE5355221D60EA723/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1746858820638.png" alt="hogi_1-1746858820638.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With sex = M, F,&amp;nbsp;2 rows are merged into one row and many "names" are lost:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1746864850514.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75678iE9A06C975B66A5FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1746864850514.png" alt="hogi_0-1746864850514.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;&lt;EM&gt;first&lt;/EM&gt;&lt;/STRONG&gt; *) item wins, so we start with female names, the corresponding male names are dropped.&lt;BR /&gt;All male names? no -- at the end, there are some male students left.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*) There is &lt;STRONG&gt;NO&lt;/STRONG&gt; universal rule which holds for all tables platforms:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;which value will be kept and which value will be lost.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Join also keeps the &lt;EM&gt;&lt;STRONG&gt;first&lt;/STRONG&gt; &lt;/EM&gt;value (and doesn't care about subsequent values).&lt;BR /&gt;Update "keeps" every single value - and overwrites the previous entry - the &lt;EM&gt;&lt;STRONG&gt;last&lt;/STRONG&gt; &lt;/EM&gt;one "sticks".&lt;BR /&gt;This is why Tables/Update is so slow (it can take hours to execute the command):&amp;nbsp;&lt;LI-MESSAGE title="Speed up Tables/Update" uid="652189" url="https://community.jmp.com/t5/JMP-Wish-List/Speed-up-Tables-Update/m-p/652189#U652189" 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;</description>
      <pubDate>Sat, 10 May 2025 08:15:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872723#M103692</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-10T08:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872728#M103693</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The &lt;STRONG&gt;&lt;EM&gt;first&lt;/EM&gt;&lt;/STRONG&gt; *) item wins&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;oops&amp;nbsp; ... this is just true for columns added via &lt;STRONG&gt;Keep&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For the &lt;STRONG&gt;Split Columns&lt;/STRONG&gt;, Split behaves like Update: &lt;EM&gt;the &lt;STRONG&gt;last&lt;/STRONG&gt; one "sticks".&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to illustrate it with this example where I marked the "name" entries and the M/F split entries which end up in the final data set. One can see:&lt;BR /&gt;- columns added via &lt;STRONG&gt;Keep&lt;/STRONG&gt;&amp;nbsp;(like name) :&amp;nbsp;&lt;STRONG&gt;Rank=1&lt;/STRONG&gt;&amp;nbsp;(take first one, skip subsequent ones)&lt;/P&gt;
&lt;P&gt;- rows added via&amp;nbsp;&lt;STRONG&gt;Split Columns &lt;/STRONG&gt;( height --&amp;gt; M/F):&amp;nbsp;&lt;STRONG&gt;RankReverse=1 &lt;/STRONG&gt;(last one "sticks")&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1746956974003.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75710i327C38B140E412A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1746956974003.png" alt="hogi_1-1746956974003.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 May 2025 09:49:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872728#M103693</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-11T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872731#M103694</link>
      <description>&lt;P&gt;The behavior follows a logic, but one can argue whether the logic is straightforward / expected by every user : )&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRIKE&gt;I wonder if Keep All is the right choice as default? If JMP starts with&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1746867028288.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75681iD6A165E0392487FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1746867028288.png" alt="hogi_0-1746867028288.png" /&gt;&lt;/span&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;... then a user who activates the option &lt;STRONG&gt;Keep All&lt;/STRONG&gt; can consult the documentation to be sure that it does what he wants.&lt;/STRIKE&gt;&lt;BR /&gt;&lt;STRIKE&gt;JMP could even&amp;nbsp; show a warning: &lt;STRONG&gt;"Are you sure that you want to use Keep? better use Group?"&lt;/STRONG&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;edit:&lt;/STRONG&gt; sorry, I proposed what is already there:&lt;BR /&gt;This Platform already starts in "safe mode", with the "Drop all" setting.&lt;BR /&gt;And once the user activates "keep all", JMP SHOWS a warning [the one in post N-2].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;________________________________________________&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Under the line: No surprises | anxiety for users who don't use the option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Much more dangerous than Split: &lt;STRONG&gt;Tables /Update&lt;/STRONG&gt;&lt;BR /&gt;The default interface also starts with "All"&amp;nbsp;&lt;BR /&gt;a) for Add Columns&lt;/P&gt;
&lt;P&gt;b)&amp;nbsp; for Replace columns (!)&lt;BR /&gt;&lt;BR /&gt;Some years ago, I considered it dangerous enough to write an AddIn which replaces the default settings with:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1746867175838.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75682i79692D10E96545A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1746867175838.png" alt="hogi_1-1746867175838.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The additional befit: with this change the platform doesn't start with a setting that tries to Update thousands of columns.&lt;BR /&gt;This makes it orders of magnitude faster than the original one : )&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Speed-up-Tables-Update/idc-p/653334/highlight/true#M4531" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMP-Wish-List/Speed-up-Tables-Update/idc-p/653334/highlight/true#M4531&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 May 2025 09:50:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872731#M103694</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-11T09:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872734#M103695</link>
      <description>&lt;P&gt;I added the topic to&amp;nbsp;&lt;LI-MESSAGE title="Caution: Places where Jmp does something unexpected" uid="699820" url="https://community.jmp.com/t5/Discussions/Caution-Places-where-Jmp-does-something-unexpected/m-p/699820#U699820" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1746868428925.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75684i10360E3E11CFCCFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1746868428925.png" alt="hogi_0-1746868428925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2025 09:14:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872734#M103695</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-10T09:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872746#M103696</link>
      <description>&lt;P&gt;I'd love to see an animation someday that shows what split (and stack) are doing.&amp;nbsp; I imagine the split-by column values being pushed up into the column headers, and the split-columns getting pushed into the cells of those new columns.&amp;nbsp; (I was surprised just now to learn that if there are multiple split-columns for a given split-by column, then new numbered columns are created.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the real interesting part comes when there are conflicts, e.g. multiple values trying to end up in the same cell.&amp;nbsp; JMP does give a warning that this is happening (which is great!), but this whole post came about from a dataset that looked like it was being split correctly, but after I dug into it I realized it wasn't, and I had ignored that warning because I didn't understand it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My 2 cents, the warning should be changed from: "Multiple rows, possibly with different values, of the columns to be kept are mapped to the same row in the split table. Only one value of each column is retained."&amp;nbsp; ---&amp;gt; to:&amp;nbsp; "Multiple values being mapped to the same cell; only one is kept."&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2025 23:20:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872746#M103696</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2025-05-10T23:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bad Stacking?</title>
      <link>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872770#M103698</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12313"&gt;@BHarris&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I was surprised just now to learn that if there are multiple split-columns for a given split-by column, then new numbered columns are created.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;if multiple split-columns are used, JMP creates the column names as a combination of the name of the split-column - and the entry of the split-by-Column:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1746958543116.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75712i6088FCF458C956D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1746958543116.png" alt="hogi_0-1746958543116.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I only one column is selected as split-column, the name of the split-column is not included in the column name:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1746958614612.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75713i407CDF2E76FC93CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1746958614612.png" alt="hogi_1-1746958614612.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;My colleagues roll their eyes when I start using Big Class to explain a functionality of JMP.&lt;BR /&gt;But it's a wonderful trick to use an &lt;U&gt;&lt;STRONG&gt;alternative data set&lt;/STRONG&gt;&lt;/U&gt; to play with the settings:&lt;BR /&gt;with "M" and "F" it's obvious what JMP is doing, no need to wonder about the "numbers" that appeared with the original data set.&lt;BR /&gt;&lt;BR /&gt;Big Class looks very simple, but it's complicated enough to explain&amp;nbsp; many of the details.&lt;BR /&gt;Just collinearities are missing ...&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 May 2025 15:49:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Bad-Splitting/m-p/872770#M103698</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-05-11T15:49:31Z</dc:date>
    </item>
  </channel>
</rss>

