<?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: Unhide/Unexclude rows without chaning other row states using JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Unhide-Unexclude-rows-without-changing-other-row-states-using/m-p/49108#M27907</link>
    <description>&lt;P&gt;When I have had to do these kind of thing, I have done as you are currently doing.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2017 19:27:27 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-12-29T19:27:27Z</dc:date>
    <item>
      <title>Unhide/Unexclude rows without changing other row states using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Unhide-Unexclude-rows-without-changing-other-row-states-using/m-p/49104#M27904</link>
      <description>&lt;P&gt;How can you clear&amp;nbsp;a specific row state&amp;nbsp;(ex: excluded) without modifying any other states (ex: color)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I get the table's row states, convert the applicable row states to binary, clear the appropriate digits, convert it back to decimal&amp;nbsp;and set the row state again using As row state().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reverse, excluding a row leaving other sates intact is pretty straight forward:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//Open table and set a row to selected/hidden
Names default to here( 1);
dt = Open( "$Sample_data/iris.jmp" );
Row state(3) = As row state( 5 );

//Exclude the row without changing other states of the row
Row state(3) = Combine States(Row state(3), Excluded State(1));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 13:27:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unhide-Unexclude-rows-without-changing-other-row-states-using/m-p/49104#M27904</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2018-01-04T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unhide/Unexclude rows without chaning other row states using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Unhide-Unexclude-rows-without-changing-other-row-states-using/m-p/49108#M27907</link>
      <description>&lt;P&gt;When I have had to do these kind of thing, I have done as you are currently doing.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 19:27:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unhide-Unexclude-rows-without-changing-other-row-states-using/m-p/49108#M27907</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-12-29T19:27:27Z</dc:date>
    </item>
  </channel>
</rss>

