How does JMP evaluate a column formula?
@txnelson just used summarize() inside as constant:https://community.jmp.com/t5/Discussions/Alphabetical-Ranking-of-Nominal-Data/m-p/822725/highlight/true#M100245 As Constant( Summarize( theLevels = by( :age ) ) );
Contains( theLevels, Char( :age ) );
Very interesting approach!For as constant, the scripting index provides the exampleNames Default To Here( 1 );
New Table( "As Constant Demo Table 1"
...