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

Similar Messages

  • 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

  • Dynamically displaying SPC Chart Title

    Hi
    I have created SPC Chart Disply.I did dynamic change of chart types(like xbar,xbar-range). Now i want to  reset the Chart title property dynamically. if any methods available.
    Thanks in advance.
    Regards,
    Malini.V

    This method and all of the other helpful get/set syntax methods are easy found by using the Script Assistant, which is part of the Productivity Tool installation that you can add to your client workstation by running the Wizard Install link found in the xMII Menu's Visualization Services section.
    If you are working on a dynamic SPC charting application you might also be able to learn from some pre-installed content:  http://localhost/Lighthammer/Samples/SPC/Servers.irpt
    Regards,
    Jeremy

  • 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

  • Setting LSL, USL and Target in SPC Chart

    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="">

    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

  • 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 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 Charts and Analysis

    Hi....
    Do any of the BusinesssObjects applications support the generation of statistical process control (SPC) charts like x-bar charts and histograms?  Which one....
    I need a software application that can pull data out of a MS SQL 2005 database and Oracle database and present SPC charts via a web browser.  It'll need to be able to calculate and display standard deviation, control limits, specification limits, and process calability stats like Cpk.
    I've found some references to what I need in reference to 'BusinessObjects Process Analysis' and 'BusinessObjects Dashboard builder', but nothing that really communicates which product or products can do it.
    Thanks for any pointers.
    John

    You have to log into SAP to see the charts , cp,cpk values etc. I am not aware of any options to publish these charts on web, I never got  a chance to do that.
    But with my experience, the SPC options in standard SAP (ECC or R/3) are very limited not like  third party applications like infinity qs etc. The SPC chart options like any other sap r/3, go to the related transaction code and pull up the charts on various selection criteria. Configurable graphical options are available and SAP supports various kinds of charts.
    The other option (I have doen it in multiple places) is utilize sap to gather/collects data points, inerface third party statistical packages  like statistica to sap r/3 . downlaod the data from sap and do the analysis.
    Hope it helps.
    Thanks,
    Ram

  • SPC charts for time-based data?

    I'll try to be succinct in explaining what I'm trying to achieve.
    We run batch processes, and at various points in the process we take samples and test them. The sample results should be increasing exponentially over the course of the batch. I have data from a lot of batches in x/y format - x is the duration of the batch and y is the sample result. It makes a very noisy but clearly exponentially increasing data set.
    What I want is to calculate some control limits that will obviously have to be increasing over time as well. I want to be able to say that, for a current batch, a sample at X time does or does not fall within the expected historical range.
    Is this even possible with xMII, either in the logic editor or the iSPC charts?
    I'd like to make the same sort of chart for other time-based samples that have more complex trends over the duration of a batch, not simply exponential or linear.

    Hi, Carrie.
    Your application doesn't really sound like what I would call an "SPC" chart, but rather, more of a so-called "golden batch" chart.  This type of visualization is used when a production activity should have an expected set of value(s) and/or a shape to a curve.  You would then "overlay" actual values onto this curve to track actual vs. expected and perhaps to highlight deviations.
    This can best be done by combining a multiple queries using BLS (one or more queries for the "limits" and expected values, one query for the actual values), and combining/merging them so that the charting engine (either a line/marker chart or an XY plot) sees them as coming from a single source.
    With some creativity, you can even have the "outlier" points displayed in another color.  The xMII application team can help you with setting this up - Jeremy may still have a chart template/transaction I put together a while back called "LimitChart", which could be used for your application.
    Rick

  • Including comments in SPC charts

    I have recently bought the SPC toolkit for labView (Currently running LV7.1).  The toolkit is relatively easy to use, but I have a couple of requirements which it doesn't seem to accommodate which are normal SPC charting properties.
    First, it would be nice to mark an out of control datapoint in a different color compared with the in control points.  I know that I can pull an array of out of control points out of the sub-vis, but for a shop floor operator it is much easier to see a different color point.
    Second, I would like the ability to display comments which are associated with a particular datapoint.  One simple way to do this is to hover teh mouse over the point
    and have a message box appear.  Another would be to click on the point and display a box.  I can't seem to find how to do either.
    Any ideas?
    Mark.

    Thanks for the reply.  Unfortunately, I don't think this is going to do it.  I didn't explain my problem well enough.
    I'm collecting SPC data, which are simply a list of numbers, or groups of numbers (1D or 2D arrays), and plotting them on a control chart (which is an x-y graph with some statistically calculated limits).  Each of the points may or may not have a comment associated with it.  This is stored (in my case) in a database with the data fields, the comments field, and a timestamp field.  In labview this would probably be an array of clusters. 
    Each of the points may be in or out of control, showing the user whether or not they have a problem with the process they are monitoring.  This is calculated by the SPC functions at runtime, as it depends on the overall set of data.  (In SPC we are measuring the deviation of a measurement from a normal distribution, so one needs a number of measurements to decide whether a point is in or out of control, and that status could change as more measurements are added to the dataset.)
    Now, the LabView SPC modules deal with the calculations very well, and also plot the charts nicely, except that I would like to be able to access any comments (which usually contain information regarding the process set-up, so any improvements in the process can be assigned to particular causes or changes observed by the operator) and assign them to a particular point on the chart.  This point is not static on the graph, as more points may be added, and so the comment needs to be somehow locked to a point.  Similar arguments apply to plotting the point in a different color, as an indication of an out of control point.
    I looked at the example you suggested, and at the property nodes associated with XY graphs - but could not find anything which allowed me to associate anything with a particular point.
    Hopefully, that explains my problem a little more clearly...

  • 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.  

  • Problem with chart displaying data correctly

    I have created a bar chart that displays data for each day of the month. The majority of the time this chart displays the information corrrectly. However now and again the bars of the chart appear much larger than they should meaning that instead of showing 30 or 31 seperate bars it can only display half that amount due to the increased size of the bars. If you display the same chart again then the problem will often disappear.
    I am using Coldfusion MX 7 version 7.0.2 Enterprise Edition. Ihave installed all the latest updates up to Cumulative Hot Fix 3.

    Hi,,
    I have checked that the data being passed is correct and it seems to be. Chart code below.
    Thanks
    <cfchart chartwidth="700"
       chartheight="300"
       pieslicestyle="solid"
       show3d="no"
       showlegend="no"
       fontsize="12"
       xoffset="0.0"
             yoffset=".0">
    <cfchartseries type="bar"
       query="chartquery"
       serieslabel="Date_Accessed"
       valuecolumn="namecount"
                itemcolumn="date_created">
        </cfchart>

  • Problem with Chart display in WAD

    Hi All,
      We have a Web Report in which we want to display the data in <b>table</b> format and also in <b>chart</b> format. We have two tabs : Data display and Chart display.
    In Data display tab we want the data in table format and in the Chart display tab we want the data in Chart format.
    Problem we are facing is that we are getting both table and chart displayed in the Data display tab. We want only the table in this tab and want to hide the chart which is coming there.
    Please help me on this.
    Thanks in advance,
    Prakash

    Try to use hide an unhide commands:
    <a  href="<SAP_BW_URL ITEM='GR' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1&MULTI=X&HIDDEN=''>
    In this example, all Items containing GR are hidden and in a second step, all Items containig GR1 are displayed.
    Regards,
    Beat

  • Anyone aware of SPC Charting capabilities with xCelsius?

    I am very interested in being able to create SPC (Statistical Process Control) charts with xCelsius.  Anyone know of an add-on?  Anyone want to make an Add-on for xCelsius?
    SAP Lighthammer, now SAP XII, does a great job creating SPC charts.  But we want to move towards xCelsius yet SPC Charting is used heavily across all functions of the corporation.

    Hi, Jeff
    Check addon markeplace - https://information.ondemand.com/istore/#shopby=Marketplace/Xcelsius%20Add-Ons%20(All).
    If you don't find right component, you can contact me. I can give you a contact of my friend who is Adobe Flex developer.
    Maybe he will develop required component for you.
    Pavel

Maybe you are looking for