cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar
GoSook
Level I

how to exclude specific columns with list

I have too many columns, so I grouped the columns into several lists.
I want to see only few groups and I’ll exclude others.

Using sinply for-loop takes too much time, how can I do?
3 REPLIES 3
txnelson
Super User

Re: how to exclude specific columns with list

Are the lists of columns you are referring to, actual JMP LIsts structures from JSL?

Have you actually grouped the columns into JMP column groups?

Is the issue that you are "Hiding" the lcolumns, so you can only actually see a specific set of columns?

 

I would like to see more specifics on what you are attempting to do.

Jim
GoSook
Level I

Re: how to exclude specific columns with list

Are the lists of columns you are referring to, actual JMP LIsts structures from JSL?

> I have list that involve column names of data table.
ex:
var1 = {“weight”, “height”}


Have you actually grouped the columns into JMP column groups?

> not yet. I have just lists

Is the issue that you are "Hiding" the lcolumns, so you can only actually see a specific set of columns?

> yes, I want to hide some of the colunms from <filter col selector>
txnelson
Super User

Re: how to exclude specific columns with list

I suggest you look into the Column Grouping.  It would allow you to handle what seems to be an overwhelming number of columns.  The example below is based upong the Semiconductor Capability data table from the JMP Sample tables.  Please note, by default it only displays the group title in the filters, unless you exspand the list by clicking on the triangle to the left of the group name.

filter.PNG

Jim