<?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 analyse automaticly？ in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/39935#M23386</link>
    <description>&lt;P&gt;I apologize for possibly being too terse, but the small amount of details you provided only permits a very limited response&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
// Open the excel file
dt = Open( "KY.xlsx" );

// Analyze the data&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Could you please provide what you are doing to analyze the data? &amp;nbsp;Or are you expecting the JMP Community to help you with what the data analysis should be?&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jun 2017 15:41:39 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-06-04T15:41:39Z</dc:date>
    <item>
      <title>how to analyse automaticly？</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/39934#M23385</link>
      <description>dear all： i have to monito abnomal ratio every day， but now everyday i open the JMP and then put excel data in JMP to analyse， that is trouble。 if i open jmp and then analyse automaticly how i write JSL to realize？</description>
      <pubDate>Sun, 04 Jun 2017 15:16:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/39934#M23385</guid>
      <dc:creator>TONYMA</dc:creator>
      <dc:date>2017-06-04T15:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to analyse automaticly？</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/39935#M23386</link>
      <description>&lt;P&gt;I apologize for possibly being too terse, but the small amount of details you provided only permits a very limited response&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
// Open the excel file
dt = Open( "KY.xlsx" );

// Analyze the data&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Could you please provide what you are doing to analyze the data? &amp;nbsp;Or are you expecting the JMP Community to help you with what the data analysis should be?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2017 15:41:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/39935#M23386</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-04T15:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to analyse automaticly？</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/40074#M23461</link>
      <description>thanks your answer，i want to anaysis like Append file，i want data analysis is should be if point over 0.3%，which over 0.3% point is changed to red colour 。</description>
      <pubDate>Wed, 07 Jun 2017 13:42:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/40074#M23461</guid>
      <dc:creator>TONYMA</dc:creator>
      <dc:date>2017-06-07T13:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to analyse automaticly？</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/40082#M23466</link>
      <description>&lt;P&gt;If you remove your Graph Builder code, and add this code into your script, you will get your colors.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=current data table();
dt&amp;lt;&amp;lt;new column("Colors", ordinal,formula(If(:crack&amp;lt;=.003,1,2)));

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 464 ),
	Show Control Panel( 0 ),
	Variables( X( :Month ), Y( :Crack ), Color( :Colors ) ),
	Elements( Points( X, Y, Legend( 3 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"Crack",
			ScaleBox,
			{Min( 0.001 ), Add Ref Line( 0.003, "Dashed", "Dark Red", "", 1 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Jun 2017 15:40:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-analyse-automaticly/m-p/40082#M23466</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-07T15:40:04Z</dc:date>
    </item>
  </channel>
</rss>

