<?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: Make Combined Data Table - various Group By columns - is there a BUG? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Make-Combined-Data-Table-various-Group-By-columns-is-there-a-BUG/m-p/930273#M108725</link>
    <description>&lt;P&gt;Send a message to &lt;A href="https://community.jmp.com/t5/Support/ct-p/jmp-support" target="_blank" rel="noopener"&gt;JMP Support&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2026 22:22:24 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2026-02-10T22:22:24Z</dc:date>
    <item>
      <title>Make Combined Data Table - various Group By columns - is there a BUG?</title>
      <link>https://community.jmp.com/t5/Discussions/Make-Combined-Data-Table-various-Group-By-columns-is-there-a-BUG/m-p/930250#M108723</link>
      <description>&lt;P&gt;Let's run this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

fg = dt &amp;lt;&amp;lt; Fit Group(
	Bivariate(
		Y( :height ),
		X( :weight ),
		Group By(:age),
		Fit Line
	),
	Bivariate(
		Y( :height ),
		X( :weight ),
		Group By(:age),
		Fit Line
	),
	Bivariate(
		Y( :height ),
		X( :weight ),
		Group By(:age),
		Fit Line
	),		
	Bivariate(
		Y( :height ),
		X( :weight ),
		Group By(:sex),
		Fit Line
	),
	&amp;lt;&amp;lt;{Arrange in Rows( 4 )}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You'll get a Fit Group where the last Bivariate has a different Group By column (:sex instead of :age)&lt;/P&gt;
&lt;P&gt;Then let's click on the first "Summary of Fit" and select Make Combined Data Table.&lt;/P&gt;
&lt;P&gt;We'll see that the age column has missing values for the plot that has Group By column NOT :age, and there is no column called "sex"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Age column has missing values where Group By column is not Age" style="width: 577px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93654iD1E5CBA8384EE14A/image-size/large?v=v2&amp;amp;px=999" role="button" title="CombDataTable_BUG.png" alt="Age column has missing values where Group By column is not Age" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Age column has missing values where Group By column is not Age&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Seems like a bug. At least I did not expect that behavior.&lt;/P&gt;
&lt;P&gt;Group By column is also a variable - same as X or Y.&lt;/P&gt;
&lt;P&gt;I would expect it to either concatenate tables and have a column for for each Group By variable, or, to make further analysis easier - jsut stack them and output just two columns: Group By Name and Group By Value.&lt;BR /&gt;&lt;BR /&gt;If it's a bug - where would I submit it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 21:42:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-Combined-Data-Table-various-Group-By-columns-is-there-a-BUG/m-p/930250#M108723</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2026-02-10T21:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Make Combined Data Table - various Group By columns - is there a BUG?</title>
      <link>https://community.jmp.com/t5/Discussions/Make-Combined-Data-Table-various-Group-By-columns-is-there-a-BUG/m-p/930273#M108725</link>
      <description>&lt;P&gt;Send a message to &lt;A href="https://community.jmp.com/t5/Support/ct-p/jmp-support" target="_blank" rel="noopener"&gt;JMP Support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 22:22:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-Combined-Data-Table-various-Group-By-columns-is-there-a-BUG/m-p/930273#M108725</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-02-10T22:22:24Z</dc:date>
    </item>
  </channel>
</rss>

