<?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: Vertically stack/concatenate columns with different row numbers into a single new column on the same data table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599200#M80271</link>
    <description>&lt;P&gt;The easiest way in JMP to stack the data in the same data table is actually to stack the data as I suggested in my previous post, and then to use&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Update&lt;/P&gt;
&lt;P&gt;to attach the stacked data back onto the original data table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel the need to warn you, that the resulting JMP data table will not be ideal for use in JMP.&amp;nbsp; Therefore, I assume you are looking to move the data back to Excel.&amp;nbsp; A data table has fixed rows and columns, while a spreadsheet is cell based. In a spreadsheet, data, headings, or formulas can be placed in any cell. In a data table, the structure organizes data for analysis. This structure is used by JMP analysis and graphing platforms.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Column Headings Column names are column headings.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Columns Columns contain data and are assigned one data type. Basic columns are either numeric or character. If a column contains both character and numeric data, the entire column’s data type is character, and the numbers are treated as character data.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 18:36:10 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-02-09T18:36:10Z</dc:date>
    <item>
      <title>Vertically stack/concatenate columns with different row numbers into a single new column on the same data table</title>
      <link>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599156#M80266</link>
      <description>&lt;P&gt;I have a data table with multiple columns (data imported from Excel).&lt;/P&gt;&lt;P&gt;Each column has different number of rows items.&lt;/P&gt;&lt;P&gt;I want to stack data from every column under each other in a newly created column.&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;P&gt;(The stack sequence is not important as long as all data is there, but is column 1, column 2 ...column N is preferable)&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:37:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599156#M80266</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-06-08T16:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Vertically stack/concatenate columns with different row numbers into a single new column on the same data table</title>
      <link>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599180#M80267</link>
      <description>&lt;P&gt;SO you want to have a whole bunch of empty rows below your current data?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I'd have to ask why? THis seems strange to me.&amp;nbsp; You could table stack and then cartesian join back to your original data table but that seems odd.&amp;nbsp; Can you make an example table of what you expect it to look like?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 17:20:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599180#M80267</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2023-02-09T17:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Vertically stack/concatenate columns with different row numbers into a single new column on the same data table</title>
      <link>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599183#M80268</link>
      <description>&lt;P&gt;Use&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Stack&lt;/P&gt;
&lt;P&gt;If you want to get rid of the rows with blank data, once all of the columns are stacked, you can go in and select one of the blank cells.&amp;nbsp; Then right click and select&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Select Matching Cells&lt;/P&gt;
&lt;P&gt;JMP will then select all rows where the cell you clicked on matches.&lt;/P&gt;
&lt;P&gt;You can then move left to the Row State column, hover over one of the selected rows, Right Click and select&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Delete Rows&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 17:34:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599183#M80268</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-02-09T17:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Vertically stack/concatenate columns with different row numbers into a single new column on the same data table</title>
      <link>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599188#M80269</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2610"&gt;@vince_faller&lt;/a&gt;&amp;nbsp;&amp;nbsp;Perhaps I did not phrase my question properly. I do not see where you got the "empty rows"&amp;nbsp; from.&lt;/P&gt;&lt;P&gt;I have col-1, col-2, col-3 ...col-N.&lt;/P&gt;&lt;P&gt;Row entries in columns are different (data imported/loaded from Excel).&lt;/P&gt;&lt;P&gt;I want to stack the data with col-1 at the top, then col-2 below it, then col-3 below it and so on. This I want to do in a newly created Colum in the same data table where the original data is. How to achieve this?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 17:55:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599188#M80269</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-02-09T17:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vertically stack/concatenate columns with different row numbers into a single new column on the same data table</title>
      <link>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599200#M80271</link>
      <description>&lt;P&gt;The easiest way in JMP to stack the data in the same data table is actually to stack the data as I suggested in my previous post, and then to use&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Update&lt;/P&gt;
&lt;P&gt;to attach the stacked data back onto the original data table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel the need to warn you, that the resulting JMP data table will not be ideal for use in JMP.&amp;nbsp; Therefore, I assume you are looking to move the data back to Excel.&amp;nbsp; A data table has fixed rows and columns, while a spreadsheet is cell based. In a spreadsheet, data, headings, or formulas can be placed in any cell. In a data table, the structure organizes data for analysis. This structure is used by JMP analysis and graphing platforms.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Column Headings Column names are column headings.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Columns Columns contain data and are assigned one data type. Basic columns are either numeric or character. If a column contains both character and numeric data, the entire column’s data type is character, and the numbers are treated as character data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 18:36:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertically-stack-concatenate-columns-with-different-row-numbers/m-p/599200#M80271</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-02-09T18:36:10Z</dc:date>
    </item>
  </channel>
</rss>

