cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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

Recommended Articles