<?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 Tabulate is not producing expected output in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893935#M105482</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;I have a bunch of data tables with genomic data in them.&amp;nbsp; Each one has a varying number of columns with the snp name as the name of the column and the nominal responses are either a 0, 1 or 2. The data type is nominal. Each row is a different patient and I have been using tabulate to create a summary of the mean of a continuous variable for each category of 0, 1 or 2.&lt;/P&gt;
&lt;P&gt;A proper output looks like screenshot 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-12 at 10.30.40 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80195iD2381AC3F151F567/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-12 at 10.30.40 AM.png" alt="Screenshot 2025-08-12 at 10.30.40 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But for some reason one data table is not putting the 0,1 and 2 as columns in the tabulate, but rather as rows under each snp.&amp;nbsp; Looks like screenshot 2.&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="Screenshot 2025-08-12 at 10.32.24 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80196iA86854719C78300D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-12 at 10.32.24 AM.png" alt="Screenshot 2025-08-12 at 10.32.24 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;I tried making a script of the correct one to bring into the incorrect one to manually change it but JMP crashes each time I try to do that.&amp;nbsp; The correct table script says Row Table( columns by categories... and the incorrect one says Row Table( Grouping columns...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, when I simply save the script from the correct one after the tabulate is complete, and then try to run it again, it simply opens an empty tabluate window, not one prepopulated with the data I used to generate the script.&amp;nbsp; And then JMP promptly crashes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to save a script to make a tabulate without the grouping columns format and to populate the data columns in the script?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using JMP 17.0.0 on a Mac computer.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2025 18:03:10 GMT</pubDate>
    <dc:creator>MaureenS</dc:creator>
    <dc:date>2025-08-12T18:03:10Z</dc:date>
    <item>
      <title>Tabulate is not producing expected output</title>
      <link>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893935#M105482</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;I have a bunch of data tables with genomic data in them.&amp;nbsp; Each one has a varying number of columns with the snp name as the name of the column and the nominal responses are either a 0, 1 or 2. The data type is nominal. Each row is a different patient and I have been using tabulate to create a summary of the mean of a continuous variable for each category of 0, 1 or 2.&lt;/P&gt;
&lt;P&gt;A proper output looks like screenshot 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-12 at 10.30.40 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80195iD2381AC3F151F567/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-12 at 10.30.40 AM.png" alt="Screenshot 2025-08-12 at 10.30.40 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But for some reason one data table is not putting the 0,1 and 2 as columns in the tabulate, but rather as rows under each snp.&amp;nbsp; Looks like screenshot 2.&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="Screenshot 2025-08-12 at 10.32.24 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80196iA86854719C78300D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-12 at 10.32.24 AM.png" alt="Screenshot 2025-08-12 at 10.32.24 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;I tried making a script of the correct one to bring into the incorrect one to manually change it but JMP crashes each time I try to do that.&amp;nbsp; The correct table script says Row Table( columns by categories... and the incorrect one says Row Table( Grouping columns...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, when I simply save the script from the correct one after the tabulate is complete, and then try to run it again, it simply opens an empty tabluate window, not one prepopulated with the data I used to generate the script.&amp;nbsp; And then JMP promptly crashes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to save a script to make a tabulate without the grouping columns format and to populate the data columns in the script?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using JMP 17.0.0 on a Mac computer.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 18:03:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893935#M105482</guid>
      <dc:creator>MaureenS</dc:creator>
      <dc:date>2025-08-12T18:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate is not producing expected output</title>
      <link>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893957#M105487</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/54786"&gt;@MaureenS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give us an example of what your original data table looks like including what the data type and modeling type is for the SNPs (since they are columns).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 15:39:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893957#M105487</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2025-08-12T15:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate is not producing expected output</title>
      <link>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893960#M105488</link>
      <description>&lt;P&gt;here is a piece of it as a screenshot.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-12 at 11.42.05 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80197i315A1CEDC36929E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-12 at 11.42.05 AM.png" alt="Screenshot 2025-08-12 at 11.42.05 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I may have found a workaround without trying to use scripts.&amp;nbsp; Funny how when you look at instructions (user guide online) you learn things.&amp;nbsp; I've always known about options under red triangles, but apparently you can right click on the column name and get more options. One is to combine tables, (columns by categories).&amp;nbsp; This did what I wanted.&amp;nbsp; Apparently the issue was lots of missing data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mac people don't tend to think of right clicking on things.&amp;nbsp; It's kind of crummy that there are hidden options with no indicator like the red triangle.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 18:04:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893960#M105488</guid>
      <dc:creator>MaureenS</dc:creator>
      <dc:date>2025-08-12T18:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate is not producing expected output</title>
      <link>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893961#M105489</link>
      <description>&lt;P&gt;Yup, that was the thing to do. Order of operations helps as well. That option would not appear if you had your traits on the top as columns then try to put your SNPs as rows. When I save script to data table and try to reopen, it gives me the same blank tabulate window and it crashes for 17.2.0. and in JMP 18.2.2 for me. But in JMP 19.0.0 coming in September, nothing crashes when saving script to data table and it is properly populated when re-running the table script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it still crashing and opening as a blank table when you re-run the script/table script?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 16:19:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tabulate-is-not-producing-expected-output/m-p/893961#M105489</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2025-08-12T16:19:08Z</dc:date>
    </item>
  </channel>
</rss>

