<?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: How to create seperate table of selective Variability gauge chart GRR report and Linearity and Bias Report in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20222#M18441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked.&amp;nbsp; As you work through the second report, keep in mind that when you have a By variable, you'll have a Display Box for each By group. Use an index to reference the report for each By group.&amp;nbsp; If there was a By group in the example I used above, in order to access the report layer for each, my code might have looked like this:&lt;/P&gt;&lt;P&gt;LBL1a = repvar&lt;STRONG&gt;[1]&lt;/STRONG&gt;["Gauge....]&amp;nbsp; for the first "By" group, and&lt;/P&gt;&lt;P&gt;LBL1b = repvar&lt;STRONG&gt;[2]&lt;/STRONG&gt;["Gauge....] for the second "By" group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2016 15:21:02 GMT</pubDate>
    <dc:creator>jerry_cooper</dc:creator>
    <dc:date>2016-09-02T15:21:02Z</dc:date>
    <item>
      <title>How to create seperate table of selective Variability gauge chart GRR report and Linearity and Bias Report</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20219#M18438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do i create a seperate table for Variability gauge Report GRR for selective items in the report&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;First Report&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12666_pastedImage_5.png" style="width: 1153px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3663i6C6BC0CEDF10C58F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12666_pastedImage_5.png" alt="12666_pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Current JMP Script to display First Report &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Clear Globals();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;popup = Dialog(&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Enter specification tolerance",&lt;/P&gt;&lt;P&gt;&amp;nbsp; selection = editnumber(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; "Select Reproducibility Factor",&lt;/P&gt;&lt;P&gt;&amp;nbsp; selection1 = combobox("Equipment","Operator"),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Button( "Ok" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Button( "Cancel" ));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( popup["Button"] == -1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Throw( "cancel" ));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;specrange = popup["Selection"];&lt;/P&gt;&lt;P&gt;reproducibility=popup["Selection1"];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column( 1 ) &amp;lt;&amp;lt; modeling type( nominal );&lt;/P&gt;&lt;P&gt;Column( 2 ) &amp;lt;&amp;lt; modeling type( nominal ) &amp;lt;&amp;lt; Set name(eval(if(reproducibility==1,"Equipment","Operator")));&lt;/P&gt;&lt;P&gt;Column( 3 ) &amp;lt;&amp;lt; modeling type( continuous );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var=Variability Chart(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y( Column (3) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; X( Column (2) , Column (1) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Model( "Crossed" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Max Iter( 20 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Analysis Type( Name( "Choose best analysis (EMS REML Bayesian)" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Historical Sigma( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Connect Cell Means( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Show Group Means( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Show Grand Mean( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Std Dev Chart( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Gauge RR( 5.15, specrange, 0, 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Gauge RR Report( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Show Box Plots( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Mean Plots( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Std Dev Plots( 1 )&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;var &amp;lt;&amp;lt; Set Report Title("GRR Results")&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #575757; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #575757; text-decoration: underline;"&gt;______________________________________________________________________________________________________________________________________________&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #575757; text-decoration: underline;"&gt;Second Report&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How do i create a seperate table for Variability gauge Report (linearty and Bias report)&amp;nbsp; for selective items in the report&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12667_pastedImage_10.png" style="width: 1217px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3664i74E03339FF943F62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12667_pastedImage_10.png" alt="12667_pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;JMP Script for second report&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Clear Globals();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column( 1 ) &amp;lt;&amp;lt; modeling type( nominal );&lt;/P&gt;&lt;P&gt;Column( 2 ) &amp;lt;&amp;lt; modeling type( continuous );&lt;/P&gt;&lt;P&gt;Column( 3 ) &amp;lt;&amp;lt; modeling type( continuous );&lt;/P&gt;&lt;P&gt;Column( 4 ) &amp;lt;&amp;lt; modeling type( nominal );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var=Variability Chart(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y( Column(3) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; X( Column(2) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; By( Column(4) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Analysis Type( Name( "Choose best analysis (EMS REML Bayesian)" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Standard( Column(2) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Connect Cell Means( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Show Group Means( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Show Grand Mean( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Std Dev Chart( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Show Box Plots( 1 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Bias Report,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Linearity Study( 0.05 )&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;var &amp;lt;&amp;lt; Set Report Title("Linearity/Bias Results")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:57:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20219#M18438</guid>
      <dc:creator>aravindan880</dc:creator>
      <dc:date>2016-10-19T03:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create seperate table of selective Variability gauge chart GRR report and Linearity and Bias Report</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20220#M18439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a better way, but this produces the result you're after.&amp;nbsp; The trick is to expose the Tree Structure of the report or outline box that contains the information you want. Right-click on the outline's disclosure button and select Edit-&amp;gt;Show Tree Structure:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12673_pastedImage_0.png" style="width: 451px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3669iD16CDFAD18074EAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12673_pastedImage_0.png" alt="12673_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The resulting window will display the tree structure for the objects in the report so that you can reference them in your script. See below for the code that I appended to your script to produce the table for your first report:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;repvar &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; var &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG style="color: navy; font-size: 12pt; font-family: Consolas;"&gt;Report&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;LBL1 &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; repvar&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Gauge R&amp;amp;R"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;][&lt;/STRONG&gt;&lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;String Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 12pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;)]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;LBL2 &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; repvar&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Gauge R&amp;amp;R"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;][&lt;/STRONG&gt;&lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;String Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 12pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;)]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;VAL1 &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; repvar&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Gauge R&amp;amp;R"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;][&lt;/STRONG&gt;&lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;Number Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 12pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;)]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;VAL2 &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; repvar&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Gauge R&amp;amp;R"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;][&lt;/STRONG&gt;&lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;Number Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 12pt; font-family: Consolas;"&gt;6&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;)]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;win1 &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"The Report"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;Table Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;String Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Attribute"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;LBL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; LBL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; LBL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; LBL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Number of Distinct Categories"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"P/T %"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;}&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;String Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Abrev"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;LBL2&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; LBL2&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; LBL2&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; LBL2&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 12pt;"&gt;Number Col Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 12pt;"&gt;"Value"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;VAL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; VAL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; VAL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; VAL1&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; VAL2&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; VAL2&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;*&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: teal; font-family: Consolas; font-size: 12pt;"&gt;100&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 12pt; font-family: Consolas;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12674_pastedImage_0.png" style="width: 334px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3670iC35A16AFEC76EEEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12674_pastedImage_0.png" alt="12674_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:58:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20220#M18439</guid>
      <dc:creator>jerry_cooper</dc:creator>
      <dc:date>2016-10-19T03:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create seperate table of selective Variability gauge chart GRR report and Linearity and Bias Report</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20221#M18440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jerry Cooper it works great!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Linearity and Bias report is slightly tricky as there could be more than 1 Linearity and Bias report and we need to grab the min of the linearity% and Bias%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 01:52:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20221#M18440</guid>
      <dc:creator>aravindan880</dc:creator>
      <dc:date>2016-09-02T01:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create seperate table of selective Variability gauge chart GRR report and Linearity and Bias Report</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20222#M18441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked.&amp;nbsp; As you work through the second report, keep in mind that when you have a By variable, you'll have a Display Box for each By group. Use an index to reference the report for each By group.&amp;nbsp; If there was a By group in the example I used above, in order to access the report layer for each, my code might have looked like this:&lt;/P&gt;&lt;P&gt;LBL1a = repvar&lt;STRONG&gt;[1]&lt;/STRONG&gt;["Gauge....]&amp;nbsp; for the first "By" group, and&lt;/P&gt;&lt;P&gt;LBL1b = repvar&lt;STRONG&gt;[2]&lt;/STRONG&gt;["Gauge....] for the second "By" group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 15:21:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-seperate-table-of-selective-Variability-gauge/m-p/20222#M18441</guid>
      <dc:creator>jerry_cooper</dc:creator>
      <dc:date>2016-09-02T15:21:02Z</dc:date>
    </item>
  </channel>
</rss>

