How to take function arguments from a drop down list to use the same argument in a plot
i am creating a drop down list using combo box. the idea is choosing a particular item/option from that list should create a corresponding bar plot. in the attached code, Tool_time_wf is the function that is supposed to create the plot by using the argument/prompt/equipment name[variable choice] from the combo box. Each item/option in the combo box myListbox is already a column name in the data ta...
jay_holavarri