cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
jlmbs
Level III

How to write a script that asks the user to select which columns to consider to build bar charts? Plot a bar chart for each selected column where the selected column is the Y of the bar chart.

How to write a JSL script that asks the user to select which columns of a data table to consider to build bar charts? Following, plot a bar chart for each selected column where the selected column is the Y of the bar chart.

1 REPLY 1
txnelson
Super User

Re: How to write a script that asks the user to select which columns to consider to build bar charts? Plot a bar chart for each selected column where the selected column is the Y of the bar chart.

The solution to this question is an expansion on your last question.  By using the Col List Box() display object you can select the columns you need, and then in the OK button box script, you can submit the required Graph Builder statements, with the selected columns substituted into the Graph Builder code.

Jim