Chart Control Error

Dear all
I have connected chart control with SQL database but while loading the chart it displays following error please help me in finding 
a solution for the error.
Thanks in advance
                                        Conversion from string "Incident_Type to type 'integer is not valid
I don't know what is the mistake.
Private Sub RadioButton3_CheckedChanged(sender As Object, e As EventArgs) Handles RadioButton3.CheckedChanged
        Try
            If RadioButton3.Checked = True Then
                Dim reader As SqlDataReader
                cmd = New SqlCommand("Select * from ATRAForm", cn)
                reader = cmd.ExecuteReader
                While reader.Read
                    SCRChart.Series("Region_VS_Incident_Type").Points.AddXY(reader.GetString("Incident_Type"),reader.GetString("Region"))
                End While
            End If
        Catch ex As Exception
            MessageBox.Show(ex.Message)
        End Try
    End Sub
Nadem

Hi Mir Ahmad Raza Nadem,
As your issue is related to Chart, I'm moving your thread to a more appropriate
forum--Chart Forum for help. thanks for your understanding.
Regards,
Youjun Tang
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to use Chart control in VS2012 with 3.5 project

    Hello.
    I have 3.5 framework project with MS Chart, developed in vs 2008.
    Now im moving to VS2012 and there is no chart control on tollbox in any projects below dotNet 4.0.
    Is it possible to use MS Chart in dotNet 3.5 projects?

    I have the same problem updating 2008 project to 2013. Lots of errors loading the form.
    Created a new project and had to drag and drop 3.5 onto the toolbox to get it to load. Could not add it or reference it. Dragged the tool onto form and it worked. Closed the form and opened it back up and get the same errors as the other project.
       The variable 'ChartArea2' is either undeclared or was never assigned.     
    Instances of this error (1) 
    1.   There is no stack trace or error line information available for this error. 
    Help with this error 
    MSDN Help  
    Forum posts about this error 
    Search the MSDN Forums for posts related to this error  
       The variable 'Legend2' is either undeclared or was never assigned.    
    Instances of this error (1) 
    1.   There is no stack trace or error line information available for this error. 
    Help with this error 
    MSDN Help  
    Forum posts about this error 
    Search the MSDN Forums for posts related to this error  
       The variable 'Series2' is either undeclared or was never assigned.    
    Instances of this error (3) 
    1.   There is no stack trace or error line information available for this error. 
    2.   There is no stack trace or error line information available for this error. 
    3.   There is no stack trace or error line information available for this error. 
    Help with this error 
    MSDN Help  
    Forum posts about this error 
    Search the MSDN Forums for posts related to this error  
       Could not find type 'System.Windows.Forms.DataVisualization.Charting.ChartArea'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully
    built using settings for your current platform or Any CPU.    
    Instances of this error (1) 
    1.   There is no stack trace or error line information available for this error. 
    Help with this error 
    Could not find an associated help topic for this error. Check Windows Forms Design-Time error list  
    Forum posts about this error 
    Search the MSDN Forums for posts related to this error  
       Could not find type 'System.Windows.Forms.DataVisualization.Charting.Legend'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully
    built using settings for your current platform or Any CPU.    
    Instances of this error (1) 
    1.   There is no stack trace or error line information available for this error. 
    Help with this error 
    Could not find an associated help topic for this error. Check Windows Forms Design-Time error list  
    Forum posts about this error 
    Search the MSDN Forums for posts related to this error  
       Could not find type 'System.Windows.Forms.DataVisualization.Charting.Series'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully
    built using settings for your current platform or Any CPU.    
    Instances of this error (1) 
    1.   There is no stack trace or error line information available for this error. 
    Help with this error 
    Could not find an associated help topic for this error. Check Windows Forms Design-Time error list  
    Forum posts about this error 
    Search the MSDN Forums for posts related to this error  
       Could not find type 'System.Windows.Forms.DataVisualization.Charting.Chart'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully
    built using settings for your current platform or Any CPU.    
    Instances of this error (1) 
    1.   There is no stack trace or error line information available for this error. 
    Help with this error 
    Could not find an associated help topic for this error. Check Windows Forms Design-Time error list  
    Forum posts about this error 
    Search the MSDN Forums for posts related to this error  
       The variable 'Chart1' is either undeclared or was never assigned. 

  • Rogue lines appear on the 2D charting control

    I am using a the 2D charting control in a VS 6 project for plotting a barchart/histogram for a dataset. I have been developing the application without problems until I moved to a new computer. On this new development computer I get these rogue lines appearing as you can see in the attached screen capture. These lines attach the upper point of a sample back to zero as you can see in the graphic. I have never witnessed this before on the other system. Both systems are running WIndows XP Pro (SP2). Upon further investigation I have found that this problem does appear on some computers and not others which are running the same OS and configured very similarly.
    My first reaction was that this was caused by a datase
    t issue. However, running the same dataset on other computers with the same exact application does not produce this error. As well, running ANY dataset on this computer does produce the issue but not on others.
    Are there any known issues regarding this issue and certain video cards, configurations, etc.
    Attachments:
    chartcapture.JPG ‏25 KB

    I haven't been able to reproduce the problem. I suspect that my program is not similar enough to yours.
    I don't understand what you are doing with the two different plots in your example code. What is the difference between "PLOT1" and "BinCountHistogram"? Are you plotting both of these on the same graph? If so, how is "PLOT1" configured? Is it possible that the unwanted lines you are seeing are a result of plotting "PLOT1"?
    Something else you might try is using PlotXvsY for your histogram data instead of PlotY. Create an X vector of bins. Measurement Studio includes an example program that demonstrates this technique. It should be installed to MeasurementStudio\VC\Examples\Analysis\Histogram.
    If these ideas d
    on't lead us anywhere, I have attached the simple project that I was using to try to reproduce the problem. One option would be for you to modify the attached program to make it cause the problem and post the project back.
    Based on the intermittent nature of the behavior you are seeing, this does seem like a bug, so I am very interested in tracking it down.
    Attachments:
    AttemptReproUnwantedLines.zip ‏27 KB

  • Chart Control printing at the client side

    Hi,
    I have multiple chart controls (in VS2010) on an aspx page, which also show their relevant detaild data in a table on the same page. I could not found yet an appropriate solution for printing such a page with chart control and other data.
    In fact I was able to print the chart alone at the client side, but only by sending it directly to the printer, this method is unable to show print preview dialog to the client.
    Then i started thinking in another direction, and came with the idea to export my desired controls into a pdf file which then can be shown in the browser (which resolves browser independance), for that i used nReco (the dll which comes with dot net) pdf converter
    which can convert the whole html page into the pdf file (by passing the url of the page) and then opens/saves in the browser to print.
    But when i pass it (to one of the the funtion in nreco) a container means a div or a panel control which holds the chart control and other normal controls then it gives me the error that unable to convert to pdf.
    Tis may be due to the relative path of the chart control image.
    I am stuck in this situtation, My original requirement is to show the the print preview to the user at client side with all printing options. It would be very convenient if the desired control can be exprted to pdf.
    And I don't want to use any ohter third party control (for print preview at client side) which needs to be installed on the client machine.
    Thanks.
    Code Sample:
    using NReco.PdfGenerator;
    on Load
    Chart1.Series[0].Points.DataBind(datatbl.Rows, "ColHeading", "colName", string.Empty);
    On Print
    HtmlToPdfConverter nRecohtmltoPdfObj = new HtmlToPdfConverter();
    nRecohtmltoPdfObj.Orientation = PageOrientation.Portrait;
    StringBuilder sb = new StringBuilder();
    StringWriter tw = new StringWriter(sb);
    HtmlTextWriter hw = new HtmlTextWriter(tw);
    ChartPanel1.RenderControl(hw);
    string temp =
     "<html><head><style>td,th{line-height:20px;} tr { page-break-inside: avoid }</style><script>function subst() {var vars={};var x=document.location.search.substring(1).split('&');for(var i in x) {var z=x[i].split('=',2);vars[z[0]]
    = unescape(z[1]);}" +
                "var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];for(var i in x) {var y = document.getElementsByClassName(x[i]);" +
                "for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];}}</script></head><body onload=\"subst()\">"
     + sb.ToString() 
     + "</body></html>";
    nRecohtmltoPdfObj.GeneratePdf(temp);
    Please suggest a batter way out.

    Is this question hard to answer? or I am going to the wrong direction since I am new about Java EE/EJB.
    Can anyone give me some answer?

  • Unable to display data in a chart, got error: No connection could be made .

    Hi Expert,
    I am running sample SH in OracleBI Answer. The retrived data in a table is fine, but I can't dispaly a chart.
    Thanks
    Helen
    Here is the error message:
    Error Generating Chart
    An error occurred during execution of "connect". No connection could be made because the target machine actively refused it. [Socket:764]
    Error Details
    Error Codes: ETI2U8FA
    I am using oc4j
    Here is website:
    http://5y2xch1:9704/analytics/saw.dll?Answers&SubjectArea=SH
    Here is SQL
    SELECT Products."Prod Name" saw_0, Calendar."Calendar Month Desc" saw_1, Calendar."Calendar Month Name" saw_2, "Sales Facts"."Amount Sold" saw_3 FROM SH ORDER BY saw_0, saw_1, saw_2
    Here is xml in Advance
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlVersion="200705140" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sawx="com.siebel.analytics.web/expression/v1">
    <saw:criteria subjectArea="SH">
    <saw:columns>
    <saw:column formula="Products.&quot;Prod Name&quot;" columnID="c2"/>
    <saw:column formula="Calendar.&quot;Calendar Month Desc&quot;" columnID="c0"/>
    <saw:column formula="Calendar.&quot;Calendar Month Name&quot;" columnID="c1"/>
    <saw:column formula="&quot;Sales Facts&quot;.&quot;Amount Sold&quot;" columnID="c3"/></saw:columns></saw:criteria>
    <saw:views currentView="2">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="titleView!1">
    <saw:displayFormat/></saw:cvCell></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="tableView!1">
    <saw:displayFormat/></saw:cvCell></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:titleView" name="titleView!1" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:tableView" name="tableView!1" rptViewVers="200510010" showHeading="false"/>
    <saw:view xsi:type="saw:staticchart" name="staticchart!1" rptViewVers="200510010">
    <saw:template tid="charts/column.cxml"/>
    <saw:selections>
    <saw:categories>
    <saw:category position="0">
    <saw:column columnID="c2"/></saw:category></saw:categories>
    <saw:measures>
    <saw:column columnID="c3" position="0"/></saw:measures>
    <saw:seriesGenerators>
    <saw:measureLabels/></saw:seriesGenerators></saw:selections>
    <saw:canvasFormat/></saw:view></saw:views></saw:report>
    Edited by: user914594 on Feb 4, 2011 8:22 AM

    Hi,
    Check weather Oracle BI Javahost server is on or not.On if server is down.
    Go to Start->Run->Services.msc
    Which version of OBIEE are you using?
    Regards,
    Srikanth

  • Change color in chart series (Chart Controls)?

    Does anyone know if it's possible to change the color within a series in Microsoft Chart Controls?  My data is X = test time and Y = response time using a column graph.  Currently when the test to collect response time fails it does not
    record a numerical value and when graphed it appears as though the response time was minimal.  I want to make it stand out when a failure occurs, for example to draw a large column and change the color to red (other values are in blue).
    I don't have much experience using Chart Controls yet.  I know you can use an alternate color with a different series of data but it doesn't appear you can change it from within. 
    This is my chart series (when a test fails, the response matches "" and not $NULL):
    [void]$chart1.Series.Add("ResponseTime")
    $chart1.Series["ResponseTime"].ChartType = "Line"
    $chart1.Series["ResponseTime"].BorderWidth  = 1
    $chart1.Series["ResponseTime"].IsVisibleInLegend = $true
    $chart1.Series["ResponseTime"].chartarea = "ChartArea1"
    $chart1.Series["ResponseTime"].color = "#0404B4"
    $DATA | ForEach-Object {
    If ($_.RESPONSE_MS -eq "") {
    $chart1.Series["ResponseTime"].Points.addxy("FAIL",9999)
    Else {
    $chart1.Series["ResponseTime"].Points.addxy( $_.TIME.Remove(5) , ($_.RESPONSE_MS)) }
    I tried changing the color within the if/else but the first .color value it picks up will be used throughout. 

    Hi Tickermcse76,
    To create a new line chart, please refer to this script:
    function New-Chart
    param ([int]$width,[int]$height,[int]$left,[int]$top,$chartTitle)
    # create chart object
    $global:Chart = New-object System.Windows.Forms.DataVisualization.Charting.Chart
    $global:Chart.Width = $width
    $global:Chart.Height = $height
    $global:Chart.Left = $left
    $global:Chart.Top = $top
    # create a chartarea to draw on and add to chart
    $chartArea = New-Object System.Windows.Forms.DataVisualization.Charting.ChartArea
    $global:chart.ChartAreas.Add($chartArea)
    [void]$global:Chart.Titles.Add($chartTitle)
    # change chart area colour
    $global:Chart.BackColor = [System.Drawing.Color]::Transparent
    } #New-Chart
    New-Chart -width $width -height $height -left $left -top $top -chartTile $chartTitle
    [void]$global:Chart.Series.Add("Data")
    # $global:Chart.Series["Data"].Points.AddXY($(get-date), $($ht.Values))
    $global:Chart.Series["Data"].Points.DataBindXY($ht.Keys,$ht.Values)
    #$global:Chart.Series["Data"].XValueType = [System.Windows.Forms.DataVisualization.Charting.ChartValueType]::Time
    #$global:Chart.chartAreas[0].AxisX.LabelStyle.Format = "hh:mm:ss"
    #$global:Chart.chartAreas[0].AxisX.LabelStyle.Interval = 1
    #$global:Chart.chartAreas[0].AxisX.LabelStyle.IntervalType = [System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType]::Seconds
    $global:Chart.Series["Data"].ChartType = [System.Windows.Forms.DataVisualization.Charting.SeriesChartType]::Line
    #$global:chart.Series["Data"].IsValueShownAsLabel = $false
    Reference from:
    http://poshcode.org/1205
    To change the chart color, please refer to this script:
    Charting with PowerShell
    I hope this helps.

  • How to control errors in BPM

    HI all,
    We are developing a quite complicated BPM. We need to controle errors in File Adapter, just in case the comunication channel cannot write/read (for example with a wrong FTP account). In case of error we need to send an email. So we are trying to develop a module in the file adapter. We are not sure about behaviour of the BPM if one of the steps have an error. I mean the execution of the module will continue the BPM in case of error in the file adapter?
    Many thanks in advance
    Regards
    Noelia

    Hi Noelia,
    CCMS is SAP Computing Center Management System.  RWB is smoothly integrated with CCMS and CCMS alerts can be viewed thro' the Runtime WorkBench.
    First configure CCMS in XI System:-
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    For Monitoring in the CCMS:-
    http://help.sap.com/saphelp_nw04/helpdata/en/4d/6272376d3bfa2be10000009b38f8cf/frameset.htm
    Go thro' this link for configuration scenario:-
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1
    Hope this helps.
    Regards.
    Praveen

  • Cursors for strip chart controls?

    I’m using a strip chart control to plot data during real-time.  I allow the operator to pause the chart to view old data.  The operators would like to be able to see a specific value when the chart is paused,  either by enabling cursors, or clicking over a point on the chart with the mouse.  I don’t see any way to do this for a strip chart control, or am I missing something? 
    Thanks!
    Angie
    Edited to add: I'm using CVI 2010.

    Some ideas have been suggested here and here, may be it's of interest

  • Elicense control error

    Hello all.  Everytime i try to start logic without my nexus license dongle i get the eLicense control error and logic refuses to start.  The problem is that I do a lot of work in logic on the plane and in hotel rooms and don't always have my license key handy.  I should still be able to work on that session and just not access those particular plug ins unless i have the key installed.  I don't see why i cannot even get the session to open.  Does anyone know a workaround for this.  I am buying the uad satellite bundle and im sure im going to have the same problem with this.  But my main goal is to be able to open any track and work on a particular part weather or not my license is plugged in.  This is how it is in ableton.  The session will open but i just cant access nexus or UAD.  PLEASE HELP

    Boyd Ostroff wrote:
    I wonder if you could setup two separate accounts on your laptop and only install nexus on one of them? Not sure if the nexus software is installed into the user library or a global location, but seems like it would be worth a try.
    Excellent suggestion....
    If that doesn't work the OP could just move the Nexus AU out of the Components folder before starting an "on the road" session.
    That would be in Root/Library/Audio/Plug-ins/Components
    Logic never did have graceful exit strategies... if it finds something amiss it often tends to freeze or crash.

  • Transaction Control Error

    Hi,
    i am getting "Transaction Control Error" in newly created Client while executing any tcode. can you please give the solution for this.
    venkat

    Hi,
    i copied from 000 client to new client. it was successfully completed. After that if execute mm01 or mm02 transactions this type error i am getting. Can you please give the solution..
    venkat

  • Error when re-starting an SQL Server Instance from VBA - [SQL-DMO]Service Control Error: Access is denied.

    Our Application needs to have the use of the [Named Pipes] and [TCP/IP] Protocols.  To save our Users the hassle of having to enable them manually our application has always done it for them and then stopped and restarted SQL Server.  However
    since the advent of Vista and Windows 7, the restart stopped working.  We solved the problem by detecting the failure to re-start and giving Users sufficient instructions for them to do it themselves.  Since this only occurs during installation on
    the Server, this approach has not been too much of a hassle.  However we would like to tidy this up if possible. This the VBA code that is causing the problem:
        obj_SQLServerInstance2.Start _
            g_SQL_UseWindowsAuthentication, _
            SQLServerInstance, _
            UserName, _
            Password
    This still works when run under XP, but fails under Windows 7 with the Error:
    [SQL-DMO]Service Control Error: Access is denied.
    Does anyone know how to resolve the problem?

    This still works when run under XP, but fails under Windows 7 with the Error:
    [SQL-DMO]Service Control Error: Access is denied.
    Hello Brian,
    Under Windows 7 you have to run the VBA script with admin permission, a normal user don't have permissions to start/stop services.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How do I fix "could not be added to AVI control" error?

    How do I fix "could not be added to AVI control" error? I get this error when loading a file via the Clip/Insight Player.

    Hello acacord,
    are you working with an AVI using the Indeo codec? On Windows XP, after
    installing the service pack 2, files using this particular codec cannot
    be played if they are placed in the temporary Windows folder. This is
    due to Windows restrictions, not to CLIP.
    If you run a cip file in CLIP, it would unpack all its content
    (including the AVI) to that temp folder and play the video from there -
    which is not possible.
    With the current version, all CLIP examples are using the Radius codec
    instead ov the Indeo. As you can see ich you make a test with one of
    the example projects - it is working well.
    So in your case, just use a different codec than the Indeo.
    Ingo Schumacher
    Systems Engineer Sound&VibrationNational Instruments Germany

  • ChiliBean Control error '800a03e8'  java.lang.NoClassDefFoundError

    hi all,
    http://forum.java.sun.com/thread.jspa?forumID=759&threadID=5019680
    in reference to the post above, i have a Win2003 server running Sun ONE with Chilisoft ASP plug-in. i did the suggestions there but am still getting the same error, to be exact:
    ChiliBean Control error '800a03e8'
    java.lang.NoClassDefFoundError: MyHelloWorld
    /myhelloworld.asp, line 3
    <html>
        <% Dim mhw, mhwString, mwh1
    REM    Set mhw = NewJavaObject("MyHelloWorld")
           Set mhw = Server.CreateObject("Chili.Beans")
           Set mhw1 = mhw.Construct("MyHelloWorld")
           Set mhwString = mhw1.myString
           Response.Write(mhwString)
        %>
    </html>
    public class MyHelloWorld {
         public String myString = "Hello World!";
    }hope you could help me out.
    thanks in advance :D

    hi all,
    http://forum.java.sun.com/thread.jspa?forumID=759&threadID=5019680
    in reference to the post above, i have a Win2003 server running Sun ONE with Chilisoft ASP plug-in. i did the suggestions there but am still getting the same error, to be exact:
    ChiliBean Control error '800a03e8'
    java.lang.NoClassDefFoundError: MyHelloWorld
    /myhelloworld.asp, line 3
    <html>
        <% Dim mhw, mhwString, mwh1
    REM    Set mhw = NewJavaObject("MyHelloWorld")
           Set mhw = Server.CreateObject("Chili.Beans")
           Set mhw1 = mhw.Construct("MyHelloWorld")
           Set mhwString = mhw1.myString
           Response.Write(mhwString)
        %>
    </html>
    public class MyHelloWorld {
         public String myString = "Hello World!";
    }hope you could help me out.
    thanks in advance :D

  • Htmlb chart control is not working

    Hi All
    I created chart using htmlb chart control as per documents  given in pdk. but it is not displaying any thing on the browser,I am attaching code ,Please tell me where will the wrong
    Thanks in advance
    Gopal
    Java:
    create a new JCO table
            JCO.Table table = new JCO.Table("DAX");
    //       add the info/header to the table. The header is defined by the column name,
    //       data type and length (see JCO table API for details).
            table.addInfo("GROUPID", JCO.TYPE_CHAR, 50);
            table.addInfo("X", JCO.TYPE_CHAR, 50);
            table.addInfo("Y", JCO.TYPE_CHAR, 50);
            table.addInfo("Z", JCO.TYPE_CHAR, 50);
            table.addInfo("COLOR", JCO.TYPE_CHAR, 50);
            table.addInfo("EXTENSION", JCO.TYPE_CHAR, 150);
    //       append a record to the table. setValue sets the value as string. The second
    //       parameter is the column. The numbers are according to the sequence of the
    //       definition of the header (see above).
            table.appendRow();
            table.setValue("07.2001",0);
            table.setValue("SAP",1);
            table.setValue("158",2);
            table.setValue("20",3);
            table.setValue("10",4);
            table.setValue("href=\"http://www.sap-ag.de/\"",5);
    //       create a JCOChartModel and set the JCO table
           IChartModel model = new JCOChartModel();
            ((JCOChartModel) model).setDataSrc(table);
    myBean.setModel(model1);
    JSP:
    <jsp:useBean id="myBean" scope="session" class="com.sap.barchart.ModelBean" />
    <hbj:content id="myContext" >
      <hbj:page title="PageTitle">
       <hbj:form id="myFormId" >
         <hbj:chart
               id="myChart1"
               model="myBean.model"
               visible="true"
               displayObjectValues="true"
               titleCategories="Company"
               titleValues="Turnover"
               title="Washers by Companies!"
               chartType="BARS_3D"
               colorOrder="DEFAULT"
               height="200"
         />
         </hbj:form>
      </hbj:page>
    </hbj:content>

    HI,
    Check if the bean is null.
    Try displaying it using classlib in the dynpage itself .
    Regards
    Bharathwaj

  • SVG chart series error

    Hi!
    I want generate svg chart with 3 series basead in database table DR_HPUX_CPU with 5 columns: id (server id), percent_user, percent_idle, percent_system and info_date.
    What I Want is view information about CPU percent user, system and idle in the same chart. series query (i create 3 only different in PERCENT_XXX):
    SELECT NULL LINK,
    data,
    valor
    FROM
    (SELECT DISTINCT
    TO_CHAR(info_date,'YYYY-MM-DD HH24:MI') as data,PERCENT_XXX as valor
    FROM DR_HPUX_CPU
    WHERE ID=6 ORDER BY data DESC)
    WHERE ROWNUM < 21
    order by data asc
    If I have only one series, chart display very well. when i have 3 series chart return error:
    SVG Chart error: ORA-20001: line_chart error: ORA-20001: get_data error: ORA-20001: Parse error: ORA-00933: SQL command not properly ended
    What's wrong?
    Thanks
    Avc

    "Avc"
    I think we're going to have to see the other 2 queries. What happens when you try all combinations of 2 queries? What I'm asking is: can you narrow the problem down to 1 query?
    Sergio

Maybe you are looking for