<?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 How to add dashboard function in jmp 12.0? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-add-dashboard-function-in-jmp-12-0/m-p/374559#M62434</link>
    <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I just found out that I don't have the function "&lt;STRONG&gt;Create a new dashboard&lt;/STRONG&gt;" in my jmp (version 12.0.0 jmp). So how can I use or how to add this to my jmp?&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:12:41 GMT</pubDate>
    <dc:creator>Ly_javier99</dc:creator>
    <dc:date>2023-06-11T11:12:41Z</dc:date>
    <item>
      <title>How to add dashboard function in jmp 12.0?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-dashboard-function-in-jmp-12-0/m-p/374559#M62434</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I just found out that I don't have the function "&lt;STRONG&gt;Create a new dashboard&lt;/STRONG&gt;" in my jmp (version 12.0.0 jmp). So how can I use or how to add this to my jmp?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:12:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-dashboard-function-in-jmp-12-0/m-p/374559#M62434</guid>
      <dc:creator>Ly_javier99</dc:creator>
      <dc:date>2023-06-11T11:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to add dashboard function in jmp 12.0?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-dashboard-function-in-jmp-12-0/m-p/374648#M62443</link>
      <description>&lt;P&gt;I believe the new window function existed in JMP 12, you could try something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);

dt = Open("$Sample_data/iris.jmp");

win = New Window("Dashboard",
	H List Box(
		dt &amp;lt;&amp;lt; Distribution(
			Continuous Distribution( Column( :Sepal length ) ),
			Continuous Distribution( Column( :Sepal width ) ),
			Continuous Distribution( Column( :Petal length ) ),
			Continuous Distribution( Column( :Petal width ) )
		),
		dt &amp;lt;&amp;lt; Graph Builder(
			Size( 772, 661 ),
			Show Control Panel( 0 ),
			Variables( X( :Petal length ), Y( :Sepal length ) ),
			Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 16:01:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-dashboard-function-in-jmp-12-0/m-p/374648#M62443</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-04-06T16:01:56Z</dc:date>
    </item>
  </channel>
</rss>

