How to send Graph Builder report (Heatmap) to Journal for each FOR Iteration?
Hi JMP users,
I am quite a novice in Scripting and would really appreciate a quick pointer. My script follows. Question is where do I insert a command to send the heatmap report for each iteration to the same journal sequentially and what command should I use?
Script:
directory = Pick Directory( "Select a directory" );
Pick File( "Select JMP File", directory, {"JMP Files|jmp;jsl;jrn", "All F
...