GUI Combo Box based on Two Related Columns
Hello,
If I have two columns in a file, I can create a combo box using the two columns separately (see JSL file attached). However, what I really want is that once I select the first option (say "a"), it should restrict my second box options to "a1", "a2" and "a3" only. See the Excel file attached.
Any help would be appreciated.
v1 = "m";
v2 = "n";
dt = Open("JMP_Question.xlsx", Worksheet
...