I apologize if this has been discussed in another thread, but I just could not find it. When using tick Playback, I'm losing values for studies when I reload the efs file. For instance, I'm using:
var CCI_14_1 = study2.getValue(CCIStudy.CCI, -1)
The value of this variable goes to null if I reload the efs. Is this correct behavior?
var CCI_14_1 = study2.getValue(CCIStudy.CCI, -1)
The value of this variable goes to null if I reload the efs. Is this correct behavior?
Comment