<?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 Can you create a Stacked Data Table with only the selected rows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-you-create-a-Stacked-Data-Table-with-only-the-selected-rows/m-p/781696#M96451</link>
    <description>&lt;P&gt;I have tried it a couple of different ways but none of them seem to work. I am trying to find a way using JSL to create a stacked data table but only with the rows I have selected. I am using the JSL inside of a Workflow.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "My Table" ) &amp;lt;&amp;lt; Clear Select &amp;lt;&amp;lt; 
Select Where( :Name("5 Million") == "Over 5 Million" ) &amp;lt;&amp;lt;
Stack(
	columns(
		:"Baseline Percent Change"n,
		:"District Percent Change"n,
		:"Engineers Percent Change"n
	),
	Source Label Column( "Estimate" ),
	Stacked Data Column( "Percent Change" ),
	Drop All Other Columns( 1 ),
	Output Table(
		"Stack of Fiscal Year 2024 Percent Changes - Over 5 Million)"
	),
	selected rows only(1)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2024 19:08:58 GMT</pubDate>
    <dc:creator>ACraig</dc:creator>
    <dc:date>2024-08-14T19:08:58Z</dc:date>
    <item>
      <title>Can you create a Stacked Data Table with only the selected rows</title>
      <link>https://community.jmp.com/t5/Discussions/Can-you-create-a-Stacked-Data-Table-with-only-the-selected-rows/m-p/781696#M96451</link>
      <description>&lt;P&gt;I have tried it a couple of different ways but none of them seem to work. I am trying to find a way using JSL to create a stacked data table but only with the rows I have selected. I am using the JSL inside of a Workflow.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "My Table" ) &amp;lt;&amp;lt; Clear Select &amp;lt;&amp;lt; 
Select Where( :Name("5 Million") == "Over 5 Million" ) &amp;lt;&amp;lt;
Stack(
	columns(
		:"Baseline Percent Change"n,
		:"District Percent Change"n,
		:"Engineers Percent Change"n
	),
	Source Label Column( "Estimate" ),
	Stacked Data Column( "Percent Change" ),
	Drop All Other Columns( 1 ),
	Output Table(
		"Stack of Fiscal Year 2024 Percent Changes - Over 5 Million)"
	),
	selected rows only(1)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 19:08:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-you-create-a-Stacked-Data-Table-with-only-the-selected-rows/m-p/781696#M96451</guid>
      <dc:creator>ACraig</dc:creator>
      <dc:date>2024-08-14T19:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a Stacked Data Table with only the selected rows</title>
      <link>https://community.jmp.com/t5/Discussions/Can-you-create-a-Stacked-Data-Table-with-only-the-selected-rows/m-p/781713#M96455</link>
      <description>&lt;P&gt;Might have to select, then subset, then stack with the subset.&lt;/P&gt;
&lt;P&gt;If you're working with a really large table, use the private or invisible arguments to keep the memory overhead down, but remember to close private tables.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 19:18:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-you-create-a-Stacked-Data-Table-with-only-the-selected-rows/m-p/781713#M96455</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2024-08-14T19:18:23Z</dc:date>
    </item>
  </channel>
</rss>

