Open jmp file from Teams/Sharepoint on publicly used script
Opening a jmp file from Microsoft Teams/Sharepoint is simple enough if I'm the only one using the script. I just go into Teams and click "Add Shortcut to OneDrive" and then am able to map to the file as shown below. dt = Open("C:\Users\{username}\OneDrive - {company}\Data\Table.jmp");
The problem I'm having is that I want this script to be usable by others in the company. I could make {username} a ...