I'm trying to store a jmp data table which I can periodically update through JSL script (e.g. treating it like a check-in, check-out log).
So far, I was able to successfully open the data table using the Open() function. However, instead of opening the actual data table, it downloaded like a temporary copy of the table from sharepoint as I see that the table name became "Untitled $$$".
This is still acceptable as long as I can just save this new table in the same sharepoint directory and write over the existing file. I tried the Save(), Save as(), Copy Location () but none of these functions work.
The errors which I faced are similar to the ones discussed in this thread below:
Save data table to a sharepoint
I wonder if there are any new solutions since 2012.
Appreciate the help