Custom limit&alarm on iSPC Chart

Hi everyone,
I'm trying to set up a custom limit inside an iSPCChart.
If I look the iSPCChart display template configuration, under "Upper Chart Spec. Limits" Template Catagory I find:
Upper Spec. Limit of Upper Chart User
Target of Upper Chart User
Lower Spec. Limit of Upper Chart User
Show Upper User Specification Limits
Show Upper User Target
In your opinion, could I use those properties to reach my aim?
If the value of my custom limit is a variable, could I pass it through scripting?
Once I set up the limit into dispaly template, how can I activate alarm on it's violation? It's not present in "Alarms" Template Category...
Another option in my mind it is to tricky use the Control Limits configuration as a custom limit (probably my process will not need to be scouted on control limits too). Following this solution, could I rename the legend object somehow displaying a meaningful label ?  
best regards

If I'm not mistaken, when the User limits were added to the chart it was more for 'what if' type views for interacting with the chart (drawing and visualizing up to the 3 user spec lines), and alarming was not part of this because there is no 'SPC Rule' (WECO or Nelson) that would be applicable to these unofficial spec limits.
You could script the values (setUpperUserXXXX would be the method pattern for the chart object), and provide the user with a 'what if my specs were x,y,z' preview option.
Using the Control limits would provide you with alarming needs, and since in most cases you would try to 'control' your process in a tighter bandrange within your 'specification' bandrange, but the legend characters are not editable.  A custom legend would be another option if you chose to go this route.

Similar Messages

  • Setting Chart type property of iSPC chart dynamically doesn't work

    Hi all,
          I am trying to set the chart type property (XBAR, MEDIAN etc..) of iSPC chart dynamically from my html page.
    This is the code that I used.
    var chart_obj = document.iSPCChart.getChartObject();
    chart_obj.setChartType("MEDIAN");
    iSPCChart is my Applet name.
    But the code doesn't seem to work.
    The chart is always of the type that I have set in the iSPC display template.
    Can someone help me in this regard?
    Thanks a lot.
    Regards,
    M.Subathra

    M,
    Even though that method shows up in the script assistant and the docs it really doesn't work. 
    Just swap out the display template for one saved with the desired type:
    document.iSPCChart.setDisplayTemplate("Folder/MedianChart");
    document.iSPCChart.updateChart(true);
    With all of the alarm rules, colors, limits, settings, etc. it is not likely that you will have the same view (display template) that applies to every SPC chart type.
    There is also a predelivered example of an SPC Chart that uses an iframe and an irpt to dynamically pass the chart type (along with other settings) you can reference: http://<servername>/Lighthammer/Samples/SPC/Servers.irpt
    Regards,
    Jeremy Good

  • Changing the custom XML for a flash chart dynamically

    Hello
    I am wondering if anyone has found a way to change the custom XML
    for a flash chart dynamically.
    For instance.
    On the www.anychart.com website their is a gallery with charts.
    I have studied one called "2Dlinetimechart. It has hours on the X-axis.
    When I view the XML for this chart.
    I found this enrty
    - <block color="0x0080C0" border_color="0x0080C0" name="Sales dept.">
    <set value="0" argument="0" name="00:00" />
    <set value="1" argument="0" name="01:00" />
    It uses the tag value to set the position on the X-axis. But the tag name to set the labels on the X-axis.
    I have not found a way to do this in application express 3.0.
    Therefore I wonder if I can change to XML dynamically, and build my own block based on the input I have.
    Or even build a chart, based on a xml that I create first then sends to the object that renders the chart.
    Hope this makes sence ?
    Ulf
    PS this is related to my question about
    http://forums.oracle.com/forums/thread.jspa?messageID=1887210?
    using dates on the x-axis.
    But would by nice to know a general method to rebuild the xml-file dynamically so I can change the chart within the limits of the xml-definition.

    String value = ResultSet.getObject("myfield").toString();
    String opvalue = "15";
    <OPTION Value=15 <%=((opvalue.equals(value))?"selected":"")%>>

  • ISPC chart type problem

    Hi,
    i am using iSPC Chart. in this in p type charts, i want to display no of defective items below range. for example, i have 2 column table no1, no2. i want to display no of items below no2 > 10. i used fixed query select count(*) as total from table1 where no2 > 10. it works in query temp but doesnt show any output in display temp. it shows as no data avail. please help me
    - senthil

    Hi Senthil,
    You will need to also map the Upper and Lower Specification limits in the display template. You could have them to be based on the same column or have fixed values.
    Regards,
    Arijeet

  • Table or report for customer, g/l account and chart of account together

    Hi All.
    I am looking for any table or report where one can see the followings;
    Chart of account and customer together
    or
    chart of account, g/l account and customer together
    or
    cutomer and g/l account
    I am aware of the all the FI table like KNB1, SKA1, SKAT ..and many others. But I failed to get if any of those tables helps to give all above informations together.
    Unless I am missing something.
    Thanks in advance.

    Hi,
    There many FI Reports available to check Customer & G/L Account combination
    1. FBL3N - G/L ACCOUNT LINE ITEM
    2. FBL5N - CUSTOMER LINE ITEM
    3. FBL1N - VENDOR LINE ITEM
    For Chart of Account / Customer and Chart of account /GL account combination you have to develop the Z Report
    For this you can pre pare by using logic of Revenue Account determination
    The table Name Revenue Account determination: C001
    Techincal information: C001-SAKN1
    Sit with your ABAP Programmer and explain your exact requirement he will prepare the table for you as for your requirement
    Best Regards,
    MH

  • Custom color palette in WAD charts

    Hi BI Experts,
    we are trying to create a custom color palette, which we want to apply to all your WAD charts.
    Can anyone tell us how to do this?
    Of course we can customize the colors in each chart, but that's a hell of a lot of work. Moreover, there doesn't seem to be any way to save the custom colors, but we have to recreate the colors with the color picker for every single chart.
    The WAD chart wizard allows to choose between color palettes "Enjoy", "Streamline", "Tradeshow" and "User specific".
    If it is not possible to create a custom color palette, can we modify one of these SAP color palettes? What does "User specific" mean?
    Any help will be much appreciated (and of course rewarded with points).

    Moin, bei dem Problem kann ich leider überhaupt nicht helfen. Solltest Du allerdings, wie ich annehme, in Göttingen studiert haben und dann ein paar Jahre in den USA gewesen sein, dann melde Dich doch einfach mal, so Du Lust hast.
    Besten Gruß,
    Andi

  • Substitution in Custom XML section of a chart

    Hello,
    I am trying to do a substitution inside of "Custom XML" section of a "Resource Gantt" chart using &P5_GANTT_XML. (dot at the end - thanks fac586)
    The substitution doesn't work! In the "Show XML" I can see null instead of expected value.
    Seems this substitution is working in this demo http://apex.oracle.com/pls/apex/f?p=36648:60:3572101667083478::NO:::
    Any idea?
    Regards,
    Gabriel
    DB: 11.2.0.1.0 EE
    Apex: 4.0.2
    Server: Solaris 10 Sparc
    Client: XP SP3
    Browser: Firefox 3.6.13
    Flash player: updated to latest version
    Edited by: gabosu on Jan 5, 2011 11:07 AM
    Edited by: gabosu on Jan 5, 2011 11:10 AM

    In the thread
    Re: Page item value in Flash chart XML
    dated NOV-2007
    Patrick Wolf wrote:
    there seems to be something strange going on with the substitution of page items in the Custom XML. I already noticed that several weeks ago, but didn't pay much attention to the problem.
    Have a look at the following application at http://apex.oracle.com/pls/otn/f?p=15535:5
    username: demo
    pwd: patricks_demo_workspace
    It has a page item P5_TEST with a static assignment of "this is a x label". Everywhere where I reference it with &P5_TEST. or :P5_TEST during the rendering of the page the correct value is substituted as you can see on the example page.
    Only the flash charts seems to use a NULL value! I have done a
    ...x_axis name="before-&P5_TEST.-after" smart="yes"... in the Custom XML.
    Why is there this different behavior of substitution? Or do I miss something?
    I made the same behavior - the substitution is triggering somehow but the result is NULL.
    Example:
    into Custom XML
    <test>start-&P5_GANTT_XML.-end</test>
    is returning
    <test>start--end</test>
    and
    in the same time &P5_GANTT_XML. is working fine into the title of the region.
    Edited by: gabosu on Jan 5, 2011 12:21 PM

  • How to allow custom colors to SSRS Pie-Chart?

    Hi,
     I have a pie-chart in my report.
    Can anybody please tell me How I can allow custom color to each part/slice of the piechart..??or How i can assign cutom pallete to pie-chart?
    BhushanBhushan

    Hi,
    I think u r using one data Field and One category Field in the Graph.
    Then We have use Code Option
    -----Add this in Code
    Private colorPalette As String() = { "Teal", "Gold", "Aqua"}
       Private count As Integer = 0
     Private mapping As New System.Collections.Hashtable()
      Public Function GetColor(ByVal groupingValue As String) As String
            If mapping.ContainsKey(groupingValue) Then
                Return mapping(groupingValue)
            End If
            Dim c As String = colorPalette(count Mod colorPalette.Length)
            count = count + 1
            mapping.Add(groupingValue, c)
            Return c
        End Function
    Finally add this Expression in the Fill Option. And we can add more colors in the Code based on no. of Category
    =Code.GetColor(Category_Field)
     for example =Code.GetColor(Fields!Zone.Value)
    Regards,
    Thiyagu
    I've done everything listed here and in the link provided, but I get an error that reads, "There is an error on line 0 of custom code: [BC30201] Expression expected." I'm using SSRS 2005.
    Does anyone know what this could be?

  • Unexpected result on custom URL and drilldown-abled chart

    hi, I have a custom URL
    saw.dll?PortalGo&PortalPath=/users/administrator/_portal&Path=/shared/test_subject_area/drill_down_bar_chart&Action=Navigate&Options=mdfr&Done=Dashboard&P0=1&P1=eq&P2="tableA$".market&P3="japan"
    and drill_down_bar_chart is a bar chart with drill down (market is the topest level)
    lets say there are 2 level on the drill down, market and sub-market
    (the chart is in the 3rd dashboard page)
    I access the chart by the custom url, the bar chart is shown (at this moment, showing the measures per market)
    at this moment, if I click "Return"(on the list of "Reports Link"), it returns to 3rd dashboard page, this is expected
    however, if I click on one of markets instead of clicking "Return", the measures per sub-markets of market "japan" is shown.
    if I click "Return" at this moment, it returns to 1st dashboard page, this is not expected.
    how to solve this problem?
    thanks you very much

    Hello,
    Yes, it behaves like you said,
    the work around i done is:
    written a back button HTML Code in the target report and name the button as return or Back
    Code is:
    *<INPUT TYPE="button" VALUE="GoBack" onClick="history.go(-1);">*
    Paste this code in static or narrative view with * Contains HTML Markup* check box enabled.
    Add this view in the bottom of report before your footer and align to left.
    save this report and try navigating from first report. But to return use the button we created.
    Hope it helps, but not sure your client will accept this or not... :-)
    Edited by: Kishore Guggilla on Jul 13, 2009 4:26 PM

  • Adding custom axis titles for Bubble Chart

    How to add custom axis titles (for each group of axis values) as shown in the attached figure to a bubble chart ?
    - Sen

    I'm trying to do essentially the same thing with a LineChart and I think I've got part of it figured out.
    I've subclassed CategoryAxis and overridden reduceLabels to return only certain labels (the "group" labels). Then I create a new axis by adding a LineSeries to the chart's <series> element with the new axis within the LineSeries. Then I have an AxisRenderer in the chart's horizontalAxisRenderers tag that refers to the new axis from within the LineSeries.
    Subclassed axis:
        public class MonthCategoryAxis extends CategoryAxis
            public function MonthCategoryAxis()
                super();
            override public function reduceLabels(intervalStart:AxisLabel, intervalEnd:AxisLabel):AxisLabelSet
                var currentLabels:AxisLabelSet = this.getLabels(0); // Param is ignored by super class
                var newLabels:Array = []; // Labels to keep
                var label:AxisLabel;
                var previousLabel:AxisLabel;
                for (var i:int = 0; i < currentLabels.labels.length; i++)
                    label = currentLabels.labels[i];
                    if (i == 0) // Keep the first label
                        newLabels.push(label);
                    else if (label.value.month != previousLabel.value.month)
                        // Only keep a label if the previous label has a different month
                        newLabels.push(label);
                    previousLabel = label;
                // Return a new AxisLabelSet with just the labels we want
                var newLabelSet:AxisLabelSet = new AxisLabelSet();
                newLabelSet.labels = newLabels;
                return newLabelSet;
    New series to create the subclassed axis in.
                <mx:LineSeries>
                    <mx:horizontalAxis>
                        <charts:MonthCategoryAxis id="MonthAxis" labelFunction="calendarMonthAxisLabelFunction"/>
                    </mx:horizontalAxis>
                </mx:LineSeries>
    The AxisRenderer. canDropLabels must be "true".
                <mx:AxisRenderer axis="{MonthAxis}" canDropLabels="true" showLine="false" tickPlacement="none">
                    <mx:labelRenderer>
                        <mx:Component>
                                <mx:Label width="100%">
                                <mx:Script>
                                    <![CDATA[
                                    override public function set data(axisLabel:Object):void
                                        this.text = outerDocument.getMonthLabel(axisLabel.value);
                                    ]]>
                                </mx:Script>
                                </mx:Label>
                        </mx:Component>
                    </mx:labelRenderer>
                </mx:AxisRenderer>

  • Customizing Y-Axis Values in Charts

    hi,
    We are using the column charts in the design studio 1.3 to display the sales information. In the Y- Axis the max/ Min values are 5000/100000000.
    Is there any way we can display the value as 5k,100k, 1000k.etc. in the Y-axis.
    Thank You,
    Palani

    OK, I think I see
    Something like this that is in BEx Web?
    Formatting Axes and Gridlines - Business Intelligence - SAP Library
    "Changing the Position and Number of Tick Marks"
    I don't know of a way for Design Studio to do that right now unless another community member has an idea.  It might be a good suggestion to make on Idea Place (ideas.sap.com)

  • NCS Block/Limit Alarms?

    I am stumped on this one.  Our campus is switching over to NCS from WCS.  The system is great overall but I cannot find a method to reduce alarms.  If I have an AP I use for testing, and then disconnect it - I will get alerts every 30 minutes pretty much no matter what I do short of deleting the AP.  I don't want to reduce "disassociated" AP alarm to the point that I don't get critical alarms.  Also I have tried placing this "test" AP in a maintenance state, but I still seem to get alarms on it...any other ideas?  Preferably I would like to just reduce alarm time from 30 minutes to a longer time period, or block alarms totally on certain items. 

    I see two place to configure alarms
    Monitor-->Alarms
    Can Aknowledge, Assign, etc.  Can enable or disable email alerts
    Administration-->Settings-->Severity Configuration.  Can change severity level for various alarms.
    I have not been able to find anywhere to change re-occurence time.  I would like to get the alerts that I am getting - but maybe every say 120 minutes instead of every 30 minutes...
    Thanks
    ~Tom

  • WAAS conection limit alarm

    Hi,
    I have a waas solution implemented, where the both (Datacenter and Edge) are in inline mode. The WAE in Datacenter side is viewing all connections from the others sites of the WAN where there is not a WAE in there, so that connections are in PT becouse "Not Peer".
    These days we started to see a minor alarm: "1 max_conn_overload sysmon accl=TFO". We don't see this alarm from the Edge WAE, only from Datacenter WAE.
    Could be that DC WAE takes in account the PT connections? if the answer is yes, Can this overload make that the WAE stop the optimization when new connections arrive until the number of connections go down?
    Thanks in advanced!!!
    Celeste
    These days we started to see a minor alarm: "1 max_conn_overload sysmon accl=TFO". We don't see this alarm from the Edge WAE, only from Datacenter WAE.
    Could be that DC WAE take in account the PT connections? if the answer is yes, Can this overload makes that the WAE stops the optimization when new connections arrive until the number of connections goes down?

    Thanks for the update, can you check one more thing on your WAE-Tronador box? can you do the following command?
    find-pattern match "Routing Loop" syslog.txt
    We are looking for the following enteries similar to "opt_syn_rcv: Routing Loop
    detected - Packet has our own devid. Packet dropped."
    Also, do "sh stat auto" and look for the entry:
    Auto discovery Miscellaneous
    SYNs found with our device id: XX
    If you see that counter incrementing, you may be hitting DDTS: CSCsx68058 "Routing loops at the core can cause TFO overload on the WAE " If this is the case, then you need to inspect you interception at the core to ensure that you are not re-intercepting traffic egressing the WAE on the router.
    Let me know if this is the case or we can keep searching.
    Thanks,
    Dan

  • SPC Chart - show target and one control limit

    Hi,
    Wondering is it possible on the iSPC chart to show a target and only one of the two control limits - i.e. show the user target and the upper control limits - hide the lower control limit. Doesn't seem to be possible via code etc. option seems to be show both or none ?
    Regards,
    Emmett

    Mike,
    Some interesting reading, but ultimately no joy in what i am trying to achieve - i maually set my scales to Max 100 Min 0, My CL to 50 and my UCL to  70 and my LCL to -50 in the hope that the LCL wont be visible , but the chart seems to default to make the user aware that an LCL exists and presents the LCL along the zero scale even though this is not in effect were it will become active. Anyone know of a way around it, is there a single control limit that when the chart value exceeds this limit an alarm will become active but not when it drops below it, all limits seem to be in pairs ?
    Thanks,
    Emmett

  • ISPC control limit alignment

    Hello,
    I am using an iSPC chart and feeding in my own control limits. I have multiple (up to three) phases of control limit data, each with varying center lines, UCL and LCL's. I have two problems.
    1) The control limits seem to be plotted before their corresponding point. By this I mean, the control limit's for a particular point are plotted in the space between that point and the previous point. I have included a link to a screen shot showing this. The point is circled in green and the control limit data for that point is also circled in green. What we would like is to have the point placed between the two tick parks, and the control limit lines centered between the ticks. Another way to look at it is the point would be centered above/below the corresponding control limit dash.
    2) There appears to be no control limits on the chart for our first point, 12/31/2007. I have circled this in red.
    Here is the link for the chart,
    http://img59.imageshack.us/img59/3807/screenshots.jpg
    Here is the link for the data,
    http://img524.imageshack.us/img524/9678/screenshot2sa.jpg
    Please ask any questions you may have.
    Thank You for any help.

    Nick,
    Are you using the Auto-Calculate control limits since the posted dataset has NA set for the values which would be why they are not plotting?  What is your subgroup size set to for the chart? 
    I know that in the next SP for v12.0, SPS 9, there is a newly added field around the centering a lines and control limit plotting.  The field is a checkbox located in the General tab and is called "Center Control Limit Lines on Points" in order to resolve a similar issue.
    Regards,
    Sam

Maybe you are looking for

  • I have just purchased my 1st mac and want to start my iTunes fresh.  I have all my music on an external hard drive and want iTunes stored on it.  How do i do this

    I have just purchased my 1st Mac Mini, I haven't imported any music yet except from purchased music. I have 100gb of music on an external hard drive (already formatted to Mac OS Journaled. I want my iTunes to be store on the External Hard drive, and

  • Report for comparing quarter results

    In want of report that allow us to compare the Q1,2008 report with Q1, 2009 report of data related to a particular GL. I mean to say iam in need of a report that should allow me to compare the one quarter results with another quarter results related

  • Data Export to Oracle table from essbase issue

    Hello, i am using a data export calc script to load data from essbase into an oracle table. We have Essbase 11.1.2.1 on windows 2008 64 bit R2 server. I have an ODBC system DSN created for this job. However, when i launch this process i get a message

  • Question about 'Generic Database Connector'

    Hi SAP IdM Gurus, I found 'Generic Database Connector' in the list of SAP NW IdM connectors overview. I'd like to check the capability of this connector in detail.  I'm wondering whether it could provide not only  a connectivity of RDBMS, but also cu

  • Using "." in folder names

    Users on Windows 7 and 8 machines want to use dots "." in folder names--for example, "apple.orange.blue". I know this is legal but are there disadvantages with this in terms of search or possible use in the future in some form of document management