<?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: Sorting data table by row color in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Sorting-data-table-by-row-color/m-p/217787#M43532</link>
    <description>&lt;P&gt;that worked, thank you so much, you saved me a lot of pain!&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 20:17:35 GMT</pubDate>
    <dc:creator>QualEng79</dc:creator>
    <dc:date>2019-07-16T20:17:35Z</dc:date>
    <item>
      <title>Sorting data table by row color</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-data-table-by-row-color/m-p/217760#M43524</link>
      <description>&lt;P&gt;Hello JMP users&lt;/P&gt;&lt;P&gt;I am relatively new to JMP and i believe what i have attempted today should have been done in excel but alas. I am currently analyzing complaint data in JMP, and I have labeled my data table rows by color based on certain criteria (specific content i was looking for in a complaint description). I have three different colors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i realize there is no easy way to filter, sort, or tabulate simply based on row color. Seems unnecessarily complex - but again i should have done this in excel. I realize in order to sort this way i probably need to create a column with a formula which converts the row color data to another type of data. Im not clear on how to do this. Anyone have an example of such formula? Basically what i would want to do is&amp;nbsp; perhaps conver the color i selected (ie red) to "Yes" , or something similar. Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 19:10:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-data-table-by-row-color/m-p/217760#M43524</guid>
      <dc:creator>QualEng79</dc:creator>
      <dc:date>2019-07-16T19:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting data table by row color</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-data-table-by-row-color/m-p/217774#M43529</link>
      <description>&lt;P&gt;If you use this formula in a new column, it will return the JMP color number for the row.&amp;nbsp; from there you can set your values.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Color Of( Row State( Row() ) )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Depending on the colors you chose, it may provide a pretty big negative number......but you just have to know what the numbers are, and then use it appropriately&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(Color Of( Row State( Row() ) ) == -13912408, "Good",
color Of( Row State( Row() ) ) == -4042310, "OK",
"Bad")
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also just create a new column with the Modeling Type of "RowState".&amp;nbsp; Then in the columns panel on the left of the data table, you can right click on the red star next to the new RowState column you created, and select " Copy from RowStates".&amp;nbsp; You will then have a column you can sort, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 20:02:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-data-table-by-row-color/m-p/217774#M43529</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-07-16T20:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting data table by row color</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-data-table-by-row-color/m-p/217787#M43532</link>
      <description>&lt;P&gt;that worked, thank you so much, you saved me a lot of pain!&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 20:17:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-data-table-by-row-color/m-p/217787#M43532</guid>
      <dc:creator>QualEng79</dc:creator>
      <dc:date>2019-07-16T20:17:35Z</dc:date>
    </item>
  </channel>
</rss>

