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

Extract table variable in graph builder

Hello,

 

I have a JMP table with multiple table variables. For instance, this table is the result of a data extraction between my start time "January 2023" and my end time "March 2023".  I saved as table variables this start and time. I would like from this table to go on Graph builder and find somewhere the information about my table variables and add it as hover for instance. I know this is possible by jsl, but is it possible by just click-buttons on Graph builder ?

 

JMP Version:  16.0

 

 

Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Boston Housing.jmp" );
dt << New Table Variable( "Start time", "January 2023");
dt << New Table Variable( "End time", "March 2023");
names = dt << Get Table Variable Names;
Show( names );

 

Thanks in advance 

1 ACCEPTED SOLUTION

Accepted Solutions
ih
Super User (Alumni) ih
Super User (Alumni)

Re: Extract table variable in graph builder

You can access table variables just like columns, so in the hover label editor you can just reference that variable.

View more...
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Boston Housing.jmp" );
dt << New Table Variable( "Start time", "January 2023");
dt << New Table Variable( "End time", "March 2023");

In the hover label editor:

ih_0-1676474214563.png

Try adding a textlet with with in the HTML Markup:

The start time is '{:Start time}'

ih_1-1676474347232.png

That would show the table variable's value when hovering over a point:

ih_2-1676474391710.png

 

 

 

 

View solution in original post

3 REPLIES 3
ih
Super User (Alumni) ih
Super User (Alumni)

Re: Extract table variable in graph builder

You can access table variables just like columns, so in the hover label editor you can just reference that variable.

View more...
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Boston Housing.jmp" );
dt << New Table Variable( "Start time", "January 2023");
dt << New Table Variable( "End time", "March 2023");

In the hover label editor:

ih_0-1676474214563.png

Try adding a textlet with with in the HTML Markup:

The start time is '{:Start time}'

ih_1-1676474347232.png

That would show the table variable's value when hovering over a point:

ih_2-1676474391710.png

 

 

 

 

SophieCuvillier
Level III

Re: Extract table variable in graph builder

Thank your for your answer, this is exactly what I looked for ! 

JamieGlenn
Level I

Re: Extract table variable in graph builder

Thanks for the answer.
Thanks for the answer. When looking for essay samples on the internet, I came across this website: https://www.topwritersreview.com/reviews/7dollaressay/ There may be various websites here that may help me locate the best essay sample.