cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Sandra233
Level III

Bug Report: Spec Band (Rect) Not Rendered on Variability Chart Problem Description

I'm having trouble with my script. Please help me identify the errors and do modification in my script 

1. Issue with spec range: The green specification band (colored rectangle) is not displayed on the Variability Chart. 

2. Adding multiple X factors: How should I modify script if I want to include multiple X factors?

2 REPLIES 2
jthi
Super User

Re: Bug Report: Spec Band (Rect) Not Rendered on Variability Chart Problem Description

If there is a bug to report, please contact JMP Support.

-Jarmo
jthi
Super User

Re: Bug Report: Spec Band (Rect) Not Rendered on Variability Chart Problem Description

And fixing the script (looks like some jsl I have written some time ago), I would assume you have to fix COMBINEX formula

dt << new column("COMBINEX", Character, Nominal, Formula(:TYPE ||Char(:MBB)));
-Jarmo

Recommended Articles