Populating/Expand UI based on a selection
All,
I found this post and example very relevant to my needs. https://community.jmp.com/t5/Discussions/Creating-drop-down-menu-for-interactive-user-input/td-p/17982. However, as I try to implement/execute the code piece provided here, I don't see what I expected to happen. I think it is a typo, provided is my edited - working code. dt = Open( "$SAMPLE_DATA\Big Class.jmp" );
/* Extract a li
...