How to pass data from Select Where to array
Hi, I'm trying to adapt this solution: https://community.jmp.com/t5/Discussions/Create-a-associative-array-from-unique-selected-rows-and-row/td-p/257860using Select Where instead of Select Rows.dt1 << Select Where( :Test == "Fail" );
I would like to create an array of the columns Age and Class for all the selected rows. Selected Rows doesn't seem to work and the Script Index Guide isn't clear on wh...