<?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 how to change one column to percentage format in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-change-one-column-to-percentage-format/m-p/253669#M49806</link>
    <description>&lt;P&gt;Like change the weight column to persentage:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to covert the "weight" column as&amp;nbsp; "95/100*100"=95%. 95% as the final result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; height&amp;nbsp; weight&lt;/P&gt;&lt;P&gt;KATIE small F&amp;nbsp; &amp;nbsp; 59&amp;nbsp; &amp;nbsp; 95&lt;BR /&gt;LOUISE small F 61 123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2020 02:14:11 GMT</pubDate>
    <dc:creator>Theresa</dc:creator>
    <dc:date>2020-03-23T02:14:11Z</dc:date>
    <item>
      <title>how to change one column to percentage format</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-change-one-column-to-percentage-format/m-p/253669#M49806</link>
      <description>&lt;P&gt;Like change the weight column to persentage:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to covert the "weight" column as&amp;nbsp; "95/100*100"=95%. 95% as the final result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; height&amp;nbsp; weight&lt;/P&gt;&lt;P&gt;KATIE small F&amp;nbsp; &amp;nbsp; 59&amp;nbsp; &amp;nbsp; 95&lt;BR /&gt;LOUISE small F 61 123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 02:14:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-change-one-column-to-percentage-format/m-p/253669#M49806</guid>
      <dc:creator>Theresa</dc:creator>
      <dc:date>2020-03-23T02:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to change one column to percentage format</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-change-one-column-to-percentage-format/m-p/253672#M49807</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$SAMPLE_DATA/big class.jmp");
for each row(
     :weight = :weight / 100;
);
dt:weight &amp;lt;&amp;lt; format("Percent",7,2);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Percent format uses 1 as 100%, and any decimal value less than 1 as the percent of 1.&amp;nbsp; Therefore .59 will be displayed as 59%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 02:47:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-change-one-column-to-percentage-format/m-p/253672#M49807</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-03-23T02:47:24Z</dc:date>
    </item>
  </channel>
</rss>

