<?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 Is it possible to move Limit Summary reports? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/409202#M65896</link>
    <description>&lt;P&gt;Hello all!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am curious to see whether it is possible to move the Limit Summary reports generated by a Control Chart from the right side of the graph to underneath the graph?&amp;nbsp; I haven't been able to move it like how you're able to move a legend from Graph Builder from the right side (by default) to underneath.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 00:37:30 GMT</pubDate>
    <dc:creator>TheJVilla</dc:creator>
    <dc:date>2023-06-09T00:37:30Z</dc:date>
    <item>
      <title>Is it possible to move Limit Summary reports?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/409202#M65896</link>
      <description>&lt;P&gt;Hello all!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am curious to see whether it is possible to move the Limit Summary reports generated by a Control Chart from the right side of the graph to underneath the graph?&amp;nbsp; I haven't been able to move it like how you're able to move a legend from Graph Builder from the right side (by default) to underneath.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:37:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/409202#M65896</guid>
      <dc:creator>TheJVilla</dc:creator>
      <dc:date>2023-06-09T00:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to move Limit Summary reports?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/409277#M65903</link>
      <description>&lt;P&gt;It is an easy option of using the Selection Tool "+" and the selecting and dragging the table to the bottom of the output;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1628790482178.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34975iAE70581F18B17C06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1628790482178.png" alt="txnelson_0-1628790482178.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, I have not been able to delete the original table.&lt;/P&gt;
&lt;P&gt;The following JSL does move the table and delete the old table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1628790596288.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34976iCBE3611470725504/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1628790596288.png" alt="txnelson_1-1628790596288.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
x = Current Report();
x[Outline Box( 1 )] &amp;lt;&amp;lt; append( x[Outline Box( 2 )] );
x[Outline Box( 2 )] &amp;lt;&amp;lt; delete;&lt;/CODE&gt;&lt;/PRE&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>Thu, 12 Aug 2021 17:50:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/409277#M65903</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-08-12T17:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to move Limit Summary reports?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/410030#M65983</link>
      <description>&lt;P&gt;This is awesome! Thank you so much. I was playing around with the UI and saw that if you actually click "off" the "Show limit summaries" check box, the old table does disappear.&amp;nbsp; No JSL needed.&amp;nbsp; The duplicated table still stays underneath as well.&amp;nbsp; Thanks so much&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Edit: Uploaded a better picture to demonstrate removing the old table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TheJVilla_1-1629121849390.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35053iB5F22839010C6E4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TheJVilla_1-1629121849390.png" alt="TheJVilla_1-1629121849390.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 13:52:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/410030#M65983</guid>
      <dc:creator>TheJVilla</dc:creator>
      <dc:date>2021-08-16T13:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to move Limit Summary reports?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/410152#M65992</link>
      <description>&lt;P&gt;Thanks,Jim&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;.&amp;nbsp; I just tweeted this - so useful!!&amp;nbsp;&lt;A href="https://twitter.com/JMP_tips" target="_blank"&gt;https://twitter.com/JMP_tips&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 15:25:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-move-Limit-Summary-reports/m-p/410152#M65992</guid>
      <dc:creator>gail_massari</dc:creator>
      <dc:date>2021-08-16T15:25:14Z</dc:date>
    </item>
  </channel>
</rss>

