cancel
Showing results for 
Search instead for 
Did you mean: 

SPC/SQC Chart/Analysis problem

Former Member
0 Kudos

Hello to all,

I am new to xmii and I am trying to get started with the SPC/SQC Analysis tools. I have been able to get the chart to work but I am having trouble with Analysis block. I am not able to config the Analysis tool to work correctly. Is there any examples or documentation on the configuration and use of the xmii quality tools (beyond the online help in BLS) that I can use to configuration the tools correctly.

thank you in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Jeremy,

I have been able to get the dynamic page generator to work with an Ispc chart but when the chart is displayed I only have data for a few parameters. My data consists of measured data, high limit and low limit where do i configure the display or query to perform the calculations necessary to display the CPK, CPU, CPL in my Ispc chart.

thank you

jcgood25
Active Contributor
0 Kudos

The 3 items you mentioned can be found in the Summary Statistics (using the iSPCChart's right click Data menu).

If you would like to retrieve them via JavaScript, then you can reference the help: http://help.sap.com/saphelp_xmii120/helpdata/en/44/c83bc966fb388de10000000a11466f/frameset.htm

var CPK = document.APPLET.getChartObject().getStatisticsItem("CPK");

Inside BLS, the SPC/SQC action block results have the summary statistics in the first Rowset of the xml results.

Regards,

Jeremy

jcgood25
Active Contributor
0 Kudos

Roger,

If you can get the iSPCChart applet to work, then getting the action block to work should be quite similar. Map in the same query and display templates from your applet, along with any Parameter overrides or linked in properties that you would do in either with HTML or JavaScript on a web page. If the templates work by themselves using the dynamic page generator then it should only require the configure dialog settings for the action block.

The output of this action block should be a multiple Rowset IllumDoc that looks just like the SPC Results output you get from the applet right-click menu (not the raw data - but the spc details).

To see the xml results from your applet, hold down the control key when you select SPC result details. This output should match the output from your SPC/SQC action block.

Regards,

Jeremy