Update the content of a DisplayBox with an Associate Array when the selection of a ComboBox changes ?
[Version: JMP Pro 16.2.0]
Hello,
I am trying to build an interface window for a script that:
sends the current data table to Python and get user-input values for the parameters,performs some actions in Python,adds some columns from a Python DataFrame to the current data table.
I added as attachment the layout I have in mind for the interface.
I haven't figured out yet how to update the content of t...