Crystal Reports not displaying all data

We have a simple report pulling from 3 tables on a sql server. For some reason, data from one table does not fully display. The table is called Referral, and we have some clients that have a Referral record tied to them. Out of a report of 20 records, we will have 3-4 that won't display the referral data (even though I can see it in the database), but the other 16 records will. If I go into the database, and change the data on one of the non-displaying referral records and save, it will start displaying. If I then change the data back to the original, it will also display. Being new to Crystal Reports, I don't know if this is a Crystal issue or a problem at the data source, but thought I would put it out here in case someone is familiar with this problem. Our Crystal Reports version is 2011.
Thanks.

Hi
This could be either table join problem in your crystal reports designer or when you are linking the tables it is unable to match the records.
-- Go in Crystal reports designer and refresh the report and go in Database Menu--Show SQL query and copy the SQL and run the same at database end and check.
Also you said you are able to see all records at database end, if you are extracting data through SQL you can very well copy that SQL in crystal reports under 'Add Command'  option and create your report.
You will find Add command option under your Database connection while creating a report.
Thanks,
Sastry

Similar Messages

  • Problem with Crystal Reports not displaying all parameter values

    Hello,
    A co-worker of mine is developing a report in Crystal version 11.5.8.826.  One of the requirements from his user is that they would like to select from a list of users for applicable criteria to appear in the report.  He created a parameter with a dynamic list of values, entered prompt group text, selected "existing" as the data source (and chose the corresponding field from the table).  This dropped the UserID field into the "value" field in the table and linked the table to the parameter.  We selected "allow multiple values" as "true" and "allow discrete values" as "true". 
    Here is the problem.  When Crystal prompts us to select the parameters, it doesn't show all of the applicable list of users (it shows 8 out of 12 users).  When we run the query in a standalone sql generating tool (Toad or Golden), we see the full list of users.  Crystal Reports appears to be filtering the selection list of users for some unknown reason.  We have tried changing most every option that we could find within the parameter, but no luck. 
    The problem definitely appears to lie within the parameter- if we run the report without the parameter, we see the full list of users.  Once we add the parameter and attempt to select one or many users, the problem appears.
    Any thoughts?  What am I missing?  Any help is appreciated.
    thanks,
    Noel

    I'll answer my own question in case somebody is curious or happens to find this message via google or another search engine.  See this link.  You need to set your upper threshold within your Registry Editor.
    http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=8029

  • Crystal Report not Adopting all possible Dropdown Values from BEx Variable

    Hi all,
    I am having an issue in a Crystal report where the drop down parameter that is sourced from a BEx query variable does not include all the possible values in the cube (or in master data). After learning my lesson the first time of not changing the name of the variable or changing it to dynamic (this causes it to break), I had the understanding that the value list may not be complete when running the report in the Crystal client or in the viewer, however, I thought it should be correct when published to the BOE and run in infoview. I am getting the same incomplete list in infoview. I published the report into infoview using the Crystal 2008 desktop client, not the /CRYSTAL/RPTADMIN transaction.
    I know there are a couple ways of sourcing a Crystal report from a BW query - using MDX vs. not, etc. I created this report using the SAP menu > "Create new report from a query". I don't believe Crystal will easily let you use that menu option to create a report off two BW queries joined together (which is what I am doing), so I built it off one originally (using the SAP menu), then added the other later on. I have the checkbox for "Use MDX driver with support for Multiple structures" checked. In database expert, my "Selected Tables" both are of database type "SAP BW Query".
    Do I have the right understanding of how the value list should work when sourced from a BEx variable? If so, can anyone offer any suggestions for getting the value list populated correctly?
    Here's some info:
    Crystal version: CR2008, version 12.2.4.507
    BOE version 3.1
    SAP BW 7.01 EhP 6
    Thanks,
    Chad

    Hi,
    - in the Crystal Reports designer the list of values is not online and there is a maximum number of values - configured by a registry setting:
    (windows 7)
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Business Objects\Suite 12.0\SAP\BWQueryReportWrapper
    Key: MaxPickListSize
    and correct you can not change the name of the variable or set it to dynamic as the definition is based on the BEx query.
    I know there are a couple ways of sourcing a Crystal report from a BW query - using MDX vs. not, etc. I created this report using the SAP menu > "Create new report from a query". I don't believe Crystal will easily let you use that menu option to create a report off two BW queries joined together (which is what I am doing), so I built it off one originally (using the SAP menu), then added the other later on. I have the checkbox for "Use MDX driver with support for Multiple structures" checked. In database expert, my "Selected Tables" both are of database type "SAP BW Query".
    The checkbox on the Multi Structure is not for the option to combine 2 Bex queries - it is for Bex queries with 2 structures and the BW query driver has been deprecated already and you have to use the MDX Driver.
    Do I have the right understanding of how the value list should work when sourced from a BEx variable? If so, can anyone offer any suggestions for getting the value list populated correctly?
    in Crystal Reports Designer the list is static and when you publish the report using the BW Publishing to your SAP BusinessObjects Enterprise system the list becomes dynamic in InfoView.
    regards
    Ingo Hilgefort

  • Crystal Report not displaying in production server

    I am using crystal report with ASP.Net web application which is working fine on client machine, client machine configuration is: •Windows 7 64bit •Visual studio 2012 •.Net framework 4.5 •SAP Crystal Reports, version 13.0.2000.0 I need to deploy it on Windows Server 2008 machine; however, when I deploy web application on this machine Crystal Report opens when do not display data. Kindly help to get around with this issue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Thank you in advance

    Please see if the resources that come up using the search string 'crystal blank empty net' will help. Search box is in the top right corner.
    Also see:
    http://scn.sap.com/thread/3531678
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Reports not displaying embedded OLE Objects in browser

    I am building an .net web application.  I am using VS2013 and have my report displaying ok in report viewer in the browser.  Only issue I have is i have embedded images, checkboxes and empty checkboxes, to signify if a user has selected certain criteria.  However, these images do not display at all.  Instead, in Firefox, 'Image' is displayed in its place.
    Please help.  How can I get these images to display without having to try and figure out how to stream it to pdf and show pdf instead of the default crystal report viewer.
    I have attached some screen shots for you as well.
    Doug

    Hi Doug,
    Lots of posts on this issue:
    http://scn.sap.com/thread/3544544
    Has most of the info for you.
    To get the runtime version you have installed add this to your app:
    string CRVer;
    public frmMain()
        // Required for Windows Form Designer support
        InitializeComponent();
        foreach (Assembly MyVerison in AppDomain.CurrentDomain.GetAssemblies())
            if (MyVerison.FullName.Substring(0, 38) == "CrystalDecisions.CrystalReports.Engine")
                //File:             C:\Windows\assembly\GAC_MSIL\CrystalDecisions.CrystalReports.Engine\13.0.2000.0__692fbea5521e1304\CrystalDecisions.CrystalReports.Engine.dll
                //InternalName:     Crystal Reports
                //OriginalFilename:
                //FileVersion:      13.0.9.1312
                //FileDescription:  Crystal Reports
                //Product:          SBOP Crystal Reports
                //ProductVersion:   13.0.9.1312
                //Debug:            False
                //Patched:          False
                //PreRelease:       False
                //PrivateBuild:     False
                //SpecialBuild:     False
                //Language:         English (United States)
                System.Diagnostics.FileVersionInfo fileVersionInfo = System.Diagnostics.FileVersionInfo.GetVersionInfo(MyVerison.Location);
                txtRuntimeVersion.Text += fileVersionInfo.FileVersion.ToString();
                // check if CrsytalDecisions.Enterprise dll's can be loaded ( Anything but Cortez - managed reporting )
                if (fileVersionInfo.FileVersion.Substring(0, 2) == "13")
                    btnRasOpen.Enabled = false;
                CRVer = fileVersionInfo.FileVersion.Substring(0, 2);
                return;
        // TODO: Add any constructor code after InitializeComponent call
    Don

  • Crystal report not showing all the table in SAP CRM

    Hi
    I am connecting crystal report 2008  using open sql connectivity (SAP table, cluster or Function ) with SAP CRM system. It is showing some of custom tables under "DD" but not all.
    Wanted to understand what setting make a new custom table (transparent) to show under DD in SAP table, cluster or function connection
    Help is greatly appreciated
    Thanks
    Padmanabh

    Hi Rao,
    Try to edit the following registry and check
    HKEY_CURRENT_USER\Software\Business Objects\Suite 12.0\Crystal Reports\FetchOptions\NTablesMax
    Give the value as 20000
    Thanks,
    Sastry

  • Aging Report not displaying all BP's

    Experts,
    I have a client who recently upgraded to 8.8 PL 10. They found that when running the Customer Aging report they did not see all the customers in the list. Even customers with a balance.
    I have looked into this and found some confusing results... I make sure that there is no selection on the Customer Codes or groups and that there is only one accounts receivable in the Control account selection (They only have one). With this selection I sometimes got all the customers and sometimes not. I could not determine a common factor.
    Is this an issue with 8.8 PL 10?
    Any help wold be appreciated.
    Marli

    Gordon,
    Yes, I tried with the Display customers with zero balance selected. Then I could see all the customers.
    But the specific customer that did not show up when this was not selected have a balance.
    Thanks,
    Marli

  • RH7 Reports not Displaying all Requested Info

    Has anyone else generated the Topic Properties report from
    the Tools menu, and noticed that the report only haphazardly
    includes some requested data? For example, from the Options menu
    for the report, I selected simply the Topic, the MapID, and any
    Conditional Build tags. There are about 2700 topics in the project.
    The resulting report did display some mapID info, but not for every
    topic that has one. It seemed like less than 50% accuracy there. I
    did go to some of these topics and confirm that yes, they do indeed
    have a map ID attached to them.
    Has anyone else seen this? Any suggestions?

    just tried to log the bug, got the following message:
    Subject: [ Bug Report ]
    Sent: 11/21/2007 8:55 AM
    The following recipient(s) could not be reached:
    [email protected] on 11/21/2007 8:53 AM
    The e-mail account does not exist at the organization this
    message was sent to. Check the e-mail address, or contact the
    recipient directly to find out the correct address.
    < smtp-relay-5.adobe.com #5.1.1 SMTP; 550 Host not found
    for domain:macromedia.com - psmtp>
    Looks like it just isn't my day. I need that report. Good
    thing there is a potluck TGiving silly-bration going on around me.
    Gonna go drown myself in some mac-n-cheese.

  • Export to Excel Action in MS SSRS Report not exporting all data in Report

    Hi,
    I have developed a complex Report that has many expandable nodes in a table format. The report works fine.
    However, when I export the Report to Excel using Actions --> export to Excel, only the data in expanded nodes is included. The data in collapsed nodes is not included.
    I am looking for approach to include data in expanded nodes in Excel Export. The expanded data can be expanded in Excel.
    Any help in this regard will be appreciated.

    Hi Abhijit PS,
    Per my understanding you are experiencing the issue with the excel report which have add the drill down action, after export to excel only the expanded nodes included and the collapsed nodes is not shown, right?
    Generally, if we expand the nodes before export to excel then the excel will display the expanded details row and keep collapsed the details row which haven't expand, but we have the toggle "+","-" on the left of the Excel to help
    control the expand and collapse, when you click the "+" you can expand the collapsed notes to see the details rows.
    I have tested on my local environment with different version of SSRS and can always see the "+","-" as below:
    On the Top left corner you can find the "1","2", this help to control the "Collapse All" and "Expand All".
    If you can't see the "+","-" in the excel, the issue can be caused by the Excel version you are currently using, and also excel have limit support of this, please provide us the Excel version information and the SSRS version. You
    can reference to this similar thread:
    lost collapsing columns when export to excel
    Please try to export other drill down report to excel and check if they work fine, if they did, the issue can be caused by the drill down action you have added in this report is not correctly, if possible, please try to redesign the report.
    Article below about how to add  Expand/Collapse Action to an Item for your reference:
    http://msdn.microsoft.com/en-us/library/dd220405.aspx
    If your problem still exists, please feel free to ask
    Regards
    Vicky Liu

  • Report Painter -  Report not displaying all values

    Hi All,
    We are executing a report for Manufacturing variances by Product group which is created through report painter.
    In the output of the report in rows product wise data is displayed and columns are volume, price .. are there.
    Out of 8 products displayed in the report for one product volume is being displayed blank. But when I double click it is displaying actual line items,
    Can you please let me know why for one product it is showing blank inspite of data existing.
    Thanks
    Satish

    So the  report is actually showing undeterminable values..
    this is the prblem
    Ex in the report
    Col1    500 USD
    Col 2   200 USD
    Col 3   300 USD
    Col4    100 EUR
    Col5    300 USD
    In this case the system cannot show the total figure for the amount row because one of the amount is in EUR. So it shows a Black X in the EUR cell.
    That is the reason why you wont get this problem for one single company code but get this for multiple company codes.
    To avoid this use controlling area currency as the key figure so that all will be translated into one currency. Or unit of measure if you are dealing with quantities.
    Thanks
    Naveen

  • Check report not displaying all digits

    Hello all. Essbase/Planning guy just beginning to explore this space. We are loading to Essbase via FDM and our check reports aren't returning full fields. They are truncating the left most digits on any numbers greater than 11 places. The loaded data shows properly in the table, but when it is moved to the check table it looses the digits. Is there a system setting to control this?
    Thanks in advance.

    Manohar,
        try this code and let me know... directly insert  this code in HTML or In the properties of the Drop Down Web Item you could see "Maximum Number of the Displayed Values" assign this 0 in the Properties.
    or insert the cod ein HTML block:
    <object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="DROPDOWNBOX_1"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
         <param name="DATA_PROVIDER" value="DATAPROVIDER_2"/>
         <b><param name="MAXVALUES" value="0"/></b>
    ITEM:            DROPDOWNBOX_1
    </object>
    all the best.
    try this code and let me know.
    Regards,
    Nagesh Ganisetti.

  • Report not displaying all the rows

    Hi Experts,
    We are having a report which when ran for a year as a filter criteria gives me 6725 rows and i also observe that there are more rows which are not getting displayed. Is there any restriction with the no of rows getting displayed. I am also able to find the specific information of a particular vendor when i explicitly filter it. Which would otherwise not get displayed in the normal report execution for the entire year. Thanks
    Warm Regards,
    Akilesh

    Hello Akilesh,
             This is the issue with your Bex Analyzer...! please update ur Bex with all the latest patches. I am sure this report sould be running on other mechines...
    I will try to find the concern patch in t he mean while..!
                   EnjoySAP

  • Report not displaying all values

    Experts,
      I am accessing BW report through portals .I have a variable  with drop down box in my report .When i click on the drop down box ,it is not showing only 200 values .
    but user want to see all  500 values in that drop down box.Is there any way to increase max no of hits.
    Any advice appreciated .
    Thanks
    Mano

    Manohar,
        try this code and let me know... directly insert  this code in HTML or In the properties of the Drop Down Web Item you could see "Maximum Number of the Displayed Values" assign this 0 in the Properties.
    or insert the cod ein HTML block:
    <object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="DROPDOWNBOX_1"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
         <param name="DATA_PROVIDER" value="DATAPROVIDER_2"/>
         <b><param name="MAXVALUES" value="0"/></b>
    ITEM:            DROPDOWNBOX_1
    </object>
    all the best.
    try this code and let me know.
    Regards,
    Nagesh Ganisetti.

  • CO46 report not displaying all sales orders

    Dear all
    We are not able to get details of all sales orders in CO46..(All item categories and different sales order types).Screen remains blank while executing..It doesn't show line items-Overview screen..
    can u please tell us the reason for the same
    Is it to do with sales order type or item category...How do we bring all sales orders in this report
    Regards
    sudha

    Hi
    I think this report only shows the sales order that have diract relation to a Production Order. The other Sales Order are not showed
    If you want a report for all sales order, try VA05 or SD01
    Hope this helps
    Roger

  • Calendar List not displaying all dates after iOS 5.0.1 OTA update

    Following the recent iOS 5.0.1 OTA update, in list mode my calendar now only displays days on which I have entries.  Previously it showed a list of all days.  Can this be changed by a setting somewhere or is this a bug in the iOS? 

    All was good, My battery and SIRI were working fine, then my bad luck that i updated my phone to iOS 5.0.1 (which is promissing better battery life and Siri funcionality). After updating all went crazy, SIRI is not working any more (it says cant do any thing right now and try later, and i am now trying from 2 days), Battery is not lasting longer then 12 hrs as it was better before. I am seriously thinking to go back to my iPhone 4 and distroy iPhone 4S
    APPLE????? i need answers????

Maybe you are looking for

  • Access function from a loaded external SWF

    So I have 2 swfs, one is mainly used to loading the other. The problem I have is that I'd like to use a "onClickPause" function from the embeded swf after pressing a button. Unfortunately I'm getting this error: ReferenceError: Error #1069: Property

  • Two iPad locked on icloudd ? What is the solution knowing that I have a copy of the device I hope to help me in this ThanksSerialNumber:DN*******FHW

    Two iPad locked on icloud ? What is the solution knowing that I have a copy of the device I hope to help me in this Thanks. SerialNumber:DN*******FHW مشكلتي هي في ان ايبادي مقفل على الايكلود ؟ علماً بأن لدي نسخة احتياطية وقد حاولت ولكن دون جدوى ارجو

  • Zpool status in a zone shows zpool on which the zone is built

    Hello, We have a solaris 10 zone x, which is built on a zpool say tank. when I run zpool status/zpool list in the solaris 10 zone x the zpool tank is visible. But the DR server for the same, built using the same config says "no pools available" Is it

  • User creation in SRM-SUS

    Hi I am trying to use FM BBP_SUS_UM_API in SRM7.0 SUS for SUS user creation. I wrote below code, but User is not created. instead,it gives error "E:BBP_SUS_BUPA:120". I could not see any message text displayed. Any problem in code? But when i test in

  • How to trace the Execution of ZReport

    I have to Trace the Excecution of a ZReport with it's Select-Options. I.e. The ZReport contains the MIRO Data and Selection Screen is BUDAT ( MIRO Posting Date) User Required to Keep trace when this Report is Executed with which Positng Date. How to