cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

Increase the size of a Table Box

Elise_B
Level III

Hello,

I want to create, via a script, a table summarizing a TOP 5 of rejects concerning a production. I managed to generate a window with a Table Box (attachment) containing the data in question. However, I am unable to increase the size of the Table Box. Is it possible ? 

Thank you in advance for your answers

This post originally written in French and has been translated for your convenience. When you reply, it will also be translated back to French .

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Augmenter la taille d'une Table Box

The font size in a Table Box is controlled by the TEXT font size in JMP Preferences.  You can change it's font size either interactively, or through JSL.

txnelson_0-1628242063696.png

txnelson_1-1628242111789.png

 

However, this setting will change the size of all table boxes, which probably isn't what you want.  The other alternative, is to programmatically build the display by using Text Boxes and Number Edit Boxes, which can have their font size changed.

Jim

View solution in original post

4 REPLIES 4
txnelson
Super User


Re: Augmenter la taille d'une Table Box

When you specify you want to increase the "size" of the table box, are you wanting to increase the size of the fonts in the table box, the width or height of the cells in the table box???

Jim
Elise_B
Level III

Re: Increase the size of a Table Box

My goal is just to visually make it bigger in the window so any medium would work for me!

This post originally written in French and has been translated for your convenience. When you reply, it will also be translated back to French .

txnelson
Super User

Re: Augmenter la taille d'une Table Box

The font size in a Table Box is controlled by the TEXT font size in JMP Preferences.  You can change it's font size either interactively, or through JSL.

txnelson_0-1628242063696.png

txnelson_1-1628242111789.png

 

However, this setting will change the size of all table boxes, which probably isn't what you want.  The other alternative, is to programmatically build the display by using Text Boxes and Number Edit Boxes, which can have their font size changed.

Jim
Elise_B
Level III

Re: Increase the size of a Table Box

I managed to increase the size as I wanted by building the table with Text Boxes and it worked thank you very much

This post originally written in French and has been translated for your convenience. When you reply, it will also be translated back to French .