<?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 multiple column format at once in JMP Script I have them in a column group and all should be Fixed Dec, 15, 0 -thanks in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536525#M75852</link>
    <description>&lt;P&gt;Select the columns you want to change the format to, then go to the pull down menu&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Cols=&amp;gt;Standardize Attributes&lt;/P&gt;
&lt;P&gt;and you will be able to set the format once and it will apply it to all of the selected columns.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 15:19:28 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-08-23T15:19:28Z</dc:date>
    <item>
      <title>how to multiple column format at once in JMP Script I have them in a column group and all should be Fixed Dec, 15, 0 -thanks</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536453#M75850</link>
      <description>&lt;P&gt;how to multiple column format at once in JMP Script I have them in a column group and all should be Fixed Dec, 15, 0 -than&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:08:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536453#M75850</guid>
      <dc:creator>Andreas_Goller</dc:creator>
      <dc:date>2023-06-09T17:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to multiple column format at once in JMP Script I have them in a column group and all should be Fixed Dec, 15, 0 -thanks</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536525#M75852</link>
      <description>&lt;P&gt;Select the columns you want to change the format to, then go to the pull down menu&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Cols=&amp;gt;Standardize Attributes&lt;/P&gt;
&lt;P&gt;and you will be able to set the format once and it will apply it to all of the selected columns.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 15:19:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536525#M75852</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-23T15:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to multiple column format at once in JMP Script I have them in a column group and all should be Fixed Dec, 15, 0 -thanks</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536801#M75869</link>
      <description>&lt;P&gt;In addition to interactive way of Jim, to do it as a Script see the following example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
// define a column group and set format of that columns in the group

dt = Open( "$SAMPLE_DATA\Big Class.jmp" );
dt &amp;lt;&amp;lt; group columns( "decimals", {:height, :weight} );

For Each( {value}, dt &amp;lt;&amp;lt; get column group( "decimals" ),
	Print( value );
	value &amp;lt;&amp;lt; Format( "Fixed Dec", 15, 3 );
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Aug 2022 05:54:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536801#M75869</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-08-24T05:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to multiple column format at once in JMP Script I have them in a column group and all should be Fixed Dec, 15, 0 -thanks</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536806#M75870</link>
      <description>&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 06:10:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-multiple-column-format-at-once-in-JMP-Script-I-have-them/m-p/536806#M75870</guid>
      <dc:creator>Andreas_Goller</dc:creator>
      <dc:date>2022-08-24T06:10:43Z</dc:date>
    </item>
  </channel>
</rss>

