<?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 new data table including only certain :column values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13107#M12393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now I found a solution but if anyone knows a better way I would be the happiest person ever!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I've found to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have original table, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_RMAs = &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid rgb(0, 0, 0); font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: rgb(85, 85, 85); width: 384px;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;item&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;return_qty&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;value&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;failure&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;&lt;P&gt;stool&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;45.00&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Product&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;book&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;5&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;32.99&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Cust issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;laptop&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;439.99&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Product&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;dinner&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;12.99&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Cust issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;clock&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;24.00&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Broken by shipping&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a temp data table like so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_Temp =&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="132" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555; width: 227px; height: 134px;" width="225"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;Product&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;failure&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I run this after those two tables are assigned to their variables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_SubsetOfRMAsBy_ProductFailure = dt_RMAs &amp;lt;&amp;lt; Join(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With( dt_Temp ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; By Matching Columns( :failure = :failure ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop multiples( 0,0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name( "Include non-matches" ) ( 0,0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Preserve main table order( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output Table( "RMAs because of PRODUCT FAILURE" )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have an immediate issue with the name of the failure column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know a better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Loysius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jul 2015 19:49:56 GMT</pubDate>
    <dc:creator>loysius</dc:creator>
    <dc:date>2015-07-05T19:49:56Z</dc:date>
    <item>
      <title>Make new data table including only certain :column values</title>
      <link>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13106#M12392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is probably super easy but I'm stumped. I could just query the database again and filter out what I need and build my data table with that but I'd rather save bandwidth and query my table or filter it somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have a table like so&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid #000000; width: 386px; height: 138px;" width="384"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;item&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;return_qty&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;value&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;failure&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;stool&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Product&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;book&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32.99&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Cust issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;laptop&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;439.99&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Product&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;dinner&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12.99&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Cust issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;clock&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Broken by shipping&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a new table that only includes items with :failure = "Product"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried using the data filter to highlight :failure = "Product" and then using subset to make a new table with the highlighted. I didn't get it to work but I don't think it will be very scale-able in case I need to add more to this later on. If anyone has a solution or idea I'd very much appreciate any sort of help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy 4th of July to everyone and thank you for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sincerely,&lt;BR /&gt;&lt;/SPAN&gt;Loysius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2015 03:19:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13106#M12392</guid>
      <dc:creator>loysius</dc:creator>
      <dc:date>2015-07-04T03:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Make new data table including only certain :column values</title>
      <link>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13107#M12393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now I found a solution but if anyone knows a better way I would be the happiest person ever!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I've found to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have original table, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_RMAs = &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid rgb(0, 0, 0); font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: rgb(85, 85, 85); width: 384px;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;item&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;return_qty&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;value&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;failure&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;&lt;P&gt;stool&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;45.00&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Product&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;book&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;5&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;32.99&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Cust issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;laptop&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;439.99&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Product&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;dinner&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;12.99&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Cust issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;clock&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;24.00&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Broken by shipping&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a temp data table like so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_Temp =&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="132" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555; width: 227px; height: 134px;" width="225"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000;"&gt;Product&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;failure&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I run this after those two tables are assigned to their variables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt_SubsetOfRMAsBy_ProductFailure = dt_RMAs &amp;lt;&amp;lt; Join(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With( dt_Temp ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; By Matching Columns( :failure = :failure ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop multiples( 0,0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name( "Include non-matches" ) ( 0,0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Preserve main table order( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output Table( "RMAs because of PRODUCT FAILURE" )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have an immediate issue with the name of the failure column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know a better way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Loysius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 19:49:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13107#M12393</guid>
      <dc:creator>loysius</dc:creator>
      <dc:date>2015-07-05T19:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Make new data table including only certain :column values</title>
      <link>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13108#M12394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably do not want the column "failure" from the second table.&lt;/P&gt;&lt;P&gt;To do that, add the statement&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier; font-size: 12px; line-height: 1.5em;"&gt;&amp;nbsp; Select&lt;/SPAN&gt;&lt;STRONG style="font-family: Courier; font-size: 12px; line-height: 1.5em;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier; font-size: 12px; line-height: 1.5em;"&gt;all&lt;/SPAN&gt;&lt;STRONG style="font-family: Courier; font-size: 12px; line-height: 1.5em;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Courier; font-size: 12px; line-height: 1.5em;"&gt;to your script.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Courier;"&gt;&lt;SPAN style="font-size: 12px; line-height: 1.5em;"&gt;Then only all the &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;columns&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 1.5em;"&gt; from the main table will be added to the output table, and nothing from the second table.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 14:52:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13108#M12394</guid>
      <dc:creator>chungwei</dc:creator>
      <dc:date>2015-07-14T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Make new data table including only certain :column values</title>
      <link>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13109#M12395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an easy way to do this graphically after you have the full table.&amp;nbsp; Run Distribution on the Failure Column.&amp;nbsp; Then highlight, in the graph, the Product bar. Right click and create subset to get a subset that is linked to the original table.&amp;nbsp; You can save the subset (with a new name is best).&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9204_Subset_from_Distribution_highlighted_Product_Failure_.JPG" style="width: 849px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1817i159A5D2766C3B9D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9204_Subset_from_Distribution_highlighted_Product_Failure_.JPG" alt="9204_Subset_from_Distribution_highlighted_Product_Failure_.JPG" /&gt;&lt;/span&gt;&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="9205_Subset_You_Can_Save.JPG" style="width: 862px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1818iB4FFCBC79C8684BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9205_Subset_You_Can_Save.JPG" alt="9205_Subset_You_Can_Save.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:53:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-new-data-table-including-only-certain-column-values/m-p/13109#M12395</guid>
      <dc:creator>gail_massari</dc:creator>
      <dc:date>2016-10-18T23:53:00Z</dc:date>
    </item>
  </channel>
</rss>

