<?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 Color a specific cell in a Number Column Box after it has been appended to another Table Box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Color-a-specific-cell-in-a-Number-Column-Box-after-it-has-been/m-p/657827#M84716</link>
    <description>&lt;P&gt;I have a data table column box that I want to individually color specific cells of once it is appended to a table. Coloring the cells before I add it to the table, removes the color once it is appended. I have also tried background color function and cant get that to work either. thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

New Window("test",
	
	OutputHLB = H List Box( dt &amp;lt;&amp;lt; Get as Report() )
);

dt2 = Open( "$Sample_Data/Cities.jmp" );

OutputHLB[Table Box(1)] &amp;lt;&amp;lt; Append (Data Table Col Box(dt2:POP));
OutputHLB[Table Box( 1 )][6][1] &amp;lt;&amp;lt; Color Cells ( "Red" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 12 Jul 2023 17:20:37 GMT</pubDate>
    <dc:creator>Mewbornn</dc:creator>
    <dc:date>2023-07-12T17:20:37Z</dc:date>
    <item>
      <title>Color a specific cell in a Number Column Box after it has been appended to another Table Box</title>
      <link>https://community.jmp.com/t5/Discussions/Color-a-specific-cell-in-a-Number-Column-Box-after-it-has-been/m-p/657827#M84716</link>
      <description>&lt;P&gt;I have a data table column box that I want to individually color specific cells of once it is appended to a table. Coloring the cells before I add it to the table, removes the color once it is appended. I have also tried background color function and cant get that to work either. thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

New Window("test",
	
	OutputHLB = H List Box( dt &amp;lt;&amp;lt; Get as Report() )
);

dt2 = Open( "$Sample_Data/Cities.jmp" );

OutputHLB[Table Box(1)] &amp;lt;&amp;lt; Append (Data Table Col Box(dt2:POP));
OutputHLB[Table Box( 1 )][6][1] &amp;lt;&amp;lt; Color Cells ( "Red" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jul 2023 17:20:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-a-specific-cell-in-a-Number-Column-Box-after-it-has-been/m-p/657827#M84716</guid>
      <dc:creator>Mewbornn</dc:creator>
      <dc:date>2023-07-12T17:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Color a specific cell in a Number Column Box after it has been appended to another Table Box</title>
      <link>https://community.jmp.com/t5/Discussions/Color-a-specific-cell-in-a-Number-Column-Box-after-it-has-been/m-p/657845#M84719</link>
      <description>&lt;P&gt;You might have to use Col Box to color single cell or maybe conditional formatting. One more option would be to rebuild the table box from data table and color the cells there before using &amp;lt;&amp;lt; get as report to the new table.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 17:44:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Color-a-specific-cell-in-a-Number-Column-Box-after-it-has-been/m-p/657845#M84719</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-07-12T17:44:25Z</dc:date>
    </item>
  </channel>
</rss>

