cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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