cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
zhouye0
Level II

Interactive Data Table selector

Is there a way to script this following data table list select part into a jsl script?

11655_pastedImage_5.png

As of now I have a script done, but only on one data table at a time, is there a function that I can call to make a data table list selector like the picture that I attached above, and upon selection, I can have my current data table updated accordingly? My not-so-flexible script now looks like this

11656_pastedImage_6.png

I want to achieve this

11655_pastedImage_5.png

Any help would be greatly appreciated!

11 REPLIES 11
pmroz
Super User

Re: Interactive Data Table selector

Here you go @ComplexNerd .  This was written in JMP 10!  But should still have relevant information.

 

zhouye0
Level II

Re: Interactive Data Table selector

Does anyone have a solution for refreshing the Filter Col Selector using a similar method as PMroz? His answer is pretty much the closest to what I am trying to achieve, the only difference being me using a Filter Col Selector instead of a Col List Box, and I somehow cant get it to update or refresh accordingly

Recommended Articles