Print Only Charts In Report

In Crystal 10, is there any way to print just the charts of a report without printing the associated and unsuppressed detail?  I have a data-intensive report filled with charts, and a user wants to see the data in the report but only print the charts representing the information.
Thanks in Advance

Have a parmeter "show details"
link all the section to hide when show details = False ( apart form the chart)
then the user can do what he wants with the parameter.

Similar Messages

  • Print-time charting with shared variables on a report without groups...

    hello all,
    I have an interesting conundrum; I am working on a report (Crystal XI) with no groups to it, just several subreports. Presently the report is run weekly and sent to the manager of one of our departments.
    The report itself showcases all areas of the department with total tasks, longest outstanding task, average days outstanding, MTD tasks completed, and YTD tasks completed. Due to the variety of tables the data pulls from, I have it set up as subreports that simply display the data.
    All total, there are 20 different shared variables that have been obtained from 10 different subreports. I have the shared variables set as the running totals from the subreports (hence, all are print time). Since the running totals and all the subreports are time based and are not actually linked to ANYTHING on the main report, I am struggling with how to set up the formulas described in the white paper, "Charting on Print Time Formulas".
    The setting up of the two formulas ({@onchngof} and {@showval}) will be different for my situation, as all of the subreports run off of date information relative to when the report is ran. I've got all of the subreports that the shared variables originate in early in the report; but where to from here?
    Would I set up maybe a date grouping or some other non-essential consistent grouping to make it work? The way this report is, it really doesn't need grouping, because the main report is just a display agent for the subreports...
    As always, any help is greatly appreciated!

    Let me ask couple of questions before trying to resolve this.
    1. The chart you are trying to built is placed in which section and is it on Main report or sub-report of its own. This is needed because if you are trying to access shared variables values in Main report, the section should be below the sub-report placed sections.
    2. Try pacing few test formulas in Main report and make sure the correct values are being pulled in on Main report.
    If you are successfully pulling the variable values on the report, try creating a simple chart in report footer with the values you have pulled and see if its taking you somewhere...
    Would need more information on how those variables are being accessed form sub to main or sub to other sub for example are you making an array of those variables and splitting or bringing it in as separate...

  • I have HP Deskjet 3510 connected wireless - problem is that it wants to print only black and white - is there a color button I am missing?  The print quality report is fine in color etc.

    I have a HP Deskjet 3510 and it wants to print only in black and white. 
    The Print Quality Report is fine and in color.
    Is there a color button I am missing?

    In the Print & Scan system preferences, does it indicate it is using a generic printer driver or a Gutenprint driver?
    Also, if you click on Options & Supplies, you might want to check and see if has to be enabled. That kind of sounds odd though.
    Another thing is it might not be showing. If the bottom of the print dialog has a button that says "Show Details," click it. Then, you can change settings in the popup menu.

  • When sub-reports are exported or printed, then the complete report gets exported/printed instead of only the content of the sub-report.

    I have got several (6-7) subreports in the m ain report. Several times client is interested in printing/exporting data of sub-report only for which when they try to export/print sub-report, entire report is getting export and print.
    We have upgraded application from crystal 8.5 to crystal 2013 RAS API now. Earlier with crystal 8.5, client was able to export/print only sub-report.
    It will be great if somebody can share his/her expertise with us.

    Hi,
    As per my knowledge, currently there are no APIs available to export only subreport.
    See the RAS SDK dev guide and API Reference.
    http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/xi4_rassdk_net_dg_en.zip
    http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/xi4_rassdk_net_api_en.zip
    Try the SAP Idea Place and log an enhancement request.
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

  • Printing only the Gantt Chart

    Is there a way to print only the Gantt Chart?
    Mike
    R-Investments

    Check your page set up options when you do print preview. The last tab has some toggles where you can turn on/off printing the activity table and Gantt Chart.

  • Printing Chart on report using ActiveX on Machine without Crystal installed

    When using a chart in a report, the chart does not print when running the report on a machine that does not have crystal reports installed on it. It will print on a machine that DOES have crystal installed. I am using VB6 to print the reports using ActiveX. Is there a DLL that needs to be copied onto the machines? I am using Crystal reports 10.
    Thanks

    There is no one DLL. You have to do the correct deployment using supported methods; e.g.; MSM files for version 10 RDC. The MSM files can be found on the downloads page:
    http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htm
    Also, make sure you are on a supported OS:
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567
    The above mentions .NET, but same will apply to RDC based apps.
    Ludek

  • BEx Web Reports: Print only Results area??

    Hi gurus,
    I know that it is quite messy printing BEx Web reports with 3.5. ....
    Is there the possibility to print only the results area of a BEx Web report, e.g. without the menus (e.g. Rows, Columns, Free Characteristics)??
    Thanks a lot for your answers,
    Sabine

    Try this link:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bc4fa990-0201-0010-588e-ca4e63050d6d">How To Enhance Web Printing</a>
    Rgds

  • Cannot print second or third report to printer, only to window

    Hi everybody,
    We have an app in VB6 and have just migrated from CRXI to CRXIR2 SP6.
    There is a form where the user can print a main report, and optionally other 2 reports that we call "attachments". They are all independent RPT files.
    When the user chooses to send the main report and the attachments to the window, the app calls the viewer and we can see the 3 or more windows, so we can print.
    But, when the user chooses to send all the rpt printings directly to the printer, the app passes through the 3 print calls (I could see via debug), but only the first is actually printed.
    This is the call:
                          rpt.PrintOut False
    My question: Is there something we have to do between the print calls?
    What I am doing is only setting the new RPT and its properties, like that:
                       Set rpt = applic.OpenReport(PathRPT + "SEFoto" + TipoRPT + ".rpt")
                       rpt.FormulaSyntax = crCrystalSyntaxFormula
                       rpt.FormulaFields.GetItemByName("Empresa").Text = "'" + Company + "'"
    etc...
    Note: The rpt object is defined on the module level:
    Public applic As New CRAXDRT.Application
    Public rpt As CRAXDRT.report
    Thanks for any help!
    Isis
    Brazil

    You won't believe what was the problem with my app...
    I tried all the suggestions Ludek gave, including making a sample app very simple with the 3 printout calls, and the result was the same, only the first report went to the printer...
    So, after many tests, I concluded that the problem must be in the RPTs, not in the app!
    Then I started to compare the 3 reports, checking everything that could be different and could cause this strange behavior.
    One difference that I found was the option "No Printer" in the "page setup" dialog box.
    The first report had the "No Printer" unselected, and the 2nd and 3rd report had the option "No Printer" selected!
    So I unselected the option, and the reports were printed!!! Halleluiaaa!!!!
    I remember that maybe this option was selected when I created these reports because I had some reports in the past that could never be printed directly to the printer, they were always directed to PDFCreator, that maybe was my default printer when I created the report. In these cases, setting the "No Printer" option solved this problem!
    But now, searching in the help file about this option, I get the explanation that is:
    "Select the No Printer check box when printing is not an option from a particular workstation"
    Is it correct?
    When we are on the Page Setup screen, what we read is No Printer (optimize for screen display).
    So we understand that it is a good option, that will optimize report view, I could never think that it would cause the report not to go to the printer...
    Anyway, thanks for all help and attention,
    Isis

  • REPORT VIEWER- PRINT BUTTON- NOT PRINTING ONLY IN SOME MACHINES

    I built a project in VS2008(VB.Net) and it uses RDLC reports...When ive published my software i tried and it works fine and can print successfully on my machine but when i tried on the target machine i can export to pdf but i cant print the files directly
    using the print button on the report viewer...What is the problem? Thanking you in advance.

    Hello,
    Which browser did your used in the target machine? The issue may happens when you use none-IE browser. 
    The ClientPrint control of the Report Viewer control is based off of ActiveX and is not designed to work in none-IE browsers. This is a known issue in Report Viewer control.
    To workaround this issue, you can try to use custom control or ActiveX control to get the print option enabled for the Report Viewer.
    Reference:http://www.codeproject.com/Questions/608046/Reportplusviewerplusprintplusbuttonplusisplusnotpl
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Printing of charts generated by anychart and using Chrome

    Hi All,
    I have decided to use Anychart to print the charts in my report. The problem is that in google chrome when I go to print the report, only the text shows up in the print preview. As a result I cannot print the charts (generated by anychart)...only the text print.
    Please see a small demo that I created here - http://apex.oracle.com/pls/apex/f?p=57229:1:14503394258567 (login itproguys/itpro230). USE GOOGLE CHROME.....
    When you right click on the text or anywhere except the image, you get the Print option. Click on this to launch the chrome print utility. You will see the text showing up and no images on the preview section.
    Any help is highly appreciated
    Edited by: rhans on Oct 9, 2012 2:07 PM

    Yes these parameters that you can input in RSA3 will be provided by BW call
    Take attention to the selection fields, transfered in first call and not in following call. so move those to STATICS field at first call, and don't touch them after. Use these to build the CURSOR FOR SELECT statement. (moving to field ranges or building a WHERE clause)
    In case of DELTA via DATE or such field, you will get this selection in these selection fields.
      IF i_initflag = sbiwa_c_flag_on.
        APPEND LINES OF i_t_select TO s_s_if-t_select.
        APPEND LINES OF i_t_fields TO s_s_if-t_fields.
        s_s_if-requnr = i_requnr.
        s_s_if-dsource = i_dsource.
        s_s_if-maxsize = i_maxsize DIV 3.
        s_updmode = i_updmode.
      ELSE.
        IF s_counter_datapakid = 0.
          REFRESH s-gjahr.
          LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'FISCPER'.
              MOVE-CORRESPONDING l_s_select TO s-gjahr.
              s-gjahr-low = l_s_select-low(4).
              s-gjahr-high = l_s_select-high(4).
              APPEND s-gjahr.
            ENDIF.
          ENDLOOP.
          OPEN CURSOR WITH HOLD s_cursor FOR
          SELECT * FROM pmco
            WHERE versn IN s-versn
              AND objnr IN s-objnr
              AND gjahr IN s-gjahr.
    Regards

  • HP Officejet Pro 8500 Premier prints only in black/MAC USER & won't align?

    PROBLEM # 1) I've replaced all my ink cartridges, but can't find out why my printer is now only printing in black? I'm a MAC user, so I want to print in color, and am trying to find instructions for a MAC on how to get back to printing in color?
    ACTION TAKEN #1
    UPDATE: I've done a three level cleaning of the printer heads, which DOES print in color and each color block now looks great.  The printer heads were not printing any color blocks, but the pink color block,  until the first third level cleaning. I then cleaned the printer heads a second time all the way through the third level.
    RESULT: However when I print from any document/web page my printer only still prints in black & white after these two printer adjustments double three stage printer cartridge claening?
     ACTION TAKEN #2
    I found this very detailed report and video on cleaning printer heads, alignment issues, and calibrate line feeds;
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c01624398&lc=en&product=3964986&tmp...
    The Print Quality Diagnostics Page looks perfect (including the alignment section)  in all 3 test patterns, and again prints in color. 
    RESULT: However, my printer still will not print in color after trying all these steps?
    IPROBLEM #2)I  've also tried a align printer which also prints in color,  but states, "alignment failed see documentation manual"? To make the situation more complicated the alignment page looks perfect  and prints in color before the error message displays. 
    After puling the power cord  twice while ON  and wiating 20 seconds, as discussed in the above link. my printer "won't remove the, "align  error message see diagnostics manual".
    RESULT: Printer "won't remove the, "align  error message see diagnostics manual", even though the Printer Diagnostic Pages looks great, and the alignment page as well.
    I'm operating a lastest version Macbook Air laptop OS X 10.9.4. I have not upgraded to a new operating system since this problem started a week ago, and Ive owned this HP Printer for 2 years. 
    UPDATE: ISSUE SOLVED. Well you can imagine when I say that I spent about 2 hours on this yesterday that yea he's right. This took a long time to research and try all these solutions. I told my wife about the issue and had her try:
    ACTION TAKEN #3: Print a page from a second computer. Windows laptop printed a colored page from a web site.  
    SOLUTION: (Printing only in Black Color): Wife literally solved the problem in 3 minutes! 
    Look below at the presets drop-down arrow tab, which is right below the printer name: You will see PLAIN PAPER, FAST DRAFT, BLACK AN(D WHITE). I'm not sure how I checked this, but this is how you can print only in black ink. NOTE: I looked at dozens of answers across the web, and didn't find this info anywhere else!
    This screen shot show you what the setting should be if you want to print in fast draft mode to use the least amount of color ink. 

    Hi monkplayer,
    It looks like your problem is solved? There wasn't a problem with the printer itself, just the printer settings on your Mac?
    This is good information though. We don't always have detailed solutions for customers that are using Safari, since it is hard to write instructions for the general public with specific steps for each operating system.
    Best of luck,
    Mary
    {I work on HP's behalf}

  • "Missing parameter values."  --  Export and Print only...

    I have a web application and I am using CrystalReportViewer.  I am passing several parameters to Crystal using: 
    report.SetParameterValue(field.Name, Session[field.Name]);
    I have session variables which will hold parameters needed to pass into the report.  The session variables are populated from controls on my webpage after an onclick event.  This even not only populates session, but also passes parameters to the report with the following code: 
    ReportDocument report = new ReportDocument();
    Session["MapPathName"] = "./Reporting/CaseStudy.rpt";
    report.FileName = Server.MapPath(Session["MapPathName"].ToString());
    ParameterFields fields = new CrystalDecisions.Shared.ParameterFields();
    fields = report.ParameterFields;
    foreach (ParameterField field in fields)
          report.SetParameterValue(field.Name, Session[field.Name]);
    CrystalReportViewer1.ReportSource = report;
    This works great for reporting and is very extensible.  However, when clicking on the "Print" or "Export" buttons on the toolbar I get "Missing parameter values."  I attempted to export manually in code using the .ExportToStream function but I still get the error, "Missing parameter values." 
    I received this error also in Refresh, Search, and Navigate functions.  This was corrected by calling a function that supplies the above code block to these functions.  However, I do not see any events for controlling the Print nor the Export events. 
    QUESTION: How can I print or export a report when passing parameters using CrystalReportViewer?  Thanks in advance!
    P.S. - Crystal Reports XI Release 2
    Edited by: KyleSavant on Jun 18, 2009 5:42 PM

    There are no Export or Print events accessible for the viewer
    Since it sounds like you are creating the reportdocument object in your click event, the settings on this object become out of scope on successive postbacks executed by other events.
    to get around this without major changes, you can place your "report" object in session in this event and retrieve it from session on successive postbacks.  This should solve your problems around navigation, printing and exporting.  What you will need to do is check if the session object exists (usually in page_load or page_initialze) and if so, retrieve it from session and bind it to the viewer's reportsource.  If the session object does not exist, then do nothing (ie you have not clicked your button yet that retrieves the parameter values from session and loads the report).  Also, in your click event you can check if the report session object exists and if so, remove it so that it can be re-created with your new parameter values (ie i'm assuming the only time you want to set parameter values is in this event).
    Dan

  • Print Logo in Classic Report (Write Method,Not ALV)

    Hi All,
    I'm currently doing conversion of the All the Classic Report with addition of Header with 'LOGO'.
    I'm willing to find out that Function (CALL FUNCTION 'WWW_GET_MIME_OBJECT') is only able for display but not show out during printing.
    Is that any method, I can do it(Print with Logo) without conversion to SAP Script or Smartform that was exhausted.
    *Please take note is Classic Report with Write Method (Line by Line), Not ALV.
    Thank you all in advance
    Regards,
    Trevor Wong.

    Hi,
    It is possible to include logo in classical report but its not possible to print logo in classical report. It can be done in ALV's.
    Write  the code in Top-of-page event in ALV.
    The following is the code for inserting the logo in ALV.
    FORM TOP_OF_PAGE.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
           EXPORTING
               I_LOGO             = 'ENJOYSAP_LOGO'
                IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
    ENDFORM.
    Regards
    Purnand

  • Printing of XML publisher report

    Hi All,
    This is in regards to the printing of XML publisher report in Oracle E-Business Suite.
    we have a XML Publisher report in Oracle EBS,which generates the output in PDF without any issues. But the same output is printed in XML Tags when it goes to the printer.
    Can you please throw some light why this is happening only for this particaular report,other XML reports in the system does not have this problem.
    Thanks in Advance for your help.

    I do not think it is possible to send all the pages to one tray and send only the last page to a different tray. However, you may review the following notes:
    Note: 357402.1 - How to Print the Output to a Different Paper Size Using XML Publisher Delivery Manager?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=357402.1
    Note: 394130.1 - How To Enable Printer Options Such As Duplex Printing Or Tray Selections For Bitmap Concurrent Programs
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=394130.1

  • Enhancing print functionality for ALV report

    Our client requires a special Print at click button in few reports and screens in such a way that there is no effort in setting page sizes etc. 
    For one particular report, there are many columns.  When I try to use List -> Print, only first few columns are printed.  I want that all the columns are printed in landscape manner in different pages and the first column is repeated in both pages (it is frozen in report). 
    How to make these happen?

    HI,
    You can try following steps,
    1) Goto transaction SPAD and create Page formate according to your requirement.
    2) Create format and copy action from standard format.
    3) create device type
    4) assign that device type to custamize output type.
    When ever you take print out of that ALV use your custamize Output Type

Maybe you are looking for