Hi,
How can I access jsl script stored in the one drive? I tried using Include and Web option but it doesn't work. Is it supported in JMP?
Thanks,
Jack
I think so. For example, this short example shows how I open a JMP data table from my OneDrive folder.
dt = Open( "C:\Users\mabail\OneDrive - SAS\@Action\EasyDOE\Alias Matrix.jmp" );
Does this approach work for your script?
Hey Mark @Mark_Bailey ,
I'm trying to access using share point. It doesn't work with Open either. Thanks for the suggestion
Did you read the past discussions about accessing files in SharePoint (not OneDrive)? (Just search for "sharepoint")