<?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: How to enter a conditional &amp;quot;Where&amp;quot; clause in the below Script? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-enter-a-conditional-quot-Where-quot-clause-in-the-below/m-p/357824#M60794</link>
    <description>Thanks for the help.</description>
    <pubDate>Wed, 10 Feb 2021 14:42:18 GMT</pubDate>
    <dc:creator>dfusco923</dc:creator>
    <dc:date>2021-02-10T14:42:18Z</dc:date>
    <item>
      <title>How to enter a conditional "Where" clause in the below Script?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-enter-a-conditional-quot-Where-quot-clause-in-the-below/m-p/356673#M60666</link>
      <description>&lt;P&gt;I would like to make two Tabulate tables instead of one Tabulate table.&amp;nbsp; I'd like one Tabulate table for :Prog = "A" and one for :Prog = "B".&amp;nbsp; The script below gives me one Tabulate table with both Programs "A" and "B" in the Tabulate table.&amp;nbsp; I think if I was to break this up into two lines of script; one line being . . . where :Prog = "A" and the other line of identical script except for&amp;nbsp; . . . where :Prog = "B" would do the trick I just don't know where or how to insert the "where" clause.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Tabulate( Add Table( Row Table( Grouping Columns( :Prog, :Matl_Desc ) ) ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:05:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-enter-a-conditional-quot-Where-quot-clause-in-the-below/m-p/356673#M60666</guid>
      <dc:creator>dfusco923</dc:creator>
      <dc:date>2023-06-09T22:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter a conditional "Where" clause in the below Script?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-enter-a-conditional-quot-Where-quot-clause-in-the-below/m-p/356676#M60667</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Tabulate( Add Table( Row Table( Grouping Columns( :Prog, :Matl_Desc ) ) ),
where(:Prog == "A") );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You may want to look into using the Page feature in Tabulate, it will create a separate table for each level of Prog&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 03:10:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-enter-a-conditional-quot-Where-quot-clause-in-the-below/m-p/356676#M60667</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-07T03:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter a conditional "Where" clause in the below Script?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-enter-a-conditional-quot-Where-quot-clause-in-the-below/m-p/357824#M60794</link>
      <description>Thanks for the help.</description>
      <pubDate>Wed, 10 Feb 2021 14:42:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-enter-a-conditional-quot-Where-quot-clause-in-the-below/m-p/357824#M60794</guid>
      <dc:creator>dfusco923</dc:creator>
      <dc:date>2021-02-10T14:42:18Z</dc:date>
    </item>
  </channel>
</rss>

