<?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 remove quotation marks from the result of Concat command in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-remove-quotation-marks-from-the-result-of-Concat-command/m-p/437726#M68653</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to concatenate the content of the row with the parsed characters of its previous rows:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;CODE class=" language-jsl"&gt;Word( 1, :Col1[Row() - 1] || "-" || Words( :Col1, "-" )[2] )&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Col1 has the following two rows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;ABCD123-1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;ABCD123-2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;It results the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;"ABCD123-1-2"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;How can I remove the quotation marks sow it shows the following&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;ABCD123-1-2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:40:44 GMT</pubDate>
    <dc:creator>ardavanz</dc:creator>
    <dc:date>2023-06-10T23:40:44Z</dc:date>
    <item>
      <title>How to remove quotation marks from the result of Concat command</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-quotation-marks-from-the-result-of-Concat-command/m-p/437726#M68653</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to concatenate the content of the row with the parsed characters of its previous rows:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;CODE class=" language-jsl"&gt;Word( 1, :Col1[Row() - 1] || "-" || Words( :Col1, "-" )[2] )&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Col1 has the following two rows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;ABCD123-1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;ABCD123-2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;It results the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;"ABCD123-1-2"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;How can I remove the quotation marks sow it shows the following&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;ABCD123-1-2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:40:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-quotation-marks-from-the-result-of-Concat-command/m-p/437726#M68653</guid>
      <dc:creator>ardavanz</dc:creator>
      <dc:date>2023-06-10T23:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove quotation marks from the result of Concat command</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-quotation-marks-from-the-result-of-Concat-command/m-p/437772#M68654</link>
      <description>They are not really there.  The print and show functions add them when displayed to the log,  as does the log itself when displaying a character result. To see it plain,  use write(your expression). The write function does not decorate the value.</description>
      <pubDate>Wed, 17 Nov 2021 21:29:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-quotation-marks-from-the-result-of-Concat-command/m-p/437772#M68654</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-11-17T21:29:59Z</dc:date>
    </item>
  </channel>
</rss>

