cancel
Showing results for 
Search instead for 
Did you mean: 

Setting LSL, USL and Target in SPC Chart

Former Member
0 Kudos

I need to set my LSL, Target and USL of an SPC Chart to nothing. Is the below param correct to do this? I have tried this and it seems to set them at 0. This then throws my chart off as far as SPC control limits goes. I can not simply open display editor and change this because more than one chart depends on this display.

<param name="USLColumn" value="">

<param name="LSLColumn" value="">

<param name="TargetColumn" value="">

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Why do you need to set them to "nothing" - shouldn't you be using another type of chart (e.g. custom chart, line/marker chart, etc.)?

In any case, simply deselect showing the LSL/Target/USL in the display template editor.

<param name="UpperShowSpecificationLimits" value="false">

<param name="LowerShowSpecificationLimits" value="false">

- Rick

Former Member
0 Kudos

Currently, I have no specs for the specific chart I need to see. However, I am interested in control limits which are more powerful than specs. This way we can control the process while a specification is in the works to be created.

Thanks for you help!!

Former Member
0 Kudos

Did you try the applet parameters I provided in the previous post? They should work.

Former Member
0 Kudos

Yes they did. Thank you very much!!

Answers (0)