<?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: Color Tabulate report based on other column value in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Color-Tabulate-report-based-on-other-column-value/m-p/528646#M75222</link>
    <description>&lt;P&gt;I think you have to do this with scripting and it will be easiest to first run Tabulate (or maybe Summary is even easier), then get rows which you want to color and then color those rows in specific columns&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

// get rows to color
rows_to_color = dt &amp;lt;&amp;lt; Get Rows Where(:height &amp;gt;= 65);

// color specific rows (rows_to_color) in specific column ("Age")
Column(dt, "Age") &amp;lt;&amp;lt; Color Cells("Red", rows_to_color);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Edit: Here are some older topics about coloring cells &lt;LI-MESSAGE title="Conditional formatting in a data table" uid="49972" url="https://community.jmp.com/t5/Discussions/Conditional-formatting-in-a-data-table/m-p/49972#U49972" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; , &lt;LI-MESSAGE title="Conditional formatting in a data table" uid="59099" url="https://community.jmp.com/t5/Discussions/Conditional-formatting-in-a-data-table/m-p/59099#U59099" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2022 08:45:05 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-08-01T08:45:05Z</dc:date>
    <item>
      <title>Color Tabulate report based on other column value</title>
      <link>https://community.jmp.com/t5/Discussions/Color-Tabulate-report-based-on-other-column-value/m-p/528641#M75221</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to&amp;nbsp;Color Tabulate report based on other column value (if needed result is higher then the second column then color it)&lt;/P&gt;&lt;P&gt;or maybe create the Tabulate and then convert it to data table or summery table and color it.&lt;/P&gt;&lt;P&gt;is there a way to do so?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;appreciate your support on this&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:52:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-Tabulate-report-based-on-other-column-value/m-p/528641#M75221</guid>
      <dc:creator>Hamal22</dc:creator>
      <dc:date>2023-06-10T23:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Color Tabulate report based on other column value</title>
      <link>https://community.jmp.com/t5/Discussions/Color-Tabulate-report-based-on-other-column-value/m-p/528646#M75222</link>
      <description>&lt;P&gt;I think you have to do this with scripting and it will be easiest to first run Tabulate (or maybe Summary is even easier), then get rows which you want to color and then color those rows in specific columns&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

// get rows to color
rows_to_color = dt &amp;lt;&amp;lt; Get Rows Where(:height &amp;gt;= 65);

// color specific rows (rows_to_color) in specific column ("Age")
Column(dt, "Age") &amp;lt;&amp;lt; Color Cells("Red", rows_to_color);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Edit: Here are some older topics about coloring cells &lt;LI-MESSAGE title="Conditional formatting in a data table" uid="49972" url="https://community.jmp.com/t5/Discussions/Conditional-formatting-in-a-data-table/m-p/49972#U49972" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; , &lt;LI-MESSAGE title="Conditional formatting in a data table" uid="59099" url="https://community.jmp.com/t5/Discussions/Conditional-formatting-in-a-data-table/m-p/59099#U59099" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 08:45:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-Tabulate-report-based-on-other-column-value/m-p/528646#M75222</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-08-01T08:45:05Z</dc:date>
    </item>
  </channel>
</rss>

