Loading an external script to a data table
Hi, Workflow involves taking a csv file importing and doing a bunch of calculations and then creating a summary table of important metrics. I also have a script that creates a user interface with column switcher and local data filters (shout out to txnelson). I would like to keep the code for table creation and manipulation separate from the creating the user interface. What I would like to do ...