Control Chart in Crystal Report

Hi
Is it possible to create control chart in crystal report XI (with upper level and lower level limit)
if it possible, can you please let me know how to do?
Thanks

Not sure its possible in standard CR.
It is possible with an add-in product:
http://www.threedgraphics.com/tdg/enterprise/sap/crce/
Or more specific example:
http://www.threedgraphics.com/tdg/enterprise/sap/crce/images/shewhart.png
-Dan

Similar Messages

  • Design Charts in Crystal Report

    Hi There
    I am wondering if i can design a chart in Crystal report with the data I define, for example, I have a report for each OS type I use running total to get their data, the reason I am using running total is because their calculation are different, so now i have a data like this
    Win        10
    HP          20
    Solaris   30
    now I want to use this data(the above data are get by running total) to draw a chart, is it possible?I am thinking to put those data in an array, but not sure if this can be done in CR?
    thanks

    You can do it. You can use a 'Shared Variable' in a formula and store the Value(s) of the 'Running Total'. you can create 3 shared variables in one formula or create 3 different formulas.Then use this shared variable in the sub-report and design the chart there in the sub-report. you might have to place this sub-report in the report footer or any section which comes after the 'running total' is calculated.

  • Using ocx controls on form6i (Crystal report 7 control)

    I want to call reports developed in crystal report 7.0 (oracle as a backend)
    I putted a ocx control on form and called now i want to call different reports from different push buttons.
    vinod

    Hi Ibai,
       Thank you for your interest in CrystalWave. I tried sending this info to the email address you gave but got an undeliverable message.
    The links are as follows:
    (please use Internet Explorer while accessing the download link)
    1. CrystalWave info: http://www.twbs.com/CrystalWave.html
    2. CrystalWave download: http://www.twbs.com/cwrfiv2004.asp (You need to fill in your info and the download will start.)
    Please do let me know if you are not able to access these links and I can setup a temporary link for you to download the program.
    Thanks,
    Gopal Viswanathan

  • How To Enable Group Layout When Creating Chart in Crystal Reports XI

    Hi
    I Created a chart, and i placed the same on Report Header, when i want to change the layout Option As Group, it is disabled, how to enable the Group Layout Option.

    Hello
    You should have your group already created and your summary. you place your graph outside the group (RH or RF)
    Luc

  • Manipulating Legend Bubble chart in Crystal Report XI

    Hi,
    I would like to know how to put legend  positoning the name inside the chart above marker instead of left botton and right.
    for example in the bubble sample of chart.rpt located in Features example, i would like to have Distrito Federal located above the Circle marker.
    If not is that possible by progamming with the model object of crystal

    I think you can change the data labels but not the legend
    i want to include the name "Distrito Federal" inside the blue bubble

  • Crystal Report Chart not showing up in Web Portal

    I have a created a chart using Crystal Reports(runs fine in Crystal) and published it on our Report Server. When I went to look at the report on our Web portal, the text objects were visible however the chart was not. Portal is in JSF technology (IceFaces) on JBoss server.
    Anyone know why this happening?
    I founded post
    [Re: Crystal Viewer in Servlet does not show graphics|Re: Crystal Viewer in Servlet does not show graphics]
    I have this in web.xml
    <context-param>
             <param-name>crystal_image_uri</param-name>
             <param-value>/my_app_name/crystalreportviewers115</param-value>
    </context-param>
    But in URL like this one
    /my_app_name/crystalreportviewers115/crystalimagehandler.jsp?dynamicimage=crystal7652571164231307864.png
    I haven't file "crystalimagehandler.jsp" I also didn't found "crystal7652571164231307864.png" file. how to resolve this problem?

    Yes I did. I created file "crystalreportviewers115" in my "WEB-INF" and coped there all file from "C:\Program Files\Business Objects\Common\4.0\crystalreportviewers12\".
    In tutorial which i founded [here|http://devlibrary.businessobjects.com/businessobjectsxir2/en/en/JRC_SDK/jrc_java_dg_doc/doc/jrcsdk_java_dg/Tutorials2.html#1459845] they saying that I must copy file "crystalreportviewers115" but in my case I have "crystalreportviewers12" and:
    - ChartSupport
    - java
    - managed
    In my case i haven't file "crystalreportviewers115" but "crystalreportviewers12".
    In eclipse the structure of my app (its "Dynamic Web Project") looks like:
    - myapp:
    _______ src
    _______ crystalreportviewers115
    _______ WebContent:
    _________________ WEB-INF
    Any advice?

  • ComboBox control for Crystal Reports

    <p>Does anyone know if there are combobox style controls that can be used in crystal reports? We&#39;re using Business Objects XI R2 and Crystal Reports Developer XI to create the reports. Reports are delivered via Infoview.</p><p>The reports we&#39;re creating in Crystal has account number as an input parameter/prompt for the report. Some of our releationships have few hundreds to 1000 accounts. So the usability of a normal HTML SELECT control degrades pretty fast. A combobox would allow the user to type in partial names and scroll to that particular value. E.g.: The search on Google Suggest <a href="http://www.google.com/webhp?complete=1&hl=en">http://www.google.com/webhp?complete=1&hl=en</a></p><p>Does  WebElements have any control that can be used? Or are there 3rd party controls that are similar?</p><p>Thanks</p>

    Hi,
    I am looking for a Crystal Add-In to display a string that comes into my report as an array. I am using the Crystal JOIN function to get the elements, separate them by a comma and display them in a text object. This has worked well until I started working on a new report that returns many medication names as members of the array. Displaying them in the text box with "Can Grom" Checked has become quite messy, as this text box is in the Report Header section.
    What I would like to do is display them as a ComboBox (or dropdown, if that is the same thing) with the first medication showing (say Aspirin) and then the user can click on the drop down and see the rest of the medications in the array (Tylenol, etc.)
    This is display only data.
    It seems like the Crystal Report Webelements might do the trick. I have some questions:
    1 - Even though the link says you can incorporate web web controls onto your Crystal Report will this be visible from Crystal itself? The reason I ask is that we use a custom Report Viewer that basically renders on a web page what Crystal displays
    2 - Do WebElements contain the ComboBox I am looking for?
    Thanks,
    Dick Rosenberg

  • Crystal report with chart und Visual studio 2008

    Hi, I have a question.
    It is possible to affect a dynamic Title of a chart in Crystal Report.
    I want to use the same Report to make different report and I want to know if we can affect the Text property of the Chart with the code-behind from Visual Studio.
    Thanks for your response

    I don't believe it's possible to programatically change the text boxes of a chart, but you could delete the title and use a formula in it's place.

  • Custom data labels in Crystal Reports charts

    Hi,
    I have a problem with charts in Crystal Reports. The notation prescribe e.g.  that positive values appears a plus (+21) and negative values a minus (-21).
    The problem is, that I canu2019t assign custom values to the data labels (e.g. the value is 20 but I want to show +20 or 18 or something else).
    Furthermore, its a problem that I can't scaling depending on a formula field. This is required that all charts in the report have the same scale and are dynamically depending on the values in the report.
    I need a solution to both problems, or a workaround.
    Thanks in advance
    Kevin

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Embeddable Crystal Reports Designer Control and Visual FoxPro

    Post Author: PaulBtci
    CA Forum: Other
    Hello everyone, I have a problem adding CRXI Embeddable Crystal Reports Designer Control in the run-time. When the following line is being executed, an "Insert Object" dialog pops up. ThisForm.AddObject( "oleDesigner", "olecontrol", "CrystalReports.EmbeddableCrystalReportsDesignerCtrl" ) The control, however, is available in the list, and when selected is added to the form. The above problem does not exist when I add ActiveX ReportViewer. Can anyone help me with this issue? Any help is greatly appreciated. Thanks, Paul

    Good morning,
    I am using  "Embeddable Crystal Reports Designer Control"  Crystal Report 11 with Visual Basic 6.0.
    There is some way for disable the tab "preview the main report"? THis is including in "Embeddable Crystal Reports Designer Control"
    or
    There is some way for update the tab "preview the main report" loaded after other report? Because, the preview is not refresh.
    Thanks
    Buenos días,
    Les comento, estoy utilizando el control "Embeddable Crystal Reports Designer Control" (CRDesignerCtrl11_5) del Crystal Report 11 en un proyecto de Visual Basic 6.0
    Cuando cargo un reporte dos veces, se presenta la "vista previa de informe principal".  Sin embargo cuando vuelvo a cargar otro reporte no se actualiza la "vista previa de informe principal" sino que se queda con la información cargada anteriormente.
    Quisiera saber si existe una forma de acceder al control para actualizar la "vista previa de informe principal", ya que a pesar de dar clic derecho y elegir actualizar no toma los datos del nuevo reporte cargado.
    Y si es posible en todo caso desabilitar la "vista previa de informe principal" o hacerlo invisible para que únicamente se presente la pestaña de "Informe Principal".
    De antemano agradezco su ayuda.

  • Crystal Reports and Organizational Charts

    Has anyone used Crystal Reports for creating Organizational Charts? The gap we have is that some manual user overrides are needed to the final output, and the output cannot be modified in Crystal unless exporting the data. The export format is clunky.

    Hi,
    Did you do any aggregation for your org chart in crystal report?
    Or you have to draw it in CR?
    If not, pls use excel or other powerful UI oriented tools, as far as i know, crystal handles data well but not the final format.
    Thx,
    Hao

  • Missing DataBase Login information for deployed VS2008 w/Crystal Report

    I'm creating a Windows Form application using VS2008 Pro and the basic Crystal Reports (included).</br></br>
    I've successfully added a crystalreportviewer control and a crystal report (.rpt) to my form. I've written the following code in the code behind to programmatically load/bind the report to the viewer. Everything works fine on my development machine (or any machine that has Visual Studio installed). Where I'm encountering problems is when I deploy the application to a machine that does not have VS installed (I have downloaded and installed the "Crystal Reports Basic for Visual Studio 2008 Redistributable Package" for the appropriate processor type on this non development machine) that I'm getting an error . It prompts for "DataBase Login". The ServerName, LoginID and Password are all there, but the "DataBase" field is empty and disable for user input.</br></br>
    Why is the DataBase information missing? How can I solve this problem?</br></br>
    (On a side note, I vaguely remember a property for enabling/disabling the prompting of the database login. I can't remember where this was again to double check if that is the culprit. But I'm pretty sure that I did mark it as to not prompt, since it's supplied in the code behind. Plus it doesn't prompt on the development machines. Only on the non-development machines).</br></br>
    Any help is greatly appreciated! Thanks.</br></br>
    The code executed in the PageLoad event of the form.</br></br>
    this.crystalReportViewer1.RefreshReport();</br>
                ReportDocument reportDocument = new ReportDocument();</br></br>
                #region Load Parameters</br></br>
                ParameterFields paramFields = new ParameterFields();</br></br>
                for (int i = 0; i < _parameterName.Length; i++)</br>
                {</br>
                    ParameterField paramField = new ParameterField();</br>
                    paramField.ParameterFieldName = _parameterName<i>;</br>
                    ParameterDiscreteValue discreteVal = new ParameterDiscreteValue();</br>
                    discreteVal.Value = _parameterValues<i>;</br>
                    paramField.CurrentValues.Add(discreteVal);</br>
                    paramFields.Add(paramField);</br>
                }</br></br>
                crystalReportViewer1.ParameterFieldInfo = paramFields;</br></br>
                #endregion</br></br>
                #region Load Report</br></br>
                string reportUrl = "";</br></br>
                string exePath = Application.ExecutablePath.ToString();</br>
                exePath = exePath.Remove(exePath.Length - 18, 18);</br>
                exePath += _reportName + ".rpt";</br>
                reportUrl = exePath;</br>
                reportDocument.Load(reportUrl);</br>
               #endregion</br></br>
               reportDocument.SetDatabaseLogon("myUserName", "myPassword", "myServer", "myDataBase");</br></br>
                crystalReportViewer1.ReportSource = reportDocument;
    </br></br>
    Edited by: mtech8 on Jan 9, 2010 3:03 PM. Corrected formatting issues to make post readable.

    HI. Ludek,
    Thanks for the tips. I tried both, but the problem presists.
    On a side note, I did get my hands on yet another "non-development machine". This one ran with Window's Vista appeared to work (even with my original code).
    The "non-development machines" that I've tested on are Windows 7 and Window XP machines. On these machines, when I commented out the reportDocument.SetDatabaseLogon line, when I try to load the report, it still prompts for the Database Logon information, however, it also has the "Database name" empty and disabled.
    Since it worked on a non-development machine with Win Vista. I don't think there is a problem with references or the Crystal runtime packages.
    As far as permission for the report to contact the database, I'm guessing there isn't a problem there either because the application does successfully connect to the database.
    I'm connecting to a SQL2005 database and using the SQL Native connection.
    On a side note: as for the enabling prompting, I just remembered that it was an option available when using Crystal Reports with a web project. Thus I couldn't find it here with a Window's Form project.

  • SAP B1 8.8 PL 13 Authorisation with Crystal Report

    Hi Experts,
    I have implemented SAP B1 8.8 PL 13,
    Problem is that, I am not able to control authorizations of crystal reports.
    Practical case:-  We have one crystal report called 'VAT Return Report', where are i trying to change authorization of this Crystal report, when i give authorization to this report, system shows 'Operation completed successfully',  after this if  i  close authorization window, and again open authorization window, that authorization for 'VAT Return Report' do not retain, i.e system do not show authorization which i was given.
    Please any one can suggest me how can i solve this problem.

    Hi Sathish,
    I have checked this in PL18 have had no issue being a super user and not a super user its working fine, in crystal designer have you been able to execute the report.
    try this
    1. Is your printer setup to the correct one you normally use. - In my case it had been default
    2  In Report layout manager (RLM) --> Select the VAT ... report and verify if the status is Active.
    3. Are you able to execute the report from RLM -> Run Report
    Is your report is still not working in SBO Re-import it..
    Regards,
    Rakesh N

  • Calling Crystal Reports from Oracle Forms 6i

    Hello
    I am trying to invoke/call Crystal Reports from Forms 6i.
    I have created OCX Item, while right click on item and insert-object, i am unable to see "Crystal Report" Control.
    I have installed crystal Reports 2008 (Version 12) and CR Standard Production version 9.
    Is there any Active X control registration in forms.
    I could see "Crystal Report Viewer Control 9" and "Crystal Report Print Control 12.0"
    Could some one help me,
    Thanks
    Tumuganti

    Did u Succeed in calling crystal Reports XI from Forms 6i
    or from Forms10g
    for me also the same Requirement
    please send any document ,Attachment ,steps to call Crystal Reports XI from Forms
    [email protected]
    Message was edited by:
    user501763

  • Overlapping Graphs in Crystal Report

    We have a requirement of designing a drilldown for which we have used Group charts in Crystal report. Our requirement is to plot graphs on 2 different summary fields on the same level i.e we require that on change of Zone, graph should be shown for Average of MTBF and MTTR values in that zone. We are using Crystal Report 2008. There is a limitation in crystal that only one summary field can be shown in a single group chart, so we hade created 2 different charts for MTBF and MTTR and overlapped one on the other and made the graph at front as transperent. MTBF is a bar chart and MMTR is a line chart.
    It works fine when we do a preview in crystal report, the top graph is transperent and we can see both the graphs.
    But when we are viewing the graph through Infoview, the top graph is no more transperent and we cannot view the 2nd graph that is at bottom.
    Can anyone help in solving the problem or is their any workaround to display 2 summary fields in one graph in group chart.
    Appriciate any immediate help, we are in a critical stage and need to solve the problem ASAP.
    Thanks in advance
    Suchi...

    Thanks for the promt reply.
    We are not exporting the report, We are directly vieweing it in info view.
    I have very little idea about infoview. Can you please let us know how we can change the setting for infoview and who can do this. We just have access to Crystal report and the Business View manager to create and use the prompt group and save our rpt file so that we can view it through infoview.

Maybe you are looking for

  • I am unable to activate the sim in my ipad air 5th generation can you suggest how i can activate

    i brought ipad air cellular model and inserted nano sim card but i am unable to dial number because there is no display of numarical pad to dial. But on left side i am getting the netwaork name DU with 5round ponits. Can you suggest it is required an

  • UnmarshalException:error unmarshalling return;nested exception ClassNotFoun

    Hi, I have written a client for an enterprise application. The client communicates with the application using APIs provided by the application that internally make RMI calls to the application server. I am getting the following error when the client

  • How to upgrade SAFARI in OS X 10.6.8

    How to upgrade SAFARI in OSX 10.6.8

  • Layer mask misery

    I have reformatted my computer and re installed Photoshop CS6 64bit.  I duplicated the layer and applied a Gaussian blur.  I created a layer mask and when I  brush over the layer it does not reveal  the mask  - how do I correct this?

  • XML Messages View

    Hi All When I treid to view SXMB_MONI it just show only 1 day XML Messages only, how can I see all of old messages which has been archived... I would like to see Table view "XI_AF_MSG" in PI 7.0 NW2004s under JAVA-Stack archiving When I tried SE16 an