<?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 Is &amp;quot;Concat Items&amp;quot; only working properly with simple string? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881859#M104594</link>
    <description>&lt;P&gt;The script below works properly to populate a data table with string items chosen from a list (A to I). However, when I change "A-I" items to mor complex string, for example "Change process based on study results", the script does not poulate the datatable properly (does not transfer at all).&amp;nbsp;Is the "Concat Items" only working properly with simple characters? Or is the problem somewhere else? Thanks for any input!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;srimprvTypes = {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "A",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "B",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "C",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "D",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "E",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "F",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "G",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "H",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "I"&lt;/DIV&gt;
&lt;DIV&gt;};&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;New Window("Performance Summary Input: Related Improvements",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;Modal,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;Size(600, 300),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Panel Box("Improvement based on results",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cb48 = Check Box(srimprvTypes),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Border Box(top(10))&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Border Box(Left(1), Right(5), Top(15), Bottom(5),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Button Box("OK",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; selectedItems = cb48 &amp;lt;&amp;lt; Get Selected;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; srimprvText = Concat Items(selectedItems, ", ");&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dt[1, 52] = srimprvText;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; )&lt;/DIV&gt;
&lt;DIV&gt;);&lt;/DIV&gt;</description>
    <pubDate>Thu, 26 Jun 2025 12:50:22 GMT</pubDate>
    <dc:creator>Dorian</dc:creator>
    <dc:date>2025-06-26T12:50:22Z</dc:date>
    <item>
      <title>Is "Concat Items" only working properly with simple string?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881859#M104594</link>
      <description>&lt;P&gt;The script below works properly to populate a data table with string items chosen from a list (A to I). However, when I change "A-I" items to mor complex string, for example "Change process based on study results", the script does not poulate the datatable properly (does not transfer at all).&amp;nbsp;Is the "Concat Items" only working properly with simple characters? Or is the problem somewhere else? Thanks for any input!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;srimprvTypes = {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "A",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "B",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "C",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "D",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "E",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "F",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "G",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "H",&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "I"&lt;/DIV&gt;
&lt;DIV&gt;};&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;New Window("Performance Summary Input: Related Improvements",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;Modal,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;Size(600, 300),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Panel Box("Improvement based on results",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cb48 = Check Box(srimprvTypes),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Border Box(top(10))&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Border Box(Left(1), Right(5), Top(15), Bottom(5),&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Button Box("OK",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; selectedItems = cb48 &amp;lt;&amp;lt; Get Selected;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; srimprvText = Concat Items(selectedItems, ", ");&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dt[1, 52] = srimprvText;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; )&lt;/DIV&gt;
&lt;DIV&gt;);&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Jun 2025 12:50:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881859#M104594</guid>
      <dc:creator>Dorian</dc:creator>
      <dc:date>2025-06-26T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is "Concat Items" only working properly with simple string?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881862#M104596</link>
      <description>&lt;P&gt;Most likely your problem is somewhere else than with Concat Items&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

items1 = {"A", "B", "C", "D", "E", "F", "G", "H", "I"};
items2 = {	
    "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
    "Vestibulum hendrerit massa eu blandit accumsan.",
    "Nulla a lectus nec ligula rhoncus ornare."
};

Show(Concat Items(items1, "@"), Concat Items(items2, "@"));
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Jun 2025 13:16:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881862#M104596</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-26T13:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is "Concat Items" only working properly with simple string?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881863#M104597</link>
      <description>&lt;P&gt;You could use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;show(selectedItems);
and
show(srimprvTex);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to help diagnose the problem. The output of show() will be in the log window.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 13:16:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881863#M104597</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2025-06-26T13:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is "Concat Items" only working properly with simple string?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881866#M104599</link>
      <description>&lt;P&gt;I need some help understanding what you mean by "a more complex string".&amp;nbsp; Could you provide an example?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Items in a JMP list will not be executed prior to being used in the Concat Items.&amp;nbsp; They must be in the form of&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;" values "&lt;/P&gt;
&lt;P&gt;items in a list such as&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;format(77,9, "Fixed Dec", 6,1)&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; "A" || "B"&lt;/P&gt;
&lt;P&gt;which if executed would produce a simple string, by rule, will not be executed&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 13:26:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/881866#M104599</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-06-26T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is "Concat Items" only working properly with simple string?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/882358#M104627</link>
      <description>&lt;P&gt;Thanks -thats right, my problem seems to be in the data transfer.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 10:38:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/882358#M104627</guid>
      <dc:creator>Dorian</dc:creator>
      <dc:date>2025-06-30T10:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is "Concat Items" only working properly with simple string?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/882360#M104628</link>
      <description>&lt;P&gt;Thanks -yes it both shows my selection correctly. My problem seems to be somewhere in the transfer to the data table.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 10:44:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/882360#M104628</guid>
      <dc:creator>Dorian</dc:creator>
      <dc:date>2025-06-30T10:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is "Concat Items" only working properly with simple string?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/882361#M104629</link>
      <description>&lt;P&gt;&lt;SPAN&gt;My problem seems to be somewhere in the transfer to the data table, not the concat command. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 10:45:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-quot-Concat-Items-quot-only-working-properly-with-simple/m-p/882361#M104629</guid>
      <dc:creator>Dorian</dc:creator>
      <dc:date>2025-06-30T10:45:52Z</dc:date>
    </item>
  </channel>
</rss>

