Input string variable that is the header for the column, and plot that column as Y axis
I am trying to manually input a string variable that matches to one of the header of the columns so I can plot specifically choose column to plot on Y axis as needed. My script is below, but it doesn't seem to work. Hope someone can help.
User_Input = New Window( "Enter Lot Number",
<<modal(),
H List Box(
Text Box( "Enter Lot Number:" ),
lot_num_teb = Text Edit Box( "", <<set width( 200 )
...