<?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: Line Up box runs with JMP 17.2 but not with JMP 18.1 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824662#M100431</link>
    <description>Sure will check&lt;BR /&gt;So lineupbox won’t work with distribution platform anymore as it does with jmp 17?</description>
    <pubDate>Fri, 20 Dec 2024 12:04:03 GMT</pubDate>
    <dc:creator>vharibal</dc:creator>
    <dc:date>2024-12-20T12:04:03Z</dc:date>
    <item>
      <title>Line Up box runs with JMP 17.2 but not with JMP 18.1</title>
      <link>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824649#M100428</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running distribution platform to store multiple graphs in 4 columns per row&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this ran perfectly with JMP 17.2, but isnt running with JMP 18.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Lub = lineup box(

Dist_ BLE = dt_BLE  &amp;lt;&amp;lt; Distribution(

    Continuous Distribution(
		Column( :"Pout_accuracy"n),
		Quantiles( 0 ),
		Vertical( 0 ),
		Count Axis( 1 ),
		Show Counts( 0 ),
		
	),
	
	SendToReport(
		Dispatch(
			{"Pout_accuracy"},
			"1",
			ScaleBox,
			{ Inc( 0.5 ),
			Minor Ticks( 4 )}
		),
		Dispatch( {"Pout_accuracy"}, "Quantiles", OutlineBox, {Close( 1 )} ),
		
		Dispatch(
			{"Pout_accuracy"},
			"1",
			ScaleBox,
			{Add Ref Line( -2, "Solid", "Red", "LSL", 1 ),
			Add Ref Line( 2, "Solid", "Red", "USL", 1 )}
		)
	),
	
	
	
	By("PktType"n, "Freq"n , "Txpwr"n , "BT_PA"n, "Temp"n )
);

);

jj = New Window( "The Output_BLE",  &amp;lt;&amp;lt; journal,  V List Box(Lub) );
Lub &amp;lt;&amp;lt; N Col( 4 );	

jj &amp;lt;&amp;lt; Save Journal ("C:\Users\NXF90574\Desktop\bt test\bt_1\journal_dist_BLE.jrn");

jj &amp;lt;&amp;lt; Save PDF( "C:\Users\NXF90574\Desktop\bt test\bt_1\BLE_Dist.pdf", show page setup(0), potrait(1) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Dec 2024 11:06:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824649#M100428</guid>
      <dc:creator>vharibal</dc:creator>
      <dc:date>2024-12-20T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line Up box runs with JMP 17.2 but not with JMP 18.1</title>
      <link>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824660#M100429</link>
      <description>&lt;P&gt;By is handled in different manner in JMP18. I suggest you check out how you could do this in JMP18 as it has more options&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1734694909325.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71472i0AC62937FB5BB7F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1734694909325.png" alt="jthi_0-1734694909325.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 11:42:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824660#M100429</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-12-20T11:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line Up box runs with JMP 17.2 but not with JMP 18.1</title>
      <link>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824662#M100431</link>
      <description>Sure will check&lt;BR /&gt;So lineupbox won’t work with distribution platform anymore as it does with jmp 17?</description>
      <pubDate>Fri, 20 Dec 2024 12:04:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824662#M100431</guid>
      <dc:creator>vharibal</dc:creator>
      <dc:date>2024-12-20T12:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Line Up box runs with JMP 17.2 but not with JMP 18.1</title>
      <link>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824664#M100432</link>
      <description>&lt;P&gt;Line Up Box() takes NCol() as its first argument.&amp;nbsp; I use it in JMP 18 to display some reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*edit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Never mind.&amp;nbsp; I see you sent the message later to the box.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmarchandFSLR_0-1734697526042.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71473i26A80CDAD83BA9B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmarchandFSLR_0-1734697526042.png" alt="mmarchandFSLR_0-1734697526042.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 12:27:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824664#M100432</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2024-12-20T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Line Up box runs with JMP 17.2 but not with JMP 18.1</title>
      <link>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824670#M100436</link>
      <description>&lt;P&gt;It might but I would use N Across&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

dist = dt &amp;lt;&amp;lt; Distribution(
	Continuous Distribution(Column(:height), Process Capability(0)),
	By(:age),
	Group Options(Layout("Arrange in Rows", N Across(4)), Return Group(1))
);

dist &amp;lt;&amp;lt; journal;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Dec 2024 12:45:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Line-Up-box-runs-with-JMP-17-2-but-not-with-JMP-18-1/m-p/824670#M100436</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-12-20T12:45:14Z</dc:date>
    </item>
  </channel>
</rss>

