<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatically shows Show filter option in every window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186649#M40511</link>
    <description>&lt;P&gt;If it's a specific table you use over and over again, you can add a script (like the one mentined by &lt;A href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70" target="_blank"&gt;gzmorgan0&lt;/A&gt;&amp;nbsp;that runs when the table opens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="How can we automatically run a script when opening a table" href="%20https://community.jmp.com/t5/Discussions/How-can-we-automatically-run-a-script-when-opening-a-table/td-p/58615" target="_self"&gt;https://community.jmp.com/t5/Discussions/How-can-we-automatically-run-a-script-when-opening-a-table/td-p/58615&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"Prompting to Run a Script upon Opening a Data Table" in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help &amp;gt; Books &amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 13:03:35 GMT</pubDate>
    <dc:creator>John_Powell_JMP</dc:creator>
    <dc:date>2019-03-13T13:03:35Z</dc:date>
    <item>
      <title>Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186559#M40500</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Everytime I deal with huge data which has many number of columns. I use show filter option to look for a particular column but this show filter option I have to activate everytime and in every window. Is their a way I can activate it permanantly or if their is any Add-In available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 05:41:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186559#M40500</guid>
      <dc:creator>Rajat</dc:creator>
      <dc:date>2019-03-13T05:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186621#M40505</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/13079"&gt;@Rajat&lt;/a&gt;, I do not fully understand your request. Do you want:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;a filter for every table you open?&lt;/LI&gt;
&lt;LI&gt;for every analysis?&lt;/LI&gt;
&lt;LI&gt;both?&lt;/LI&gt;
&lt;LI&gt;Or are you looking for one specific column in all your tables/analyses?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can add a custom script to your menu. The script is below.&amp;nbsp; Test the script before adding it to your JMP Menu. I called this menu item&amp;nbsp;&lt;STRONG&gt;Open with Columns Viewer.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;From the Main Menu &amp;gt; View &amp;gt; Customize &amp;gt; Menus and Toolbars&lt;/LI&gt;
&lt;LI&gt;Click on &lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Right click on &lt;STRONG&gt;Open&lt;/STRONG&gt; and select &lt;STRONG&gt;Insert After&lt;/STRONG&gt; the fill out the sheet and Save and OK&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 686px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16278iD285D93BB966A5AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Below is the script.&amp;nbsp; Again, Please test this before adding it to your menu.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open();
Main Menu("Columns Viewer");
_widx = Get Window List(Type("Dialogs"));
wv = (_widx[nitems(_widx)]  &amp;lt;&amp;lt; Child); // get the OwnerBox
(wv &amp;lt;&amp;lt; Xpath("//IfBox"))[1] &amp;lt;&amp;lt; set(1); //turn on show filter
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Maybe a JMP developer has a method to turn this on for all platforms file open via a special preferences command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 08:32:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186621#M40505</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-03-13T08:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186649#M40511</link>
      <description>&lt;P&gt;If it's a specific table you use over and over again, you can add a script (like the one mentined by &lt;A href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70" target="_blank"&gt;gzmorgan0&lt;/A&gt;&amp;nbsp;that runs when the table opens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="How can we automatically run a script when opening a table" href="%20https://community.jmp.com/t5/Discussions/How-can-we-automatically-run-a-script-when-opening-a-table/td-p/58615" target="_self"&gt;https://community.jmp.com/t5/Discussions/How-can-we-automatically-run-a-script-when-opening-a-table/td-p/58615&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"Prompting to Run a Script upon Opening a Data Table" in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help &amp;gt; Books &amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 13:03:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186649#M40511</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2019-03-13T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186871#M40537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2557"&gt;@John_Powell_JMP&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My requiremnt is to make the show filter option always active in all windows (wherever applicable). I want this to every table or every window I do open, not a single table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 909px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16309i3BF2BF3D974D02A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks :)&lt;/img&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 05:19:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186871#M40537</guid>
      <dc:creator>Rajat</dc:creator>
      <dc:date>2019-03-14T05:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186911#M40541</link>
      <description>&lt;P&gt;My previous example showed how to create a custom open, so that a Data Filter would be crated only when you used that open.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can have a Data Filter created for each table opening, no matter whether you open it using the File Explorer or JMP open; the method uses a subscription to the Data Table list.&amp;nbsp; &amp;nbsp; If you open and run the attached script, every time a table is opened, the data filter will appear. You should also set the preference: Main Menu &amp;gt; File &amp;gt; Preferences &amp;gt; Tables &amp;gt; Use a floating window for Data Filters, select it and OK.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
f1 = Function( {dtab},
	dfilt = dtab &amp;lt;&amp;lt; Data Filter();
	Print( "opening" );
);
aSub = Subscribe to Data Table List( , OnOpen( f1 ) );


//To unsubscribe run the unsubscribe JSL command
//This remains in effect until you unsubscribe or log out of your JMP session
//Unsubscribe to Data Table List(asub, ALL);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I do not know how to do this for platforms.&amp;nbsp; Maybe a hot key can be created, but it is easy to add it from the menu.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 09:12:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186911#M40541</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-03-14T09:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186928#M40548</link>
      <description>&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt; , Thanks for your help but this is not I want. I wanted the similar requirement I posted in my last post. Can you please help me to unsubscribe it. I couldn't unsubscribe.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2557"&gt;@John_Powell_JMP&lt;/a&gt; , Do you have any solution?</description>
      <pubDate>Thu, 14 Mar 2019 10:55:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186928#M40548</guid>
      <dc:creator>Rajat</dc:creator>
      <dc:date>2019-03-14T10:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186930#M40549</link>
      <description>&lt;P&gt;Save your stuff and log off.&amp;nbsp; Then log back on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I turn on a subscription for short stints.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 11:06:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186930#M40549</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-03-14T11:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186954#M40552</link>
      <description>&lt;P&gt;I don't know how this can be done without us changing JMP itself, or by creating an addin that includes a custom launch script for every platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to ask a couple of questions to better understand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Are you looking to automatically add a local data filter or a global data filter?&amp;nbsp; The global data filter will affect all platforms, while the local data filter will be specific to the window(platform) being launched.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Even if you add a filter automatically, you will still need to configure it before it is useful. For example, you would need to pick what column(s) to filter. Is that OK or would you like to be able to preconfigure the filter too?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm updating this reply, because I think I now know what you mean by "filter". You want to automatically add a filter to the column selector, right?&amp;nbsp; This has been requested and is being worked on for JMP 15. Unfortunately, I don't think there is a way to do it in earlier versions.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:22:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/186954#M40552</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2019-03-14T13:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/187179#M40577</link>
      <description>&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2557"&gt;@John_Powell_JMP&lt;/a&gt;&lt;BR /&gt;Thanks John for your help.&lt;BR /&gt;Yes, I want to automatically add a filter to the column selector.</description>
      <pubDate>Fri, 15 Mar 2019 05:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/187179#M40577</guid>
      <dc:creator>Rajat</dc:creator>
      <dc:date>2019-03-15T05:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/215905#M43125</link>
      <description>&lt;P&gt;I would like to add my support for this feature. When going into any column dialog option whether a fit model, analysis, graphing, table etc you have to click the red triangle and click show filter. Then click into the entry line and type what you want. This used to be on by default for a simple graphing. I know that JMP has expanded this option for other dialogs but hopefully they can just allowed to be always shown by some preference flag.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 15:36:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/215905#M43125</guid>
      <dc:creator>hlazar</dc:creator>
      <dc:date>2019-07-02T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/227784#M45194</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I would like to very much add my support for this feature. It actually surprises me that this wasn't done while implementing it in the first place.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 22:49:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/227784#M45194</guid>
      <dc:creator>pnq2msp</dc:creator>
      <dc:date>2019-09-30T22:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically shows Show filter option in every window</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/227792#M45198</link>
      <description>&lt;P&gt;For anyone stumbling on to this discussion, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="JMP Wish List" href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_self"&gt;JMP Wish List&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;item for this request is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/Have-a-preference-that-enables-column-Show-Filter-By-Default/idi-p/207500" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/Have-a-preference-that-enables-column-Show-Filter-By-Default/idi-p/207500&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please add your support for this request in the JMP Wish List if you have not already done so.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 12:11:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-shows-Show-filter-option-in-every-window/m-p/227792#M45198</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2019-10-01T12:11:45Z</dc:date>
    </item>
  </channel>
</rss>

