@cclayton000 wrote:
Thanks everyone. Two follow up questions.
1. If the source data is in excel or CSV, will JMP automatically update with the new data entered into those side files? If not, is that where the scripts come into play?
2. ...
#1 can give you some headache.
data import is the most complicated part of data analysis : )
JMP helps:
With every Excel import, you automatically get an "update" script:

On the other hand:
Since users add data (manually or via formulas), add columns or rows, providing a robust way to "update" a JMP data table is more complicated than it sounds. At the moment, "update table" doesn't handle these cases, it's more like a "reset table":
Additional rows and columns will get deleted and the table starts virgin with just the content of the Excel file.