cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
TheJVilla
Level II

Is it possible to move Limit Summary reports?

Hello all! 

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?  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.  

 

Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Is it possible to move Limit Summary reports?

It is an easy option of using the Selection Tool "+" and the selecting and dragging the table to the bottom of the output;

txnelson_0-1628790482178.png

However, I have not been able to delete the original table.

The following JSL does move the table and delete the old table

txnelson_1-1628790596288.png

Names Default To Here( 1 );
x = Current Report();
x[Outline Box( 1 )] << append( x[Outline Box( 2 )] );
x[Outline Box( 2 )] << delete;

 

 

 

Jim

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: Is it possible to move Limit Summary reports?

It is an easy option of using the Selection Tool "+" and the selecting and dragging the table to the bottom of the output;

txnelson_0-1628790482178.png

However, I have not been able to delete the original table.

The following JSL does move the table and delete the old table

txnelson_1-1628790596288.png

Names Default To Here( 1 );
x = Current Report();
x[Outline Box( 1 )] << append( x[Outline Box( 2 )] );
x[Outline Box( 2 )] << delete;

 

 

 

Jim
TheJVilla
Level II

Re: Is it possible to move Limit Summary reports?

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.  No JSL needed.  The duplicated table still stays underneath as well.  Thanks so much 

 

*Edit: Uploaded a better picture to demonstrate removing the old table

TheJVilla_1-1629121849390.png

 

 

gail_massari
Community Manager Community Manager

Re: Is it possible to move Limit Summary reports?

Thanks,Jim @txnelson .  I just tweeted this - so useful!! https://twitter.com/JMP_tips