Saving JMP File / data table in Sharepoint through JSL
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 s...