Struggling with extracting the second largest values for each column
I have been trying to extract second largest numbers from JMP tables. So far, I have only been manually doing it usingSort descending( Eval List( {:X1, :X2, :X3}));How can I just pass the entire table rather than individual column names?