<?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: JMP Report Table Cell Coloring in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730184#M91297</link>
    <description>&lt;P&gt;I don't think it's a big problem. When I use JMP 17.2 and highlight a cell in my dataset, the color doesn't change according to my selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="thiennguyen_0-1709715271867.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61865iE6AD45CE972DFE59/image-size/large?v=v2&amp;amp;px=999" role="button" title="thiennguyen_0-1709715271867.png" alt="thiennguyen_0-1709715271867.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 Mar 2024 08:56:49 GMT</pubDate>
    <dc:creator>thiennguyen</dc:creator>
    <dc:date>2024-03-06T08:56:49Z</dc:date>
    <item>
      <title>JMP Report Table Cell Coloring</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730145#M91293</link>
      <description>&lt;P&gt;Does anyone know if there is an option in JMP Pro 17.2 to make the report from a data table highlight the same way as was done in JMP14?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an image that shows JMP14 on the left, and JMP17 on the right -- selecting rows in the table on JMP17 obscures any cell coloring that the report had.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;desired behavior from JMP14 (left) and incorrect behavior from JMP17 (right):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErraticAttack_0-1709693638843.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61844i157C48F3603D1EB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErraticAttack_0-1709693638843.png" alt="ErraticAttack_0-1709693638843.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the script I used:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt:NAME &amp;lt;&amp;lt; Color Cells( "Orange", 3 );
jmp_report = New Window( "Big Class",
	&amp;lt;&amp;lt;show menu( 0 ),
	&amp;lt;&amp;lt;show toolbar( 0 ),
	Text Box( "Big Class" ),
	H List Box(
		Outline Box( "Big Class", dt &amp;lt;&amp;lt; Get As Report ),
		Outline Box( "Big Class", dt &amp;lt;&amp;lt; Get As Report )
	), 

);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I hope I'm missing something, but I fear that it's just how JMP operates now.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 03:06:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730145#M91293</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2024-03-06T03:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Report Table Cell Coloring</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730162#M91294</link>
      <description>&lt;P&gt;I have replicated your findings in JMP 14 and JMP `17.&amp;nbsp; &amp;nbsp;JMP 18 has the same result as JMP 17.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 04:18:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730162#M91294</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-06T04:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Report Table Cell Coloring</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730163#M91295</link>
      <description>&lt;P&gt;Thanks for checking on JMP18 -- I was wondering about it.&amp;nbsp; I need to see if I can request this feature in the next dot version of JMP18&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 04:24:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730163#M91295</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2024-03-06T04:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Report Table Cell Coloring</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730184#M91297</link>
      <description>&lt;P&gt;I don't think it's a big problem. When I use JMP 17.2 and highlight a cell in my dataset, the color doesn't change according to my selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="thiennguyen_0-1709715271867.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61865iE6AD45CE972DFE59/image-size/large?v=v2&amp;amp;px=999" role="button" title="thiennguyen_0-1709715271867.png" alt="thiennguyen_0-1709715271867.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Mar 2024 08:56:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730184#M91297</guid>
      <dc:creator>thiennguyen</dc:creator>
      <dc:date>2024-03-06T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Report Table Cell Coloring</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730364#M91317</link>
      <description>&lt;P&gt;You're using a data table box -- not a data table report.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 17:54:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Report-Table-Cell-Coloring/m-p/730364#M91317</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2024-03-06T17:54:45Z</dc:date>
    </item>
  </channel>
</rss>

