Support Board
Date/Time: Wed, 27 Nov 2024 22:29:32 +0000
Post From: ACSIL : Will sc.GetStudyArrayUsingID work when study is not based ?
[2014-10-10 08:23:16] |
wwwingman - Posts: 185 |
Thank you. Moving up the sc.GetStudyArrayUsingID caller, in the studies to graph, SOLVED THE PROBLEM. I am was wrong saying SetStudySubgraphValues and SetStudyID+SetStudySubgraphValues have different behaviors (and updated the post above). However : * Changing the sc.GetStudyArrayUsingID caller precedence to low/very low DID NOT solve the problem. * This means calculation precedence is complicated and part of the complexity makes the usage of my study less reliable for my user. Bottom line : It works ! However, I don't like the idea an indicator works in relation to his place in the studies to graph so will have to go for a solution to avoid using sc.GetStudyArrayUsingID :( W. |