<?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: Creating a dynamically linked table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404495#M65501</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;. My code, with confidential data removed, is something like this (maybe posting it up will help):&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Contingency(
	SendToByGroup( {:Name( "A or B" ) == "A"} ),
	Y( :Name( "Result x" ) ),
	SendToByGroup(
		{:Name( "A or B" ) == "A"},
		Y( :Name( "Result x" ) )
	),
	SendToByGroup(
		{:Name( "A or B" ) == "B"},
		Y( :Name( "Result x" ) )
	),
	X( :Name( "Result y" ) ),
	Automatic Recalc( 1 ),
	Contingency Table( Total %( 0 ), Col %( 0 ), Row %( 0 ) ),
	Mosaic Plot( 0 ),
	Tests( 0 ),
	By( :Name( "A or B" ) ),
	SendToByGroup(
		{:Name( "A or B" ) == "A"},
		Local Data Filter(
			Add Filter(
				columns(
					:Target,
					:Name( "Data x" )
				),
				Where( :Target == "background" ),
				Where(
					:Name( "Data x" ) == "True"
				),
				Display( :Target, Size( 160, 60 ), List Display )
			)
		)
	),
	SendToByGroup(
		{:Name( "A or B" ) == "B"},
		Local Data Filter(
			Add Filter(
				columns(
					:Target,
					:Name( "Data x" )
				),
				Where( :Target Channel == "background" ),
				Where(
					:Name( "Data x" ) == "True"
				),
				Display( :Target, Size( 160, 60 ), List Display )
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So I am using the Contingency Table feature. Does that allow for dynamic linking, and if not, what would be the best workaround?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 21:52:11 GMT</pubDate>
    <dc:creator>mostarr</dc:creator>
    <dc:date>2021-07-27T21:52:11Z</dc:date>
    <item>
      <title>Creating a dynamically linked table</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404464#M65496</link>
      <description>&lt;P&gt;Hi, I created a set of tables from a script using the Tabulate feature, but they don't appear to be dynamically linked. Is there a way to amend this, or how else would one go about creating a dynamically linked table in JMP / JSL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI by dynamically linked I mean, when you click on a cell in the table, it selects the corresponding data samples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:34:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404464#M65496</guid>
      <dc:creator>mostarr</dc:creator>
      <dc:date>2023-06-10T23:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamically linked table</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404490#M65500</link>
      <description>&lt;P&gt;Tabulate should be linked to data table. Subset and Summary do offer Link To Original Data Table option.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 21:39:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404490#M65500</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-07-27T21:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamically linked table</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404495#M65501</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;. My code, with confidential data removed, is something like this (maybe posting it up will help):&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Contingency(
	SendToByGroup( {:Name( "A or B" ) == "A"} ),
	Y( :Name( "Result x" ) ),
	SendToByGroup(
		{:Name( "A or B" ) == "A"},
		Y( :Name( "Result x" ) )
	),
	SendToByGroup(
		{:Name( "A or B" ) == "B"},
		Y( :Name( "Result x" ) )
	),
	X( :Name( "Result y" ) ),
	Automatic Recalc( 1 ),
	Contingency Table( Total %( 0 ), Col %( 0 ), Row %( 0 ) ),
	Mosaic Plot( 0 ),
	Tests( 0 ),
	By( :Name( "A or B" ) ),
	SendToByGroup(
		{:Name( "A or B" ) == "A"},
		Local Data Filter(
			Add Filter(
				columns(
					:Target,
					:Name( "Data x" )
				),
				Where( :Target == "background" ),
				Where(
					:Name( "Data x" ) == "True"
				),
				Display( :Target, Size( 160, 60 ), List Display )
			)
		)
	),
	SendToByGroup(
		{:Name( "A or B" ) == "B"},
		Local Data Filter(
			Add Filter(
				columns(
					:Target,
					:Name( "Data x" )
				),
				Where( :Target Channel == "background" ),
				Where(
					:Name( "Data x" ) == "True"
				),
				Display( :Target, Size( 160, 60 ), List Display )
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So I am using the Contingency Table feature. Does that allow for dynamic linking, and if not, what would be the best workaround?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 21:52:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404495#M65501</guid>
      <dc:creator>mostarr</dc:creator>
      <dc:date>2021-07-27T21:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamically linked table</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404496#M65502</link>
      <description>&lt;P&gt;In Tabulate, you need to click on the specific count or other statistic in the resulting cells zone to get the rows selected in the data table. If you click on whatever goes in the drop zones for rows, it will not select rows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tables &amp;gt; Summary will by default create a linked summary table which I use all the time for selecting rows in a larger table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 21:55:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404496#M65502</guid>
      <dc:creator>ledi_trutna</dc:creator>
      <dc:date>2021-07-27T21:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamically linked table</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404497#M65503</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;Just to clarify&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;statement.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;Tabulate is not linked the data table, but should be linked. Subset and Summary do offer Link To Original Data Table option.&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many of the Tabulate features can be created using the Group and SubGroup capability in Summary,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;See Ledi's response below&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 22:46:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-a-dynamically-linked-table/m-p/404497#M65503</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-07-27T22:46:43Z</dc:date>
    </item>
  </channel>
</rss>

