<?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 Excluding data from Graph Based on Value in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/567374#M77834</link>
    <description>&lt;P&gt;Is there a way to graph data, if it occurs 2 or more times?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For instance:&amp;nbsp;&lt;BR /&gt;Column 1: Family Name&lt;BR /&gt;Column 2: Rooms of the House with a Television in it&lt;BR /&gt;&lt;BR /&gt;Is there a way for me to sort and graph my data to only include families with 2 or more Televisions?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:29:14 GMT</pubDate>
    <dc:creator>ClusteredTable4</dc:creator>
    <dc:date>2023-06-11T11:29:14Z</dc:date>
    <item>
      <title>Excluding data from Graph Based on Value</title>
      <link>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/567374#M77834</link>
      <description>&lt;P&gt;Is there a way to graph data, if it occurs 2 or more times?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For instance:&amp;nbsp;&lt;BR /&gt;Column 1: Family Name&lt;BR /&gt;Column 2: Rooms of the House with a Television in it&lt;BR /&gt;&lt;BR /&gt;Is there a way for me to sort and graph my data to only include families with 2 or more Televisions?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:29:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/567374#M77834</guid>
      <dc:creator>ClusteredTable4</dc:creator>
      <dc:date>2023-06-11T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from Graph Based on Value</title>
      <link>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/567388#M77835</link>
      <description>&lt;P&gt;Sure you can. You can use local data filter for example to do the filtering based on count or create calculation column. Below is example using counts&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1668010261531.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47203i0F00D8D9F9A34BF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1668010261531.png" alt="jthi_0-1668010261531.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1668010271647.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47204iC8942EFDA5F0C507/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1668010271647.png" alt="jthi_1-1668010271647.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 16:11:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/567388#M77835</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-11-09T16:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from Graph Based on Value</title>
      <link>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/567837#M77873</link>
      <description>&lt;P&gt;I apologize for the way I worded my question.&amp;nbsp; I meant is there a way to exclude House-C other than a local data filter.&amp;nbsp; (To keep this reference the same) I have 100 houses, so the local data filter would be very time consuming.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As of now, I changed the x-axis minimum value to 2, but it left a great amount of white space on my graph.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 16:04:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/567837#M77873</guid>
      <dc:creator>ClusteredTable4</dc:creator>
      <dc:date>2022-11-10T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding data from Graph Based on Value</title>
      <link>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/568373#M77908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can Hide and/or Exclude rows in your data table, resulting in excluding these rows in your graph.&lt;/P&gt;
&lt;P&gt;You could even split your Column "Rooms with TV" into two new column: 1) Room Name and 2) TV Numbers using formulas&lt;/P&gt;
&lt;P&gt;The formula are:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Left (:Rooms with TV, Length (:Rooms with TV) -1&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Num (Right (:Room with TV, 1))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;That way you can filter only on the room type and/or the number of TVs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2022 02:07:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excluding-data-from-Graph-Based-on-Value/m-p/568373#M77908</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2022-11-12T02:07:21Z</dc:date>
    </item>
  </channel>
</rss>

