<?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: Make a combined data table from text exlporer in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Make-a-combined-data-table-from-text-exlporer/m-p/379930#M62993</link>
    <description>&lt;P&gt;The problem may be that you have a By( ) column that adds another layer to the report. The variable &lt;EM&gt;txt&amp;nbsp;&lt;/EM&gt;is then not a Text Explorer object but a list of several objects.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have French JMP installed, but try the code below. The only difference is the index [1] that points to the first "sub-report".&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Report( txt[1] )[Outline Box( "Liste des termes et des phrases" )][Table Box( 1 )] &amp;lt;&amp;lt;
Make Combined Data Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 26 Apr 2021 21:39:35 GMT</pubDate>
    <dc:creator>ms</dc:creator>
    <dc:date>2021-04-26T21:39:35Z</dc:date>
    <item>
      <title>Make a combined data table from text exlporer</title>
      <link>https://community.jmp.com/t5/Discussions/Make-a-combined-data-table-from-text-exlporer/m-p/379673#M62967</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I have some trouble to create my combined data table from a script.&lt;/P&gt;&lt;P&gt;I try to make a script to analyse a table with word and samples.&lt;/P&gt;&lt;P&gt;I do manually the text explorer of word (called "Termes" in my data table) by samples (called "Num Ech" in my data table) and than i create a combined data table to have a data table with the count of each word by sample.&lt;/P&gt;&lt;P&gt;I found a script to do the text explorer, but i don't understand how to create the combined data table. this is my script :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dta3 = Current data table ();
dta3 &amp;lt;&amp;lt; Delete Columns("MOTS");
LV = dta3 &amp;lt;&amp;lt; Select Where(Is missing(:TERMES));
LV &amp;lt;&amp;lt; Delete Rows;

txt = dta3 &amp;lt;&amp;lt; Text Explorer(
	Text Columns( :TERMES ),
	Tokenizing( "Basic Words" ),
	Language( "French" ),
	by( :NUM ECH ),
); 
Report(txt)[Outline Box("Liste des termes et des phrases")][Table Box(1) ]&amp;lt;&amp;lt; Make combined Data Table;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Margaux&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:29:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-a-combined-data-table-from-text-exlporer/m-p/379673#M62967</guid>
      <dc:creator>MargauxR</dc:creator>
      <dc:date>2023-06-10T23:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Make a combined data table from text exlporer</title>
      <link>https://community.jmp.com/t5/Discussions/Make-a-combined-data-table-from-text-exlporer/m-p/379930#M62993</link>
      <description>&lt;P&gt;The problem may be that you have a By( ) column that adds another layer to the report. The variable &lt;EM&gt;txt&amp;nbsp;&lt;/EM&gt;is then not a Text Explorer object but a list of several objects.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have French JMP installed, but try the code below. The only difference is the index [1] that points to the first "sub-report".&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Report( txt[1] )[Outline Box( "Liste des termes et des phrases" )][Table Box( 1 )] &amp;lt;&amp;lt;
Make Combined Data Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Apr 2021 21:39:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-a-combined-data-table-from-text-exlporer/m-p/379930#M62993</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2021-04-26T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Make a combined data table from text exlporer</title>
      <link>https://community.jmp.com/t5/Discussions/Make-a-combined-data-table-from-text-exlporer/m-p/380814#M63122</link>
      <description>&lt;P&gt;Thank you, it's working !&lt;/P&gt;&lt;P&gt;Have a good day !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Margaux&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 12:37:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-a-combined-data-table-from-text-exlporer/m-p/380814#M63122</guid>
      <dc:creator>MargauxR</dc:creator>
      <dc:date>2021-04-29T12:37:33Z</dc:date>
    </item>
  </channel>
</rss>

