<?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: Remove checkbox selection in Column Info window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Remove-checkbox-selection-in-Column-Info-window/m-p/725658#M91034</link>
    <description>&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/column-messages.shtml?os=win&amp;amp;source=application#ww2352025" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/column-messages.shtml?os=win&amp;amp;source=application#ww2352025&lt;/A&gt; &lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;col&amp;lt;&amp;lt;Format("Precision", &amp;lt;width&amp;gt;, &amp;lt;decimal places&amp;gt;, &amp;lt;"Use Thousands Separator"&amp;gt;, &amp;lt;"Keep Trailing Zeroes"&amp;gt;, &amp;lt;"Keep All Whole Digits"&amp;gt;)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;not exactly sure though what the syntax is to disable it... so I tested few options and this seemed to work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

Column(dt, "height")&amp;lt;&amp;lt; Format("Precision", Keep trailing zeroes(0), 7, 1);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Feb 2024 20:40:13 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-02-27T20:40:13Z</dc:date>
    <item>
      <title>Remove checkbox selection in Column Info window</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-checkbox-selection-in-Column-Info-window/m-p/725647#M91031</link>
      <description>&lt;P&gt;I can't for the life of me find documentation on how to uncheck a box in the column info window through jsl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to set a column data type to "Precision" and I&amp;nbsp;&lt;STRONG&gt;don't&lt;/STRONG&gt; want "Keep trailing zeroes" selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the code below, "Keep trailing zeroes" is selected by default.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;column&amp;lt;&amp;lt;format("Precision",12,2)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 20:03:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-checkbox-selection-in-Column-Info-window/m-p/725647#M91031</guid>
      <dc:creator>Kyle_at_ii-vi</dc:creator>
      <dc:date>2024-02-27T20:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove checkbox selection in Column Info window</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-checkbox-selection-in-Column-Info-window/m-p/725658#M91034</link>
      <description>&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/column-messages.shtml?os=win&amp;amp;source=application#ww2352025" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/column-messages.shtml?os=win&amp;amp;source=application#ww2352025&lt;/A&gt; &lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;col&amp;lt;&amp;lt;Format("Precision", &amp;lt;width&amp;gt;, &amp;lt;decimal places&amp;gt;, &amp;lt;"Use Thousands Separator"&amp;gt;, &amp;lt;"Keep Trailing Zeroes"&amp;gt;, &amp;lt;"Keep All Whole Digits"&amp;gt;)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;not exactly sure though what the syntax is to disable it... so I tested few options and this seemed to work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

Column(dt, "height")&amp;lt;&amp;lt; Format("Precision", Keep trailing zeroes(0), 7, 1);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Feb 2024 20:40:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-checkbox-selection-in-Column-Info-window/m-p/725658#M91034</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-27T20:40:13Z</dc:date>
    </item>
  </channel>
</rss>

