Column data not updating through script until selected separately
Hello, I'm having very curious issues that I haven't found within the JMP community yet. Using JSL, here's what's happening:Import dataset (dt)Correct values in :Col1Since I'm replacing the corrected values into the same cell they're read from, I'm using a for loopI have this same loop set up in other scripts. I've checked a few and they're working correctly still Use :Col1 in formula for :Col2:Co...