<?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: Conditional formatting in JMP 17 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Conditional-formatting-in-JMP-17/m-p/620467#M81971</link>
    <description>&lt;P&gt;I think this is not intended behavior. I have reported this. Thanks for your report.&lt;BR /&gt;Meanwhile, you can change conditional formatting rule with JSL.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Preferences(
	Conditional Formatting Rules(
		RuleSet(
			RuleName( "Capability Index" ),
			LessThan(
				Value( 1 ),
				Inclusive( 0 ),
				Format( Back Color( "Red" ), TextAlpha( 1 ) )
			),
			Range(
				MinValue( 1 ),
				MaxValue( 1.33 ),
				InclusiveStart( 1 ),
				InclusiveEnd( 1 ),
				EndBackColor( "Yellow" ),
				Format( Back Color( "Yellow" ) )
			),
			GreaterThan(
				Value( 1.33 ),
				Inclusive( 0 ),
				Format( Back Color( "Green" ), TextAlpha( 1 ) )
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Apr 2023 02:37:03 GMT</pubDate>
    <dc:creator>yuichi_katsumur</dc:creator>
    <dc:date>2023-04-06T02:37:03Z</dc:date>
    <item>
      <title>Conditional formatting in JMP 17</title>
      <link>https://community.jmp.com/t5/Discussions/Conditional-formatting-in-JMP-17/m-p/617928#M81746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I updated the Cpk color codes at conditional formatting in Preferences &amp;gt; Reports &amp;gt; Conditional format rule &amp;gt; Capability Index. After the change is made, I clicked Apply and Okay to close the window. However, the color codes will return to default after I restart JMP 17. I had to update the conditional formatting again. How do I save this for good in JMP 17? I don't have this issue in JMP 16.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dennis&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 20:54:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Conditional-formatting-in-JMP-17/m-p/617928#M81746</guid>
      <dc:creator>jerfuwu</dc:creator>
      <dc:date>2023-06-10T20:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting in JMP 17</title>
      <link>https://community.jmp.com/t5/Discussions/Conditional-formatting-in-JMP-17/m-p/620467#M81971</link>
      <description>&lt;P&gt;I think this is not intended behavior. I have reported this. Thanks for your report.&lt;BR /&gt;Meanwhile, you can change conditional formatting rule with JSL.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Preferences(
	Conditional Formatting Rules(
		RuleSet(
			RuleName( "Capability Index" ),
			LessThan(
				Value( 1 ),
				Inclusive( 0 ),
				Format( Back Color( "Red" ), TextAlpha( 1 ) )
			),
			Range(
				MinValue( 1 ),
				MaxValue( 1.33 ),
				InclusiveStart( 1 ),
				InclusiveEnd( 1 ),
				EndBackColor( "Yellow" ),
				Format( Back Color( "Yellow" ) )
			),
			GreaterThan(
				Value( 1.33 ),
				Inclusive( 0 ),
				Format( Back Color( "Green" ), TextAlpha( 1 ) )
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Apr 2023 02:37:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Conditional-formatting-in-JMP-17/m-p/620467#M81971</guid>
      <dc:creator>yuichi_katsumur</dc:creator>
      <dc:date>2023-04-06T02:37:03Z</dc:date>
    </item>
  </channel>
</rss>

