<?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: changing the format of the column in JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5546#M5545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FR2007,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer of MS is rigth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you would like to prevent this problem, you have to format the variable as Numeric in the Excel file. Then JMP will understand the format of the column fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you have to avoid any character string in this column in the Excel file (except the row of column names), including cells with a space only (replace it for nothing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teresa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 09:43:11 GMT</pubDate>
    <dc:creator>teresa</dc:creator>
    <dc:date>2012-09-04T09:43:11Z</dc:date>
    <item>
      <title>changing the format of the column in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5544#M5543</link>
      <description>&lt;P&gt;i have an excel sheet with 5 columns and one of the column "Number" has a format of Data type(Character) and Modeling Type&amp;nbsp; (Nomial). I wrote a script in JSL to perform a row operation. I need to change the format of the column "Number" as soon as I open the file in JMP. I want the required format to be Data Type(Numeric) and Modeling TYpe(Continous). I wrote a script like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=open();
current data table&amp;lt;&amp;lt;set name("Data Sheet");
dt=data table("Data Sheet");
dt&amp;lt;&amp;lt; column("Number",Numeric,Continous,Format(Best,12) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the script goes on...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it is not changing the format of the column. could someone help me with the script.?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 15:48:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5544#M5543</guid>
      <dc:creator>fr2007</dc:creator>
      <dc:date>2017-01-04T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: changing the format of the column in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5545#M5544</link>
      <description>&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;Here is one way to do it:&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt:Number &amp;lt;&amp;lt; Data type( Numeric ) &amp;lt;&amp;lt; Set Modeling Type( Continuous );
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #150097;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #150097;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:15:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5545#M5544</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2018-02-08T16:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: changing the format of the column in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5546#M5545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FR2007,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer of MS is rigth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you would like to prevent this problem, you have to format the variable as Numeric in the Excel file. Then JMP will understand the format of the column fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you have to avoid any character string in this column in the Excel file (except the row of column names), including cells with a space only (replace it for nothing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teresa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 09:43:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5546#M5545</guid>
      <dc:creator>teresa</dc:creator>
      <dc:date>2012-09-04T09:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: changing the format of the column in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5547#M5546</link>
      <description>&lt;P&gt;Can you please tell the exact format for the script that you wrote?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the same line:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=open();
dt:Number &amp;lt;&amp;lt; Data type( Numeric ) &amp;lt;&amp;lt; Set Modeling Type( Continuous );
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;so that once I open the required sheet, The format of the column "Number" is changed to Numeric and Continous, but unfortunately it is not working.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:20:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5547#M5546</guid>
      <dc:creator>fr2007</dc:creator>
      <dc:date>2018-02-08T16:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: changing the format of the column in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5548#M5547</link>
      <description>&lt;P&gt;This is another way to do the same thing. Perhaps the syntax change will resolve the issue.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;column(dt,"Number")&amp;lt;&amp;lt;data type(Numeric)&amp;lt;&amp;lt;Modeling Type(Continuous)&amp;lt;&amp;lt;Format(Best,12);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:16:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/changing-the-format-of-the-column-in-JSL/m-p/5548#M5547</guid>
      <dc:creator>wiebepo</dc:creator>
      <dc:date>2018-02-08T16:16:36Z</dc:date>
    </item>
  </channel>
</rss>

