Viewing SPC chart - how?

Hi
I am quite new with MII. I am experimenting the SPC example from the QualityPortal and I do have connection to the SQL server and the QualityPortal project also successfully imported. I could also see the template loaded in Workbench.
However how do I view the SPC chart (applet)?.  What I did was in IE, i entered
http://<server>:<port>/XMII/SPCChartServlet?DisplayTemplate=QualityPortal (ofcourse the actual server and port name). However I got this error message
"Template was not found, cannot load QualityPortal"
any suggestion? thanks in advance
seng

Hi,
Did you check that display templete is avaialble in the project root folder.
Also I think you havenot passed the qurey template to the display template.Just map the query template(from data mapping tab) to the SPC Chart display template.Then go for executing this display template in workbench.
You can also use Dynamic Page Generator for viewing the chart.
-Suresh
Edited by: Suresh Hiremath on Jan 21, 2010 12:18 PM

Similar Messages

  • How t sort data in chart view (bar chart)

    Hello,
    I have a table view and a chart view in my visual composer model.
    the data in table view are sort A,B, C ---Z
    but in my chart views (bar charts) the listing begins with Z,Y,X,.....A
    (same data service/ BI-Query)
    How can I sort my listing in bar chart so, that the listing begins with A,B,C
    Thanks,
    best regards
    thomas

    Connect the OUT port of dataservice to IN port of SORT operator. This SORT operator is available in Compose > Operators.Configure the SORT operator , select the column on which you want to sort. Then the output of SORT operator should be connected to the IN port of CHART.
    This should give you the desired result.

  • How to download SPC chart in excel

    Dear QM Experts,
    Can you suggest/guide how we can down load the SPC charts into excel file (graphic mode) generated from QGC1/QGC2/QGC3.
    Warm Regards
    UMAPATHI NETI

    I remember the solution provided long back in threads
    Import SPC graph to EXCEL
    Also refer
    Problem in Export bar charts to Excel

  • Calling up a Performance Manger SPC Chart from a WebI document

    Post Author: satwar
    CA Forum: Performance Management and Dashboards
    Please forgive my terminology, as I'm only a superuser of B.O. not a computer trained person.I have put a few years into configuring WebI document reports in InfoView of B.O. XI 2.  Our company is getting into SPC in a big way, hence my attention has turned to Performance Manager.  I was disappointed to learn that I have to create a whole new Universe of objects in Performance Manager in order to conduct SPC analysis on the variables I have been reporting in tables & graphs in WebI documents in InfoView.I can learn to accept that aspect of B.O. but I am a little concerned about my users having to navigate through Performance Manager to view SPC analytics.  My users have put up considerable resistance just navigating to WebI documents in InfoView.Hope seemed to be around the corner when I read about calling up Performance Manager analytics from WebI documents.  Having read the details it seems like these WebI documents are created in the Performance Manager Universe, not in the Infoview WebI documents that I have already developed in InfoView.If anyone can explain and clarify how this feature works, I'd be eternally grateful. 

    Post Author: jezbraker
    CA Forum: Performance Management and Dashboards
    You can Link any documents that are stored as objects in the cmc, regardless of the universe or way in which they were created.openAnalytic.jsp will allow you to open pretty much anything much as does openDocument  int the webi world.Once you create the SPC chart in process analysis youll need to view it in the control chart screen then click save as and save it into one of you folders in the corp repository. When this is done you can quickly get an example of the URI syntax by going to create new document in dashboard manger, selecting interactive metric trends, expanding navigation and legend opions, clicking browse, selecting your newly saved analytic and clicking ok.  This will but a url into the text box which you can copy and paste into your webi doc links - here's an example of the kind of thing... openAnalytic.jsp?DocumentName=MySPCanalytictest&RepositoryType=C&RepositoryName=SPCTest&DocumentExt=afd&DocumentId=AadTAN28x6lMpTxxlAhW09s&mode=full You may need to stick the odd ../../ or /jsp/ etc in front of the url depecing where you plan to call it from of course. You'll find descriptions of parameters etc for openAnalytic in the product docs. cheers,jez.  

  • Can someone create a SPC Charting Add-on to xCelsius

    Many large customers use SPC Charting tools.  We are a recent Business Objects purchaser.  As we try to tell everyone how wonderful xCelsius is they always ask about SPC Charting.  SAP MII can do this but not xCelsius.
    Who is looking for an add-on idea that will sell?  SPC CHARTING!!!!

    Hi Jeff
    [Cobi Systems|http://www.covizxl.com] have produces a suite of components, one of which is a Mean & SD Chart Component which I think is what you are looking for.
    See here for an example:
    http://www.covizxl.com/swf/CoLineWithMeanAndSDChartComponent.swf
    Alternatively you could create a similar view with the built in components by overlaying a line chart for your SD and Limits over an Area chart for your data.
    Hope this helps
    [Charles|http://www.reportex.co.uk]

  • Value Columns - SPC chart

    Hi,
      i want to pass / set value columns at run time in SPC chart. i know the value column only at run time. i created one query template with giving table name and select query like select [param.1],date1 form temp1. i set attribute column of data mapping as date1. Say temp1 contains columns like Faran, temperature. i will choose any one of these column from front end. and i want to set that column name in value columns of data mapping. i tried with
    document.<my applet>.getChartObject().setValueColumns("temperature"). but it displayed error as object doesnt support this property.
    how to do it?
    -senthil

    Senthil
    First get the desired column name from the Query Template which gives the column names (eg Faren, Temp etc).
    say that QT name - QTTemp which is saved in some defined folder in ur system.
    then
    Use following
    1. document.<AppletForQTTemp>.getQueryObject().setParam(1,"?"); where "?" is the input param to be passed to that QT
    2. document.<AppletForQTTemp>.executeCommand();
    3. document.<AppletForSPCChart>.getChartObject().setValueColumns(document.<AppletForQTTemp>.getColumnName("?")); where "?" is the column number of the desired column u want to set.
    Regards
    Som

  • 12.1:  SPC Chart - Calculate Control Limits logic/rules?

    Hi,
    I'm using 12.1 SP4 Patch 4 currently.
    1.  For SPC charts, there is a checkbox for Calculate Control Limits under the Control Limits for the Upper Chart Tab.  What rules/formula does MII use for calculating the control limits?  (I tried it and it looked correct but users want to verify how it calculates). See link for example:  http://gunston.gmu.edu/708/XmR.asp?E=0
    2.  What does it do if Limits already exist for the input data set?  Ignore the calculation?
    3.  Can this be set dynamically and refresh the SPC chart?   (Set the Calculate Control Limits
    UpperCalculateControlLimits Boolean property and refresh the chart?  I've sometimes had issues setting these dynamic properties and having them take effect in charts so want to verify)
    Thanks,
    Kerby

    1.  I think you would already have the SPC help PDF document that has the formulas in it - Rob or Leey?  In general, 3 sigma or standard deviation above and below the centerline(mean) based entirely upon the dataset returned by the underlying query template.
    2.  The Auto-Calc will take precedence over static limits, and the chart will use them accordingly.  I'm not entirely sure, but if you look at the Summary Statistics popup from the applet you'll see EFFECTIVE and EST properties that will vary based upon the Auto Calc being enabled.
    3.  Yes, you should be able to 'check' the box through JavaScript and have the chart update with them.  If you have issues with specific script then go ahead and post that snippet as a separate thread.
    Regards,
    Jeremy

  • 12.1 SPC Chart: Using Nelson rules instead of WECO?

    Hi,
    I want to apply the Nelson rules to the SPC chart instead of WECO?  How and where is that configured in 12.1?  (I believe it was a server level configuration in 11.5 but can't find it in 12.1 or the help).
    The 12.1 help just refers to how WECO rules are applied to the SPC chart.
    Thanks,
    Kerby

    This reference is obviously not directly MII related but does highlight some of the WECO vs. Nelson (where Nelson was an update to the original WECO) applications:
    http://www.qualityamerica.com/knowledgecente/knowctrInterpreting_the_Run_Tests.htm
    All of the alarm configurations are available to you in a common place and many have X of Y configuration options as well so you can put your own spin on the alarm criteria.

  • Problem in spc chart

    HI All,
    I have three  requiremnets --
    1. To calculate the upper sepcification limit and lower specification limit based on a calculation by taking values from a table.
    2. I have to generate to two spc charts one is based on date and another based on order number. Both the fields are present in the same table. But when user input as date, date based chart should be displayed and same should be applied to oredr number.
    3. Is there any way i can display multiple spc charts in single output page.
    thx
    supriya

    HI Ramesh,
    My requirement is like this ...
    I have to take the input from sap r/3 in xmii do some calculation and show in spc chart.Like this i have to generate so many dashborads.
    Requirement is that all the dash boards should be visible in a sngle page itself.
    As i am new to xmii, id ont know how to integrate this with html and java script to do this. can u please let me know the prcedure.
    One more requiremnet is, i have to set the specification limits based on the input values retreived from r/3. Dynamicall it has to be caluclated and should be set to it.
    please help me in completing this scenario.
    thx
    supriya

  • Spc chart

    hi,
    can some one tell how to get the spc charts from  the system- config, master data,etc. settings. how to export it to excel
    thanks in advance

    Create sampling procedure with fixed sample and valuation mode as SPC inspection with free inpection point-tick.
    Select suitable control chart type.
    In MIC maintain-
    lower limit,uper limit,target value,sampling procedure,spc characterictic,single result,fixed scope.
    Assign this MiC to inspection plan.
    After doing result recording,click control chart.
    Vishal

  • SPC Chart Display

    Hi honored experts,
    I am trying to set up some demo SPC charts for a customer with no success...
    What I did so far:
    1. I defined a DC group with two parameters.
    2. I entered a few figures for those parameters for some PSNs using the standard POD.
    3. I defined a SPC chart with some random values using the SPC CHART MAINTENANCE activity.
    4. I launched the SPC Display activity and entered the DC Group and one of the Parameters which I defined under (1).
    5. When I hit the "search" button I get the message "No charts defined for combination of DC group "P-109", version "A" and DC parameter "DREHMOMENT" (Message 19660)"
    So, what's wrong?
    I count on you...
    best wishes,
    Georg

    Hi Sergiy,
    my initial question is solved. Now the system asks me to install the Statit e-Server... I will see how that goes... maybe I'll come back with some more questions...
    Nevertheless, this thread is closed. Thanks.
    Georg

  • Spc chart CL

    Hi
    How can I change how many data points the centre line is calculated over on my SPC chart?

    Thanks Manoj, but I don't think that's what I want.
    Say I had 10 data points 11,12,10,8,9,11,10,12,14,13
    then the centre line (mean) is obviously 11, but in my scenario I want to display all 10 points on my xbar chart, but I want to calculate my mean (and therefor all my control limits) on only the most recent 5 values, giving a CL of 12.
    Nick

  • SPC Chart function setPropertyValue("ShowXAxis") broken?

    Hi,
    Using 12.1 SP6 but have the same problem in SP4.
    I have an SPC chart being plotted for a variable amount of data.  If there are less than ~75 batches I want to show the X axis with the batch numbers, if I have more than 75 batches I want to disable the X axis because the x axis label runs together and is completely unreadable.
    I tried dynamically setting the boolean for ShowXAxis in the irpt page and it took no effect.  Is this functionality broken or is something wrong with the syntax?  It didn't throw any errors when I tried it...
    The exact command used was document.SPCChart.setPropertyValue("ShowXAxis",false);
    Additionally, starting in SP6 if I change a parameter in a display template in the workbench and save the template and reload the page then the saved change does not take effect.  In SP4 all that was needed was to reload the page but in SP6 I seem to need to clear my java cache before a change to a display template takes effect.  I'm not sure how dynamic setting of display template property values will work if this is the case?
    Any options here?
    Thanks,
    Kerby

    It would appear you're not using the script assistant, which would help eliminate guessing.
    document.SPCChart.getChartObject().setShowXAxis(false);
    document.SPCChart.updateChart(false);
    The setPropertyValue method you tried would normally be used to add a name/value pair to the user session - not directly effect a runtime setting in either the query template or display template.

  • SPC Chart Usage in xMII

    I have requirement to draw spc chart by doing calculation taking the real time data from r/3.
    I able to do the calculations and in the last stpe i have to draw the spc chart. The output of calculation is in the form of xacute query.
    I selected as the source for the spc chart. It contains two different values one quantity and date.
    date should come in x-axis and qunatity should come in y-axis, this is my requirement. Please let me know how to do this.
    Thx
    supriya

    Hi Supriya
    Suppose u hv some points below LSL/USL, then u can make a "comment" on that specific point that <b>This point lies beyond LSL/USL</b>.
    This comment can be made by this following steps:
    <b>Step 1</b> : Select any inspection data point on the SPC Chart
    <b>Step 2</b> : Right-Click, then go to Upper Chart > Comments
    <b>Step 3</b>: Then a popup window (Point Comments) comes up, then user click the Add button to get another smaller popup window (Comment Entry) to write a new comment and click the Add button. The comment entry is shown in the table ‘Point Comments’ as follows. Then click the Close button
    When u hv made a comment, u'll see a red colored small icon on the selected point.
    Limitations:
    • Comments can only be made in simple average chart.
    • When sub-group size equal to 1 (does not work for bigger size)
    • Comments entered cannot be deleted, will always be visible when the data point is chosen
    If u want to see the collection of comments made by different users, then u can get this by going Query Template Editor > New > SQL Query > Server = Quality Portal and Mode = Query. there u'll find an available table named <b>Comments</b>
    Now if u want to analyze over all details of the SPC Chart, u can right-click, then go to Data > Summary Statistics
    Regards
    Som
    Please feel free to ask furthers, if necessary

  • Can we get 2 different types of SPC charts for an MIC in an inspection plan

    Hi All,
    1. Can any one help me out in getting 2 different types of SPC charts for a single MIC in an insp. plan.  As each MIC can take only one Sampling Procedure and as SPC chart type is assigned to Sampling Procedure I am not able to get 2 different types of charts. Is it possible in SAP if so can you let me know how.
    2. Can we plot SPC charts of 2 different MICs of same chart type on single graph via SAP?  I tried QGC3 but was not successful.
    I appreciate your help.
    Thanks,

    YES,
    You can get two different SPC characteristics.
    May be a crude method, but definite solution.
    1. You create one characteristic say '0010' with control indicators suitable for SPC characteristics. Assign sampling procedure to this characteristic with chart type say '175 Shewhart chart for np/USA'
    2. Now create another sampling procedure with chart type say '520 Moving Average Chart'
    3. Now select characteristic line '0010' in the plan.
    4. Click copy characteristic & press enter. The characteristic gets copied with same control indicators.
    5. For this new characteristic '0020' set 'Calculated characteristic'
    6. In formula field enter formula as A00020*1. (where A0 is Measured value for single unit.
    7. Now assign the new sampling procedure to this characteristic.
    8. Done... Now when you record the results for characteristic '0010', after valuating press 'EVALUATE FORMULA' button... & the same results of '0010' are copied for characteristic '0020'
    Thus you have two SPC charts for same results without re-entering it.
    Hope this is helpful.

Maybe you are looking for