<?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: Need help to add Cp, Cpk Values as label in Red Box together with other statistics KPI in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773780#M95512</link>
    <description>&lt;P&gt;That is a wish list item asking for customizable summary statistics (that feature isn't yet in JMP).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To give good instructions I would need to know how your data is structured but the basic idea is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I had Cpk and Cp columns in my table&lt;/LI&gt;
&lt;LI&gt;added them to x-axis with height&lt;/LI&gt;
&lt;LI&gt;added caption box&lt;/LI&gt;
&lt;LI&gt;disabled Cp and Cpk from height and height from caption box&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 18 Jul 2024 04:18:51 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-07-18T04:18:51Z</dc:date>
    <item>
      <title>Need help to add Cp, Cpk Values as label in Red Box together with other statistics KPI</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773656#M95496</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ch_Mani23_0-1721240204658.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66268iA73EDA9526884DE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ch_Mani23_0-1721240204658.png" alt="Ch_Mani23_0-1721240204658.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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 18:18:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773656#M95496</guid>
      <dc:creator>Ch_Mani23</dc:creator>
      <dc:date>2024-07-17T18:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add Cp, Cpk Values as label in Red Box together with other statistics KPI</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773716#M95499</link>
      <description>&lt;P&gt;You can add the information you want by using &amp;lt;&amp;lt; Add Graphic Script to your Graph Builder.&amp;nbsp; Here is an example taken from the Scripting Index that shows how to add items to the FrameBox of the output display.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = Bivariate(
	Y( :weight ),
	X( :height ),
	FitLine
);
rbiv = biv &amp;lt;&amp;lt; report;
framebox = rbiv[frame box( 1 )];
framebox &amp;lt;&amp;lt;
Add Graphics Script(
	Transparency( 0.5 );
	Fill Color( {1.0, 0.5, 0.0} );
	Polygon( [60, 72, 57], [75, 120, 120] );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this example, it draws a polygon, in your example, you can change the polygon out for a Text() function.&amp;nbsp; Additionally, your output will have 4 FrameBoxes, one for each of the separate levels of your Y Grouping column.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 19:04:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773716#M95499</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-07-17T19:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add Cp, Cpk Values as label in Red Box together with other statistics KPI</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773722#M95502</link>
      <description>&lt;P&gt;With scripting you can most likely get the cleanest solution (Jim explained this option). But depending on your data, JMP version and so on... you might also be able to do it with Caption in graph builder&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1721239977734.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66267iEB6295FD4790C1A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_0-1721239977734.png" alt="jthi_0-1721239977734.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feature such as this&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Custom formulas for summary statistics that can be created then used in Tabulate, Distribution, Summary, Graph Builder etc. as well as Column functions (ex. Col GCV(:Column 1, :By Variable Column))" uid="594006" url="https://community.jmp.com/t5/JMP-Wish-List/Custom-formulas-for-summary-statistics-that-can-be-created-then/m-p/594006#U594006" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;would most likely make this very easy&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 20:03:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773722#M95502</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-17T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add Cp, Cpk Values as label in Red Box together with other statistics KPI</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773732#M95506</link>
      <description>&lt;P&gt;Hi jthi,&lt;/P&gt;&lt;P&gt;The graph format, you have shared will work from me. Clicked on the link given by you in msg....but didn't see a solution.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Custom-formulas-for-summary-statistics-that-can-be-created-then/idi-p/594006#U594006" target="_blank"&gt;Custom formulas for summary statistics that can be created then used in Tabulate... - JMP User Community&lt;/A&gt;&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-inline" image-alt="Ch_Mani23_0-1721255999217.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66269i3B173A7F5B242E5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ch_Mani23_0-1721255999217.png" alt="Ch_Mani23_0-1721255999217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it possible if can share the script for this graph to get idea ...how we are adding Cp, Cpk as label in this chart?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ch_Mani23_1-1721256055396.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66270i70A3A425988AA902/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ch_Mani23_1-1721256055396.png" alt="Ch_Mani23_1-1721256055396.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 22:41:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773732#M95506</guid>
      <dc:creator>Ch_Mani23</dc:creator>
      <dc:date>2024-07-17T22:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add Cp, Cpk Values as label in Red Box together with other statistics KPI</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773743#M95508</link>
      <description>&lt;P&gt;Thanks for suggestion txnelson.&amp;nbsp; I have idea about how to add ploygon. But,&amp;nbsp;I wish to add Cp Cpk statistics together with mean/Stdev Histogram Chart in Graph Builder. Could pls suggest how it can be done? jthi has shared the graph which has Cp Cpk values in it but not sure what Code/setting is needed to get such results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 22:48:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773743#M95508</guid>
      <dc:creator>Ch_Mani23</dc:creator>
      <dc:date>2024-07-17T22:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add Cp, Cpk Values as label in Red Box together with other statistics KPI</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773780#M95512</link>
      <description>&lt;P&gt;That is a wish list item asking for customizable summary statistics (that feature isn't yet in JMP).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To give good instructions I would need to know how your data is structured but the basic idea is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I had Cpk and Cp columns in my table&lt;/LI&gt;
&lt;LI&gt;added them to x-axis with height&lt;/LI&gt;
&lt;LI&gt;added caption box&lt;/LI&gt;
&lt;LI&gt;disabled Cp and Cpk from height and height from caption box&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 18 Jul 2024 04:18:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-to-add-Cp-Cpk-Values-as-label-in-Red-Box-together-with/m-p/773780#M95512</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-18T04:18:51Z</dc:date>
    </item>
  </channel>
</rss>

