<?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: Plot only the filtered data from a given column on a dashboard in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744919#M92472</link>
    <description>&lt;P&gt;Do it first by hand and then get the script&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1712416323990.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63142i5F68260F19EFAB22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1712416323990.png" alt="jthi_0-1712416323990.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;add show&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1712416342952.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63143i8B947849457F1725/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1712416342952.png" alt="jthi_1-1712416342952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;go to red triangle menu and save script&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1712416373058.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63144i8FEFD101B3763D52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1712416373058.png" alt="jthi_2-1712416373058.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Data Filter(
	Location({1104, 309}),
	Mode(Show(1)),
	Add Filter(columns(:name), Display(:name, N Items(15), Find(Set Text(""))))
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also go and check Data Filter from scripting index&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1712416432836.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63145i0985D6BC15D91CE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1712416432836.png" alt="jthi_3-1712416432836.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and from there you easily get to documentation by pressing Help &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/data-table-messages.shtml?os=win&amp;amp;source=application#ww1920727" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/data-table-messages.shtml?os=win&amp;amp;source=application#ww1920727&lt;/A&gt; and &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/add-a-data-filter.shtml#ww795815" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/add-a-data-filter.shtml#ww795815&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Apr 2024 15:14:19 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-06T15:14:19Z</dc:date>
    <item>
      <title>Plot only the filtered data from a given column on a dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744715#M92456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to build a dash board that will plot relevant graphs.&lt;/P&gt;&lt;P&gt;My current issue is that it plots the entire data on one graph, highlights the filtered data and the rest is grayed out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to graph to be build only with the &lt;U&gt;&lt;STRONG&gt;data of the relevant &lt;/STRONG&gt;&lt;STRONG&gt;rows of the given column.&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;For example, if I want to plot height as a function of age, and I have a column for "sex" which holds 'M' and 'F', so I have the filtering option&lt;BR /&gt;for "sex", if I choose 'F', the 'M' data will be grayed out. I want the chart to only show the 'F' data.&lt;BR /&gt;How do I do that?&amp;nbsp;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 16:08:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744715#M92456</guid>
      <dc:creator>Avshish</dc:creator>
      <dc:date>2024-04-05T16:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Plot only the filtered data from a given column on a dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744729#M92457</link>
      <description>&lt;P&gt;Change the filter settings (enable Include / Show depending on your use case)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1712333494033.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63133i8FF11ADE60E1E328/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1712333494033.png" alt="jthi_1-1712333494033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Edit:&lt;/P&gt;
&lt;P&gt;This explains the different modes &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/filtering-modes.shtml#ww609720" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/filtering-modes.shtml#ww609720&lt;/A&gt; (select isn't available for &lt;STRONG&gt;local&lt;/STRONG&gt; data filter)&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 16:13:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744729#M92457</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-05T16:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Plot only the filtered data from a given column on a dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744797#M92459</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;select isn't available for &lt;STRONG&gt;local&lt;/STRONG&gt; data filter&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;... but there is a wish to change that:&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Local Data Filter - don't disable the SELECT option (💚)" uid="581826" url="https://community.jmp.com/t5/JMP-Wish-List/Local-Data-Filter-don-t-disable-the-SELECT-option/m-p/581826#U581826" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;would be quite helpful! -&amp;gt; plese click on the link and vote :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 18:41:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744797#M92459</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-04-05T18:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Plot only the filtered data from a given column on a dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744896#M92469</link>
      <description>&lt;P&gt;Thanks for the reply folks,&lt;/P&gt;&lt;P&gt;But I'm looking for a JSL code lines to do that, not by the options I have in a graph.&lt;BR /&gt;To better explain myself, my code gives the user the choosing options shown below.&lt;/P&gt;&lt;P&gt;When the user chooses V10.7 it highlights the&amp;nbsp;&lt;U&gt;relevant rows under column "Layer"&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;I want the graph to be shown only after the user chose the layer, and show only the chosen data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Avshish_0-1712406816734.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63141i64F0195DBCC058BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Avshish_0-1712406816734.png" alt="Avshish_0-1712406816734.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 12:35:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744896#M92469</guid>
      <dc:creator>Avshish</dc:creator>
      <dc:date>2024-04-06T12:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Plot only the filtered data from a given column on a dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744919#M92472</link>
      <description>&lt;P&gt;Do it first by hand and then get the script&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1712416323990.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63142i5F68260F19EFAB22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1712416323990.png" alt="jthi_0-1712416323990.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;add show&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1712416342952.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63143i8B947849457F1725/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1712416342952.png" alt="jthi_1-1712416342952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;go to red triangle menu and save script&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1712416373058.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63144i8FEFD101B3763D52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1712416373058.png" alt="jthi_2-1712416373058.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Data Filter(
	Location({1104, 309}),
	Mode(Show(1)),
	Add Filter(columns(:name), Display(:name, N Items(15), Find(Set Text(""))))
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also go and check Data Filter from scripting index&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1712416432836.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63145i0985D6BC15D91CE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1712416432836.png" alt="jthi_3-1712416432836.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and from there you easily get to documentation by pressing Help &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/data-table-messages.shtml?os=win&amp;amp;source=application#ww1920727" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/data-table-messages.shtml?os=win&amp;amp;source=application#ww1920727&lt;/A&gt; and &lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/add-a-data-filter.shtml#ww795815" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/add-a-data-filter.shtml#ww795815&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 15:14:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Plot-only-the-filtered-data-from-a-given-column-on-a-dashboard/m-p/744919#M92472</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-06T15:14:19Z</dc:date>
    </item>
  </channel>
</rss>

