<?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 How to deal with data (2 questions) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-data-2-questions/m-p/391219#M64152</link>
    <description>&lt;P&gt;I am the beginner of JMP &amp;amp; I would like to understand how to deal with data&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Eliminating overlapped data&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;For example, I have five data with one product name. I only would like to see the last data of that product.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I know how to make ascending or descending time order , but do not know how to eliminate overlapped data&lt;/P&gt;&lt;P&gt;2. How to select limited data&lt;/P&gt;&lt;P&gt;&amp;nbsp; For example, I have data of 10,000ea products. I only would like to see the data with 50 products.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I know the product name of 50 products. How can I see data for only 50 products?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 00:34:30 GMT</pubDate>
    <dc:creator>Dan2</dc:creator>
    <dc:date>2023-06-09T00:34:30Z</dc:date>
    <item>
      <title>How to deal with data (2 questions)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-data-2-questions/m-p/391219#M64152</link>
      <description>&lt;P&gt;I am the beginner of JMP &amp;amp; I would like to understand how to deal with data&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Eliminating overlapped data&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;For example, I have five data with one product name. I only would like to see the last data of that product.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I know how to make ascending or descending time order , but do not know how to eliminate overlapped data&lt;/P&gt;&lt;P&gt;2. How to select limited data&lt;/P&gt;&lt;P&gt;&amp;nbsp; For example, I have data of 10,000ea products. I only would like to see the data with 50 products.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I know the product name of 50 products. How can I see data for only 50 products?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:34:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-deal-with-data-2-questions/m-p/391219#M64152</guid>
      <dc:creator>Dan2</dc:creator>
      <dc:date>2023-06-09T00:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with data (2 questions)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-data-2-questions/m-p/391322#M64163</link>
      <description>&lt;P&gt;There are multiple ways that you could solve your problems. I will only present one way for each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Because you said you had a time stamp, sort the data by product (which I called Group in my formula) and then time stamp (in ascending order). Now create a formula that looks like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dan_Obermiller_0-1623083194220.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33340i5A19C2932A2199CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dan_Obermiller_0-1623083194220.png" alt="Dan_Obermiller_0-1623083194220.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With this new column, select all of the 1's (select one, right-click and select all matching cells). Choose Tables &amp;gt; Subset.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you could select all of the 0's and then choose Rows &amp;gt; Hide and Exclude, depending on if you might ever want to see the other data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For question #2, 50 product is a large list so there will always be some work. But you could use the same approach and build a formula that returns a value of 1 if your product is in the list and 0 otherwise. That If statement would be large though because of the 50 values. (it would be IF product=A or product=B or product=C, etc...). You could also use the Match function, which would be more efficient for JMP to evaluate.&lt;/P&gt;
&lt;P&gt;But for this question you might also be able to use a Local Data Filter to interactively select which product(s) you want to see.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to go through some of the beginner tutorials made available under the Help menu of JMP. Those can give you a good start on how to do some of the basic data manipulation features available in JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 16:31:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-deal-with-data-2-questions/m-p/391322#M64163</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2021-06-07T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to deal with data (2 questions)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-deal-with-data-2-questions/m-p/391333#M64166</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1. Eliminating overlapped data&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Go to the pull down menu&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Rows=&amp;gt;Row Selection=&amp;gt;Select Duplicate Rows&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;once you have done this, you can simply go to&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Rows=&amp;gt;Delete Rows&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. How to select limited data&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Create a new data table with just one column that has all of the 50 desired products in it.&amp;nbsp; Then go to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Join&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;and join the 2 tables, matching on product.&amp;nbsp; Make sure you select the Match Flag check box.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;In the new table, there will be a column that indicates if a match has been found.&amp;nbsp; Simply select those rows by right clicking on the match flag cell for the data you want to keep, and select "Select Matching Cells".&amp;nbsp; Once they are selected, go to&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tables=&amp;gt;Subset&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;and create a new table with just the selected rows.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 16:40:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-deal-with-data-2-questions/m-p/391333#M64166</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-07T16:40:14Z</dc:date>
    </item>
  </channel>
</rss>

