<?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 Deleting columns in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Deleting-columns/m-p/4709#M4709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a bunch of new columns in a jmp datasheet and generate a summary table. I am doing all of this as a JMP script. Then I delete the new columns manually, exclude certain rows based on values in a column (manually) and rerun the earlier script. Is there a way to have jmp delete specific columns and exclude specific rows for me, as a script, instead of doing it manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2012 01:27:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-10T01:27:24Z</dc:date>
    <item>
      <title>Deleting columns</title>
      <link>https://community.jmp.com/t5/Discussions/Deleting-columns/m-p/4709#M4709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a bunch of new columns in a jmp datasheet and generate a summary table. I am doing all of this as a JMP script. Then I delete the new columns manually, exclude certain rows based on values in a column (manually) and rerun the earlier script. Is there a way to have jmp delete specific columns and exclude specific rows for me, as a script, instead of doing it manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 01:27:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Deleting-columns/m-p/4709#M4709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-10T01:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting columns</title>
      <link>https://community.jmp.com/t5/Discussions/Deleting-columns/m-p/4710#M4710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hay Ravi,&lt;/P&gt;&lt;P&gt;i thin there is a way, by what criteria do you want do to this? will need more information to help you.&lt;/P&gt;&lt;P&gt;ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 05:07:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Deleting-columns/m-p/4710#M4710</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2012-04-11T05:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting columns</title>
      <link>https://community.jmp.com/t5/Discussions/Deleting-columns/m-p/4711#M4711</link>
      <description>&lt;P&gt;Something like this should work: (though it may be more complicated depending on the condition you're using to exclude rows)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = data table("Your Table Name");
 
dt&amp;lt;&amp;lt; delete column(column("1st Column to Delete"));
dt&amp;lt;&amp;lt; delete column(column("2nd Column to Delete"));
 
dt&amp;lt;&amp;lt;select where(/*condition for excluding*/);
 
dt&amp;lt;&amp;lt;exclude;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:36:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Deleting-columns/m-p/4711#M4711</guid>
      <dc:creator>ptkguy</dc:creator>
      <dc:date>2018-06-15T12:36:29Z</dc:date>
    </item>
  </channel>
</rss>

