<?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: Remove character strings in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637705#M83553</link>
    <description>&lt;P&gt;Using Word seems to work fine for me&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = New Table("Untitled 18",
	Add Rows(1),
	Compress File When Saved(1),
	New Column("S", Character, "Nominal", Set Values({"COLUMN %(AC353)"}))
);

dt &amp;lt;&amp;lt; New Column("", Character, Nominal, Formula(
	Word(2, :S)
));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Could you provide the datatable instead of an image? Also changing the separator to () instead of " " (default) might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	Word(2, :S, "()")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 01 Jun 2023 06:43:22 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-06-01T06:43:22Z</dc:date>
    <item>
      <title>Remove character strings</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637684#M83552</link>
      <description>&lt;P&gt;I have this column SAMPLE where I need only to retain the code inside the () but somehow, I cannot remove the Column% word and the parenthesis. I tried using Word(2,:SAMPLE) but it only returned an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to remove the word Column % and the parenthesis from the string?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UserID16644_0-1685600613666.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53312i8EBBA4CE80596414/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UserID16644_0-1685600613666.png" alt="UserID16644_0-1685600613666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:11:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637684#M83552</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2023-06-09T16:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove character strings</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637705#M83553</link>
      <description>&lt;P&gt;Using Word seems to work fine for me&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = New Table("Untitled 18",
	Add Rows(1),
	Compress File When Saved(1),
	New Column("S", Character, "Nominal", Set Values({"COLUMN %(AC353)"}))
);

dt &amp;lt;&amp;lt; New Column("", Character, Nominal, Formula(
	Word(2, :S)
));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Could you provide the datatable instead of an image? Also changing the separator to () instead of " " (default) might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	Word(2, :S, "()")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Jun 2023 06:43:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637705#M83553</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-06-01T06:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove character strings</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637707#M83554</link>
      <description>&lt;P&gt;Attached file is the sample data table. What I want is that only&amp;nbsp;AC353,&amp;nbsp;AEE67 and so on would be the only values of the column sample.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 06:50:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637707#M83554</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2023-06-01T06:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove character strings</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637709#M83555</link>
      <description>&lt;P&gt;Formula I provided with "()" should work, just replace :S with correct column&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1685602732155.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53313i8ABD956A43EDAF73/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1685602732155.png" alt="jthi_0-1685602732155.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 06:59:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-character-strings/m-p/637709#M83555</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-06-01T06:59:00Z</dc:date>
    </item>
  </channel>
</rss>

