Hi all,
I have several jsl scripts dealing with data fetching from databases, "manipulation" and analysis of these with regards to different tasks.
For organization purpose I like to use "Projects" as all data tables and graphs and journals etc. can be stored in "one" file.
However, I struggle with the automation of the save procedure of the respective contents.
All files are stored under "Workspace". This is not actually stored in the project (which would need the files to be stored under "Contents").
I could not find a way that my script automatically stores the files under "Contents" or in later step be moved there.
My basic JSL code (using JMP16) looks like:
1. Version
project = New Project();
project << Set Window Title( " blahblah " );
Move to Project( destination( project ), windows( {dt1, dt2, dt3} ) );
2. Version
prj = New Project(
run script(
...
)
);
Actually, both will end up with the same result all files (data tables and graphs) are under Workspace and I need to save them manually under Contents within this Project.
Any support / tips for data handling in Projects would be greatly appreciated!
I discussed the matter also with Martin and he proposed to use your knowledge / experience!
Thanks!
Cheers
Robert
@martindemel