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
nikles
Level VI

Change the table that a FilterColSelector points to

Hi everyone.  I'm curious if there's a way to change which table a FilterColSelector display box points to.  I have created a gui with an FCS that points to the current data table.  If the user wishes to change the table they're working with, I'd like the columns in the FCS to reference the new table instead.  The only way I can think of atm is to delete the current FCS in my window, create a new one that points to the new table, then prepend/append the new FCS to the display box hierarchy.  Is there another way?

Thanks.

2 ACCEPTED SOLUTIONS

Accepted Solutions
txnelson
Super User

Re: Change the table that a FilterColSelector points to

I believe what you have stated is what you will need to do.  You can extract the script from the Data Filter, and apply the script against the new data table.

Jim

View solution in original post

jthi
Super User

Re: Change the table that a FilterColSelector points to

Re-creating filter col selector (to my knowledge) is still the only way to do it. Add option to change col list box/filter col selector datatable 

-Jarmo

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: Change the table that a FilterColSelector points to

I believe what you have stated is what you will need to do.  You can extract the script from the Data Filter, and apply the script against the new data table.

Jim
jthi
Super User

Re: Change the table that a FilterColSelector points to

Re-creating filter col selector (to my knowledge) is still the only way to do it. Add option to change col list box/filter col selector datatable 

-Jarmo
nikles
Level VI

Re: Change the table that a FilterColSelector points to

Thanks @jthi & @txnelson .  Glad to know I was on the right path at least.

Recommended Articles