My source data is in excel. I created a script to import the data with wizard into JMP and then further scripts do many things in JMP, ultimately creating graphs. And the scripts re-run just fine as long as I just look at the original data. But when I add new rows in the excel and run the scripts, the new data is not included there. I just see the same data that was in the excel when I created the scripts for the first time.
I have not worked for a long with JMP and never written a script of my own.
I have JMP 17. I'm not yet familiar with Source Script and Workflow builder so I need to look into those. Thanks for the advice. Any recommendations where to start?
Then answers:
In your case, I feel like creating Workflow might be the easiest option to get started as you don't really want to update JMP table but rather always re-create new table.
Create new workflow
Start recording actions
Here I have excel opened and I have added new column
You can stop recording at this point, as I feel like this is all you need.
Then you can save your workflow and just rerun it to create new table whenever you need one.
Thanks for the advice Jarmo, this looks quite clear. In the real JMP table I need to do more data manipulation and then create several graphs but if the whole thing can be managed simply by recording the steps in the workflow, then this looks indeed like a viable solution. I will try this out, thank you!
Now it works! The structure and flow which I created are perhaps a little bit clumsy - but they serve the purpose and now I have a way forward, to further refine the solution. Thank you again Jarmo.
You can also export it as a script and it might be easier to modify that way.
Also, if you start modifying JMP created scripts, this video can be very helpful