<?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: Conditional Formatting in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Conditional-Formatting/m-p/642565#M83936</link>
    <description>&lt;P&gt;Thank you, worked perfectly.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 22:52:59 GMT</pubDate>
    <dc:creator>JMPUser9</dc:creator>
    <dc:date>2023-06-14T22:52:59Z</dc:date>
    <item>
      <title>Conditional Formatting</title>
      <link>https://community.jmp.com/t5/Discussions/Conditional-Formatting/m-p/642419#M83930</link>
      <description>&lt;P&gt;I have data that contains different lots and reps and then time stamps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want all of the data from the same lot/rep to be divided by the final time stamp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I do this in the formula section of a column?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 19:10:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Conditional-Formatting/m-p/642419#M83930</guid>
      <dc:creator>JMPUser9</dc:creator>
      <dc:date>2023-06-14T19:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.jmp.com/t5/Discussions/Conditional-Formatting/m-p/642459#M83933</link>
      <description>&lt;P&gt;&lt;A href="https://help.jmp.com/help?keyword=JSL%20Col%20Max&amp;amp;lang=en&amp;amp;os=win&amp;amp;source=application&amp;amp;version=17.0.0" target="_self"&gt;Col Max()&lt;/A&gt; with byvars (lot and maybe rep, depending on your data) should work.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
dt &amp;lt;&amp;lt; New Column("f", numeric, continuous, Formula(
	:height / Col Maximum(:height, :sex)
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Jun 2023 19:20:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Conditional-Formatting/m-p/642459#M83933</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-06-14T19:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.jmp.com/t5/Discussions/Conditional-Formatting/m-p/642565#M83936</link>
      <description>&lt;P&gt;Thank you, worked perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 22:52:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Conditional-Formatting/m-p/642565#M83936</guid>
      <dc:creator>JMPUser9</dc:creator>
      <dc:date>2023-06-14T22:52:59Z</dc:date>
    </item>
  </channel>
</rss>

