Hi,
I'm wondering if there is study management API for making a study as current study in JMP clinical. The "JMPClinicalBatchConfiguration" seems relevent here but I do not know how to set up.
Best,
Baoyue Li
Hello Baoyue!
If you are interested in running a JSL script within JMP Clinical that sets the current study, you can use this function:
JMPClinicalStudyManagerAPI:setCurrentStudy(<Study Name>);
where <Study Name> is a string that is the name of the study you want to make active.Many thanks Drew. I got the JMP Alert "the symbol 'setCurrentStudy' is not defined in namespace 'JMPclinicalstudyManagerAPI'{3501} in access or evaluation of 'JMPclinicalstudymanagerAPI:setCurrentStudy', ..."
I've read through the link you provided but there's no command for setting current study there.
also, I'm using JMP clinical 8.1 and JMP 15.2.1
Best,
Baoyue