<?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: Any way to force a platform to run in a default configuration? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/739224#M92071</link>
    <description>&lt;P&gt;The Ignore Platform Preferences function might do what you want&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; Bivariate(
	Ignore Platform Preferences( 1 ),
	Y( :height ),
	X( :weight ),
	Action( Distribution( Y( :height, :weight ), Histograms Only ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 26 Mar 2024 19:32:43 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-03-26T19:32:43Z</dc:date>
    <item>
      <title>Any way to force a platform to run in a default configuration?</title>
      <link>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/739219#M92070</link>
      <description>&lt;P&gt;I have an AddIn that can run bunch of reports. It forms a nice customized reports that are exported to PowerPoint.&lt;/P&gt;&lt;P&gt;For instance, one of the reports runs Fit Y by X, runs linear fit, grabs R2 and Slope, displays then in a text box on a plot and deletes everything else (all the IfBoxes with Summary fits etc.)&lt;/P&gt;&lt;P&gt;I found that if a user has a customized configuration for a platform (for instance - run density ellipses by default with Fit Y by X), then all my logic of parsing display tree breaks and a) I can't get the results I need from display tree (because display tree is not what I expect) and b) unnecessary display boxes get in my final report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of checking for every possible combination of things that can be turned on by default in customized settings, is there a way to force a platform to run in default configuration?&lt;/P&gt;&lt;P&gt;Or maybe do this: Save current settings, apply default settings, run reports, apply saved settings back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 19:14:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/739219#M92070</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2024-03-26T19:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force a platform to run in a default configuration?</title>
      <link>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/739224#M92071</link>
      <description>&lt;P&gt;The Ignore Platform Preferences function might do what you want&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; Bivariate(
	Ignore Platform Preferences( 1 ),
	Y( :height ),
	X( :weight ),
	Action( Distribution( Y( :height, :weight ), Histograms Only ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Mar 2024 19:32:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/739224#M92071</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-26T19:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force a platform to run in a default configuration?</title>
      <link>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/739225#M92072</link>
      <description>&lt;P&gt;Bingo! Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 19:58:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/739225#M92072</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2024-03-26T19:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to force a platform to run in a default configuration?</title>
      <link>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/799972#M97573</link>
      <description>&lt;P&gt;There is no&amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Ignore Preferences(1)&lt;/FONT&gt;&lt;BR /&gt;right?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 15:41:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Any-way-to-force-a-platform-to-run-in-a-default-configuration/m-p/799972#M97573</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-18T15:41:02Z</dc:date>
    </item>
  </channel>
</rss>

