<?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 use JSL  to change the column data type &amp;amp;amp;format in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-use-JSL-to-change-the-column-data-type-amp-amp-format/m-p/531860#M75485</link>
    <description>&lt;P&gt;If you are using JMP 16, try making the change interactively and then looking in the enhanced log (View &amp;gt; Log on Windows).&amp;nbsp; Many interactive actions will give sample scripts for the operations that you perform.&amp;nbsp; I tried this with the Blenders.jsl sample data and it gave this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// Change column info: Time Cycles
Data Table( "Blenders" ):Time Cycles &amp;lt;&amp;lt; Data Type(
	Numeric,
	Format( "Engineering SI", 9 )
) &amp;lt;&amp;lt; Set Field Width( 12 );
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;If you have a &lt;EM&gt;dt&lt;/EM&gt; table variable, you can use that in place of &lt;EM&gt;Data Table("Blenders")&lt;/EM&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 11:34:14 GMT</pubDate>
    <dc:creator>danschikore</dc:creator>
    <dc:date>2022-08-09T11:34:14Z</dc:date>
    <item>
      <title>how to use JSL  to change the column data type &amp;amp;format</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-use-JSL-to-change-the-column-data-type-amp-amp-format/m-p/531839#M75484</link>
      <description>&lt;P&gt;I&amp;nbsp; want to&amp;nbsp; the column data type (charactor ---numeric) and format (best----engineering si)&amp;nbsp; using JSL.I tried some scripts such as below ,but no works. Please help and any sultion will be appreciated .&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt;Column( "Freq(Hz)"&amp;lt;&amp;lt; data type( numeric ) &amp;lt;&amp;lt; Format( "Engineering SI" )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:07:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-use-JSL-to-change-the-column-data-type-amp-amp-format/m-p/531839#M75484</guid>
      <dc:creator>fredwcf</dc:creator>
      <dc:date>2023-06-09T17:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to use JSL  to change the column data type &amp;amp;format</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-use-JSL-to-change-the-column-data-type-amp-amp-format/m-p/531860#M75485</link>
      <description>&lt;P&gt;If you are using JMP 16, try making the change interactively and then looking in the enhanced log (View &amp;gt; Log on Windows).&amp;nbsp; Many interactive actions will give sample scripts for the operations that you perform.&amp;nbsp; I tried this with the Blenders.jsl sample data and it gave this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// Change column info: Time Cycles
Data Table( "Blenders" ):Time Cycles &amp;lt;&amp;lt; Data Type(
	Numeric,
	Format( "Engineering SI", 9 )
) &amp;lt;&amp;lt; Set Field Width( 12 );
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;If you have a &lt;EM&gt;dt&lt;/EM&gt; table variable, you can use that in place of &lt;EM&gt;Data Table("Blenders")&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 11:34:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-use-JSL-to-change-the-column-data-type-amp-amp-format/m-p/531860#M75485</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2022-08-09T11:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to use JSL  to change the column data type &amp;amp;format</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-use-JSL-to-change-the-column-data-type-amp-amp-format/m-p/531866#M75489</link>
      <description>&lt;P&gt;I am using JMP 16, thank you for telling me the&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Log window function .it's very helpful .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 12:13:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-use-JSL-to-change-the-column-data-type-amp-amp-format/m-p/531866#M75489</guid>
      <dc:creator>fredwcf</dc:creator>
      <dc:date>2022-08-09T12:13:20Z</dc:date>
    </item>
  </channel>
</rss>

