Extract data from a tabulation's tree structure?
In my quest to avoid the table-flashing behavior of JMP I'm trying a different approach. Normally I create an invisible tabulation, and to use the data I make a data table out of it. The data table is easy to use, but unfortunately if you create a lot of them (like I do) you get lots of tables appearing and disappearing. To prevent the table flashing I'd like to extract the data directly from t...