<?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 I can separate number and character in cell in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-I-can-separate-number-and-character-in-cell-in-JMP/m-p/442549#M69079</link>
    <description>&lt;P&gt;If you just want to replace 0 with empty strings, you can use Substitute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

str = "00000000J";
Substitute(str, "0", "");&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 05 Dec 2021 14:50:07 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-12-05T14:50:07Z</dc:date>
    <item>
      <title>How I can separate number and character in cell in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-I-can-separate-number-and-character-in-cell-in-JMP/m-p/442530#M69078</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have question about JMP , I have column with numbers (0) and letters so I need to create new column and using formula include only the letters and delete all (0) ! so is it possible to do that in JMP ? and which function I should use ?&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I tried&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; (word) function but it does not work with me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the column :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-12-05 172002.png" style="width: 269px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/38151i94CD47F6895A2898/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-12-05 172002.png" alt="Screenshot 2021-12-05 172002.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I want something like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-12-05 172028.png" style="width: 138px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/38152i4B939A871F0B49FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-12-05 172028.png" alt="Screenshot 2021-12-05 172028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:42:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-I-can-separate-number-and-character-in-cell-in-JMP/m-p/442530#M69078</guid>
      <dc:creator>Balqees</dc:creator>
      <dc:date>2023-06-09T00:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: How I can separate number and character in cell in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-I-can-separate-number-and-character-in-cell-in-JMP/m-p/442549#M69079</link>
      <description>&lt;P&gt;If you just want to replace 0 with empty strings, you can use Substitute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

str = "00000000J";
Substitute(str, "0", "");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 05 Dec 2021 14:50:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-I-can-separate-number-and-character-in-cell-in-JMP/m-p/442549#M69079</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-12-05T14:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: How I can separate number and character in cell in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-I-can-separate-number-and-character-in-cell-in-JMP/m-p/442550#M69080</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 16:28:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-I-can-separate-number-and-character-in-cell-in-JMP/m-p/442550#M69080</guid>
      <dc:creator>Balqees</dc:creator>
      <dc:date>2021-12-05T16:28:36Z</dc:date>
    </item>
  </channel>
</rss>

