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

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
bartimaeusx
New Member

graph builder, local data filter, and large data sets

Hello, 

I have a dashboard of sorts using local data filter and graph builder to browse through a stacked dataset of measurement data (one VALUE column and a few measurement identifier columns. The functionality is great, but if my dataset is large, JMP freezes/crashes as it tries to jam all the data into the initial, unfiltered graph when the graph builder script is launched or the local data filter is change to "none selected" in the first conditional data filter.

bartimaeusx_2-1765584526186.png

So I am wondering if there is a way to suppress the evaluation of the graph if there is "too much" data is included in the graph, until a Order|Operation item is selected, or some other way to disallow a user from selecting some combination of data that results in jmp crashing as it tries to plot the entire dataset.

Thank you!

JMP pro 17.2

1 REPLY 1
jthi
Super User

Re: graph builder, local data filter, and large data sets

I don't think you can prevent user from selecting "None Selected" but you can pre-build the graph builder in such a way that it will be at least fast on the first load but this does require some scripting. Maybe create a JMP Wish List item about this. Something along the lines of: when a single selection type display is used (Single Category / Radio Box) allow us disabling None Selected option. Or maybe even wider definition which would force user to always have something selected from the filters even with "multi-select" options?

 

If I really want to start optimizing for the speed of (local) data filter, I either: write my own using different display boxes OR I link the data filter to smaller table which is then used to filter the "main" table using << Make Filter Change Handler. Scripting is needed for both of these options.

-Jarmo

Recommended Articles