<?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 Clear cell colors in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Clear-cell-colors/m-p/820071#M99829</link>
    <description>&lt;P&gt;How do I script to clear all cell colors (not marker or row colors)? I know I can highlight all rows manually and right click and "clear color", but how I do this using script? Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2024 01:08:20 GMT</pubDate>
    <dc:creator>EndersGame</dc:creator>
    <dc:date>2024-12-02T01:08:20Z</dc:date>
    <item>
      <title>Clear cell colors</title>
      <link>https://community.jmp.com/t5/Discussions/Clear-cell-colors/m-p/820071#M99829</link>
      <description>&lt;P&gt;How do I script to clear all cell colors (not marker or row colors)? I know I can highlight all rows manually and right click and "clear color", but how I do this using script? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 01:08:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clear-cell-colors/m-p/820071#M99829</guid>
      <dc:creator>EndersGame</dc:creator>
      <dc:date>2024-12-02T01:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Clear cell colors</title>
      <link>https://community.jmp.com/t5/Discussions/Clear-cell-colors/m-p/820105#M99832</link>
      <description>&lt;P&gt;JMP is able to script that for you&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Clear color for selected cells
Data Table("Untitled") &amp;lt;&amp;lt; Select All Rows;
For Each({col}, {:Column 1, :Column 2}, col &amp;lt;&amp;lt; Color Cells(""));
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;so with slight modification&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;For Each({colname}, Current Data Table() &amp;lt;&amp;lt; Get Column Names("String"),
	Column(Current Data Table(), colname) &amp;lt;&amp;lt; Color Cells("");
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Dec 2024 05:30:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clear-cell-colors/m-p/820105#M99832</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-12-02T05:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Clear cell colors</title>
      <link>https://community.jmp.com/t5/Discussions/Clear-cell-colors/m-p/820112#M99837</link>
      <description>&lt;P&gt;Select the column(s) you want to Clear the Cell Colors from, and then go to&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Cols=&amp;gt;Clear Cell Colors&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1733117901869.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70771iE9FC1063024988D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1733117901869.png" alt="txnelson_0-1733117901869.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 05:38:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clear-cell-colors/m-p/820112#M99837</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-12-02T05:38:50Z</dc:date>
    </item>
  </channel>
</rss>

