Login Page - Create Account

Support Board


Date/Time: Sat, 11 Jan 2025 14:55:21 +0000



Post From: Access custom studies from other custom studies

[2016-12-05 16:17:53]
User514837 - Posts: 47
I want to access custom studies that I have written from within another custom study. I tried to do this with inputs, as in selecting a study from the chart, like this:

sc.GetStudyArrayUsingID(studyRef.GetStudyID())

Is there a better way to achieve this? I need some specific data from within the other studies, but I'm not sure whether I'm going in the correct way.