cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Movable local datafilter sub-menue in Graph Builder

After setting up a (more or less nested) local datafilter submenu in Graph Builder this ist locked to the upper left corner which is fine so far. In the case that a multilevel categorical variable is selected for the "page"-functionality, several subplots are created. Depending on the number of subplots and the individual plot size one has to scroll down to investigate each subplot. By doing so the submenue for the defined local datafilter dissapears from the screen. As it is not verry convenient to keep on scrolling up and down to make changes in the local datafilter in order to see the changes in the subplot of interrest, I would apprechiate a kind of automatically movable local datafilter submenue.

2 Comments
hogi
Level XIII

how about adding a "levels in view" option to page - like it is available for Group X and Wrap

hogi_0-1760731434673.png

 


then the ata filter right next to THE plot an the user can zap through the plots with the arrow keys:

hogi_1-1760731460770.png

 

hogi
Level XIII

Fun fact:
It's already possible to activate "Levels in view" for Page:
- use it for wrap and drag the variable onto Page
- via Scripting:

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Graph Builder(
	Variables( Page( :name, N View Levels( 1 ) ) ),
);


But I don't have a clue how to cycle through the pages