How to sort the data table within an application?
I've written a fairly complex JSL application using the JMP Application Builder. The application launcher prompts the user for column selections and then I sort the data by the chosen columns before continuing with processing and visualizations. If the data set has dependent open windows, I need to give the user the option to continue without sorting (the data was likely pre-sorted) or exit the sc...