How to pass a variable (string type) to different JMP elements
Hello all,I've been trying for a couple of days to figure out if there's a way to pass a variable to radio box, so that it shows up as an option. For instance in the bottom piece of code, I'm getting a radiobox that shows "FirstGroup" and "SecondGroup" as options, instead of "SampleA" and "SampleB".FirstGroup = "SampleA";SecondGroup = "SampleB";New Window (<<Modal, vlistbox( Textbox(...