<?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: dynamic concatenation of checkbox list output  in the same window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/dynamic-concatenation-of-checkbox-list-output-in-the-same-window/m-p/404002#M65445</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 15:29:40 GMT</pubDate>
    <dc:creator>Sburel</dc:creator>
    <dc:date>2021-07-26T15:29:40Z</dc:date>
    <item>
      <title>dynamic concatenation of checkbox list output  in the same window</title>
      <link>https://community.jmp.com/t5/Discussions/dynamic-concatenation-of-checkbox-list-output-in-the-same-window/m-p/403746#M65429</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I trying to create a simple script where, as various items in a checkbox list are selected in a window, those items are concatenated and displayed dynamically in the same window below the list.&lt;/P&gt;&lt;P&gt;Eventually, I would have a series of checkbox lists whose results are concatenated into a string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion would be appreciated,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sebastien&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 );
New Window( "Example",
cb = Check Box( {"One", "Two", "Three"}),
text box( "Selected: " || Concat Items( cb &amp;lt;&amp;lt; Get Selected(), ", " ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:53:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/dynamic-concatenation-of-checkbox-list-output-in-the-same-window/m-p/403746#M65429</guid>
      <dc:creator>Sburel</dc:creator>
      <dc:date>2023-06-09T19:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic concatenation of checkbox list output  in the same window</title>
      <link>https://community.jmp.com/t5/Discussions/dynamic-concatenation-of-checkbox-list-output-in-the-same-window/m-p/403750#M65430</link>
      <description>&lt;P&gt;Here is the simple modification to you code to make it work&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1627250332735.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/34498i362521CEFD60E531/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1627250332735.png" alt="txnelson_0-1627250332735.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Look to the Scripting Index to help understand the elements of the script&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example",
	cb = Check Box(
		{"One", "Two", "Three"},
		tb &amp;lt;&amp;lt; set text( "Selected: " || Concat Items( cb &amp;lt;&amp;lt; Get Selected(), ", " ) )
	),
	tb = Text Box( "" )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jul 2021 22:00:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/dynamic-concatenation-of-checkbox-list-output-in-the-same-window/m-p/403750#M65430</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-07-25T22:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic concatenation of checkbox list output  in the same window</title>
      <link>https://community.jmp.com/t5/Discussions/dynamic-concatenation-of-checkbox-list-output-in-the-same-window/m-p/404002#M65445</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 15:29:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/dynamic-concatenation-of-checkbox-list-output-in-the-same-window/m-p/404002#M65445</guid>
      <dc:creator>Sburel</dc:creator>
      <dc:date>2021-07-26T15:29:40Z</dc:date>
    </item>
  </channel>
</rss>

