Can you create a Stacked Data Table with only the selected rows
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.Data Table( "My Table" ) << Clear Select <<
Select Where( :Name("5 Million") == "Over 5 Million" ) <<
Stack(
columns(
:"Baseline Percent Change"n,
:"District Percent Change"
...