Inconsistent decimals in crystal report(max 5decimals)

Hi,
I have a BEx report which contains some selections and formulas that is used also in crystal reports.
BEx analyzer can show up to 9 decimals, however in crystal the numbers can not go further then 5 decimals which is resulted faulty.
Exm:
13,255402348-->in BEX
13,255400000-->in crystal
How could I make it work right??
Thanks

Hi,
In crystal reports you can display maximum of 10 decimal places.
You have to change the following settings :
1. Go to  File->options->Fields->Number
2. Select the Number tab
3. Select Customize button
4. Make the settings in Decimal drop down
Hope this helps
Thanks
Pratyush

Similar Messages

  • Sap Crystal Report Max Print Exception

    In Sap Crystal Report after 60 to 70 reports print report doesn't show. When I set registry value of PrintJobLimit from c# code then exception fire "User can't authorize or permit for edit".

    Hi Adnan,
    You have mentioned two issues here.
    1. In Sap Crystal Report after 60 to 70 reports print report doesn't show
    2. When I set registry value of PrintJobLimit from c# code then exception fire "User can't authorize or permit for edit".
    The second is issue is likely your attempt to resolve the first.
    As Don has mentioned the first issue is a resourcing issue.
    Make sure you close, dispose report object to free the memory.
    Try setting the printjoblimit registry key manually to some definite no... 200, 300 etc. see if it works,
    Also when you say the report doesnt work, is there an error / exception thrown by the app?
    Does this happen to a specific printer?
    - 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.

  • Crystal Report Formula to select Record  of only MAX Value

    hi Everyone,
    i need a simple crystal report formula to select one department whose recived quantity Maximum.
    for example:
    itemcode    dscription      departmen   op       recived       issue        
      1                   a                ab               2              2              2         
      1                   a                bb              0             2              2          
      1                   a                bc               4             8              2         
      1                   a                cc              2              2              2
    i group by item  the item show just once but i want a formula to show one department who's recived quantity is maximum.i suppress the detail section.and just show the group footer/
    itemcode    dscription      departmen   op       recived       issue        
      1                   a                  bc                 8             14             8 

    Thanks
    Re: Crystal Report Formula to select Record  of only MAX Value
    Abhilash Kumar

  • Help: Crystal Report displays decimals on X-axis when published in Infoview

    Hi everyone
    I've been banging my head on my keyboard trying to get past the following issue:
    We have a Crystal Report (XI R2 SP3) containing a bar chart that has numbers on both the X- and Y-axis.
    On the Y-axis I can control the "Number" settings to remove decimals after the comma. So far so good.
    On the X-axis on the other, the numbers are the result of an extensive formula trying to breakdown
    numbers into ranges. Numbers are always whole (no decimals). The X-Axis is an Ordinal scale, which
    does not allow to set any number formatting. Numeric scale does not work in this case because it
    compresses the entire chart into a few bars. And this is where the problem is:
    In Crystal Reports I have a global setting for "Numbers" not to show any decimals. This works, when
    generated in Crystal, I have no decimals past the comma in the graphs on the X-axis.
    when I publish this report to Business Objects Infoview portal and schedule and run it there, all of a
    sudden the PDF displays an X-axis that has 2 decimals past the comma (1234.00). It's driving me nuts.
    I suspect this is a bug, because I've not managed to get rid of these decimals without a text-conversion in
    the formula (does not suit me, I need data ordered properly).
    Can anyone help? Has anyone had this issue?
    Much appreciated!
    Thanks.
    The latest of version of my formula truncates and converts ToNumber. Nothing helps:
    Tonumber(
    truncate(
    IIF (InStr ({Command.SUB_SPECIFICATION},'XF') > 0
        IIF ({Command.X_TIME} <= 300,300,
             IIF ({Command.X_TIME} <= 5000,
             Ceiling ({Command.X_TIME}, 200),10000
    ,IIF(InStr ({Command.SUB_SPECIFICATION},'XT') > 0 Or InStr
    ({Command.SUB_SPECIFICATION},'XY') > 0,
            IIF ({Command.X_TIME} <= 1000,Ceiling ({Command.X_TIME}, 50),
                 IIF ({Command.X_TIME} <= 5000,
                 Ceiling ({Command.X_TIME}, 200),10000
            IIF ({Command.X_TIME} <= 300,Ceiling({Command.X_TIME},10),
                 IIF ({Command.X_TIME} <= 5000,
                 Ceiling ({Command.X_TIME}, 200),10000
    Edited by: FREDERIC AGOSTINI on Nov 6, 2008 3:43 PM

    Hi Frederic,
    I tired the following on my machine having CR XI R2,  just as a sample report i created the following formulas,
    Reproducing the issue:
    u2022 Create a formula field u2013 FiscalCurrentHeader u2013
    "FY " & year(DateAdd ("m",+6,CurrentDate))
    u2022 Use a text box and place this formula field
    Summary for {@FiscalCurrentHeader}
    u2022 In the designer, the string exports to .pdf as 'FY 2009' , but on the scheduling/distribution server (BOE XI), the string exports to .pdf as 'FY 2,009.00' (as a number).
    Cause:
    u2022 The datatype of the field u2013 FiscalCurrentHeader is considered as number, because of which when scheduling/distribution server (BOE XI), the string exports to .pdf as 'FY 2,009.00' (as a number).
    Resolution:
    u2022 To remove the comma use ToText in the formula
    "FY " & ToText(Year(DateAdd ("m",+6,CurrentDate)), "0")
    u2022 To remove the comma we can even use
    u201CFY u201D & ToText(Year(DateAdd ("m",+6,CurrentDate)), "0","")
    The last "" defines your 000 separator.
    Try using ToText in place of ToNumber.
    I hope this works at your end.
    Regards,
    Abhijeet Taskar.
    Edited by: Abhijeet Taskar on Nov 6, 2008 6:02 PM

  • Max processing time or Max records limit reached (Crystal Reports Server)

    Although my report runs fine from with Crystal Reports (designer), I get an error when I try to run it from the Crystal Reports Server portal.
    I get an error u201CMax processing time or Max records limit reachedu201D.
    How can I solve this problem?
    Iu2019m accessing a DB2 database on an iSeries Server thru ODBC. I know that the report uses a lot of data. Therefore I have set u201Callow query timeout yesu201D within the ODBC data source. The data connection itself is not the problem, I have no problem running other reports on the same connection.
    PS. A do not know whether or not this is the right forum for my post. I first posted within "Java Development - BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server" but I did not get any response.

    I found the answer to my problem:
    1) Log onto the CMC
    2) Goto "Servers" in the dropdown menu
    3) Expand "Service Categories"
    4) Select "Crystal Reports Services
    5) In the right window will be listed the currently running services.  The 2 services that Dell mentioned are in there under "Description":  CrystalReportsProcessingServer and CrystalReports2013ProcessingServer
    Hope this helps somebody else.

  • Crystal Reports Save As shows only a max of 100 sufolders in the Enterprise

    Hi,
    We are having an issue with Crystal Reports 2008, when we try to save reports to the Enterprise repository (Business Objects XI R2).
    We have a huge list of customers in one of the top folders in the repository structure, but in crystal, when you go to File>Save As>Enterprise and expand folders there, only 100 customer subfolders are displayed.
    In InfoView you can see the same hundred folders, plus a NEXT link, that will display the rest of the list. No idea if there is a relatinoship between the BO configuration and the Crystal behaviour, but it is not working in crystal!
    Can anyone please help?
    Many thanks,
    Alvaro

    Hi Alvaro, 
    If you right-click on the parent folder, you will have the option for First Batch, Next Batch, Previous Batch, Last Batch and Find.  You can use these options to find the folder you need. 
    Good luck,
    Brian

  • Connecting Crystal report with SAP MAX DB DATABASE

    Hi friends,
    Can we connect SAP MAXDB database with crystal report to generate reports.
    If yes pls give me steps to do the same.
    basically we want to generate few reports in crystal report(separate from SAP ABAP)
    rgds
    Bi

    > Can we connect SAP MAXDB database with crystal report to generate reports.
    Technically that's possible -y es.
    > basically we want to generate few reports in crystal report(separate from SAP ABAP)
    You can use the SAP standard tools (SAP Query - SQ00) or Quick Views (SQVI) to do the same in ABAP.
    If you connect to the database with an external tool you have to use a user who has ALL permissions on the database, means, a full table can accidentally be deleted. The user can also use ALL tables.
    Markus

  • Crystal Report generate PDF with J2EE problem

    Dear All
    I am having a great problem on generating PDF file by Crystal Report in J2EE.
    I have my J2EE application runs Crystal Report to generate PDF files.
    However for a report, i hit the following error (red color) when the PDF is generating.
    But is no problem for the other reports.
    Here is the code  that i used to generate the PDF
    My OS and Java version as follows
    Window 2003 server.
    Java 1.4.2_04
    Please Kindly Help
    Thanks very much
    public static void export(HttpServletRequest request, HttpServletResponse response, String reportPath, ArrayList paramList, ReportExportFormat outFormat) throws Exception{
         System.gc();
      HttpSession session = request.getSession(false);
      Object reportSource = getReportSource(request, reportPath);
      ReportExportControl exportControl = new ReportExportControl();
      if(paramList != null && paramList.size()>0){
       exportControl.setParameterFields(getParamFields(paramList));
      ExportOptions exportOptions = new ExportOptions();
      exportOptions.setExportFormatType(outFormat);
      PDFExportFormatOptions pdfexpopts = new PDFExportFormatOptions();
      exportOptions.setFormatOptions(pdfexpopts);
      exportControl.setReportSource(reportSource);
      exportControl.setExportOptions(exportOptions);
      exportControl.processHttpRequest(request, response, session.getServletContext(), null);
      exportControl.dispose();
        public static IReportSource getReportSource(HttpServletRequest request, String reportPath) throws Exception{
      ReportClientDocument oReportClientDocument = new ReportClientDocument();
      HttpSession session = request.getSession(false);
      oReportClientDocument.open(reportPath, 0);
      return oReportClientDocument.getReportSource();
    00:57:08,671 ERROR reportdefinition Thread-28 - Report printer was not valid, switching to default printer.
    00:57:08,687 ERROR objectformatter Thread-28 - com.crystaldecisions.reports.dataengine.k: |Y
    00:57:09,343 ERROR b Thread-28 - Disk Exporter: no output file was created by an exporter
    00:57:09,343 ERROR b Thread-28 - PdfExporter: caught Exception in PDFFormatter.finalizeFormatJob (from destination?); java.lang.IllegalArgumentException

    Hi,
    I have tried this code but stil the same.
    However i tried setup another tomcat and application in the other machine and the only job for  the application is exporting the report that has problem, then the error is gone.
    So i guess that is the memory size problem.
    Thanks for this
    One more question about the memory size between Tomcat and Crystal report.
    I have set in catalina.bat as
    set JAVA_OPTS = "-Xms2048M -Xmx1024M"
    and CRConfig as
    <JVMMaxHeap>1024000000</JVMMaxHeap>
    <JVMMinHeap>512000000</JVMMinHeap>
    1. Is that the correct setting.?
    2. The memory in the JAVA_OPT and is the MAX and MIN memory that java would use,
        then is the Max memory in CRConf is 1024M out of the java heap size or the application use another 1024 memory

  • Improving the performance of Crystal Reports for Eclipse 2.0

    Hi,
    I am having some performance issues with displaying reports where it can take upto 30 seconds per user for each new session for the report to display. If we run this directly from the client (through Crystal 2008) it takes about 2 seconds.
    The product only has 4 different rpt files but are constantly viewed by the clients (although with diffferent parameters). The users tend to come onto the system browse a couple of reports and log-off. They will do this about 3 - 5 x a day.
    1) Can you cache the reports at an application level (rather than the session) (and is it recommended)
    2) Create a separate web-service just hosting the Crystal Reports
    3) Other mechanisms of calling the report (currently using addDiscreteParameterValue, replaceConnection, Logon [this replaceConnection and Logon is done for the master and every subreport], then using processHttpRequest
    Anyone got any advice , recommendations or pearls of wisdom?
    Probably have max 15 concurrent users which process these 4 reports.
    Kind regards
    Matt.

    CR4E 2.0 currently uses 5 CPLs - 5 concurrent process license, which means it services up to five concurrent report requests.  This isn't per-session, per-report, or per-user, but per-request (open report, next page, export).
    So having 15 simultaneous users may lead to some requests being queued till a license is free.
    For a more scalable solution, the recommendation is to go with a server-client solution like Crystal Reports Server Embedded or BusinessObjects Enterprise.
    But to tune your CR4E app to see how much you'll be able to service, what I recommend is turning on Log4J logging to see where the performance is going.
    Going from 2 sec to 30 sec between CR Designer (binary app) to CRJ (pure Java app) isn't out of performance expectations, but there may be ways to tune it.
    For example, if you're doing replaceConnection or setTableLocation, you may just want to do it once to the rpt file during deployment, so you'd not need to change the connection info every time the report is run.
    Saving to application context isn't something that CRJ is designed for - it's designed to have the ReportSource per-Session.
    Sincerely,
    Ted Ueda

  • Purchase Order Crystal Report Layout Error

    The stock Crystal Report Layout for Purchase Orders is giving me the following error:
    A subscript must be between 1 and the size of the array.
    Details: errorKind
    Error in File POR20002 {b89f97ad-bf1f-447b-8bb4-b3d2e5219269}
    {3C375C81-7D37-475D-9BCB-1703CE533B65}.rpt
    Error in formula N_Decimal_Places:
    '// To get the length of decimals
    A subscript must be between 1 and the size of the array.
    Details: errorKind
    I looked in the Crystal Reports Formula fields and could not find N_Decimal_Places.
    Has any one else had the problem with the PO layout that comes with Business One?  If so, how did you fix it?

    Couldn't find how to copy the PO layout over using copy express.
    I did compare the RDOC fields for POR20002 in both databases and they are Identical. 
    In Crystal Reports, I did a formula search for N_Decimal_Places and it found nothing.  Then I did a search for 'length' in all formulas and it finds length in N_Decimal_Places.  When I double click on N_Decimal_Places it clears the screen and never shows the formula. This happens in both layouts for my test database and SBODemoUS.
    Again, SBODemoUS works correctly and AAA_TEST give the error.

  • Crystal Report Login Problem

    I am using Visual studio 2008 and crystal report 2008 in a web application.
    I have problem in logging to the database from crystal report by applying the connection info for the runtime (Connect to ODBC DSN).
    I got this error: System.Runtime.InteropServices.COMException: Logon failed.Error
    Dim CrystalReport1 As New ReportDocument*
    CrystalReportSource1.Load(path)*
    Dim conn As ConnectionInfo = New ConnectionInfo*
    conn.UserID = "UserID"*
    conn.Password = "Password"*
    conn.ServerName = "DSN Name"*
    conn.DatabaseName = ""*
    For Each crTable As Table In CrystalReport1.Database.Tables*
    Dim tblLocation As String = crTable.Location*
    Dim tloi As TableLogOnInfo = crTable.LogOnInfo*
    tloi.ConnectionInfo = conn*
    crTable.ApplyLogOnInfo(tloi)*
    crTable.Location = tblLocation*
    Next*
    For i = 0 To fieldName.Count - 1*
    CrystalReport1.SetParameterValue(fieldName(i), Fieldval(i))*
    Next*
    CrystalReportViewer1.ReportSource = CrystalReport1*
    CrystalReportViewer1.DataBind()*
    I am using oracle providers for ASP.net
    *+<membership defaultProvider="MyOracleMembershipProvider">+*
    *+<providers>+*
    *+<add name="MyOracleMembershipProvider" type="Oracle.Web.Security.OracleMembershipProvider,Oracle.Web,Version=2.111.6.20, Culture=neutral,PublicKeyToken=89b483f429c47342" connectionStringName="conn_string" applicationName="AppName" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="4" minRequiredPasswordLength="6" passwordAttemptWindow="8"/>+*
    *+</providers>+*
    *+</membership>+*
    *+<roleManager enabled="true" defaultProvider="MyOracleRoleProvider">+*
    *+<providers>+*
    *<add name="MyOracleRoleProvider" type="Oracle.Web.Security.OracleRoleProvider,                Oracle.Web, Version=2.111.6.20, Culture=neutral,                PublicKeyToken=89b483f429c47342" connectionStringName="conn_string" applicationName="AppName"/>*
    *+</providers>+*
    *+</roleManager>+*
    I noticed that when I disable the provider from my project, the reports works fine
    Anybody knows how to solve this?

    If you are looking for a reporting solution that's easy-to-use including connecting with Oracle databases just install the ADO.NET Oracle connector), that's why we created the Windward Report Engine. Companies need a powerful, secure enterprise-level .NET reporting engine to back their critical reporting and document generation systems.
    The Windward Engine installs easily, runs on one or more servers as part of your server-based application, and can easily produce hundreds of thousands of reports per day on a single server. The server is a pure .NET product (and also is available as Java/J2EE).
    Even better news for you guys: When combined with the Windward report design tools AutoTag and AutoTag Max, users design, schedule and run reports from within Microsoft Office. That means you can turn over reporting to the business group and get back to more interesting work.
    You don't have to take my word for it. Check out our [robust .NET reporting engine|http://www.windwardreports.com/dot_net.htm?source=pday909&campaign=pday909&utm_source=everyr&utm_medium=post&utm_campaign=pday909&id=304] for yourself.

  • Crystal Report 2008 in Visual Studio 2008

    Greetings all,
    I faced a problem here when trying to implement a web application on a Windows Server 2003 Release 2 64bit. The web application is developed using Visual studio 2008 on a development PC running on Windows XP 32bit. The application basically will pass some parameters to the crystal report before loading it for viewing. When this application is implemented on one of our client's server which is running on Win2003 32bit, it was perfectly fine. However, when this same application is implemented on a windows 2003 r2 server x64, it somehow prompted an error on top of the page (just before the report viewer object) of the below message:
    This field name is not known. Error in File [temp_location_of_rpt]: Error in formula '{Vendors.company_code}={?Company_Code} and ' This field name is not known.
    As the application was working fine running under win2003 r2 x32, I configured the x64 server to enable the 32bit IIS mode on the server by running the below command:
    cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 u201Ctrueu201D
    Then proceeded with reinstallation of 32bit .net framework which surprisingly able to run the web application just fine (including viewing the report). When I deactivate the 32bit on the IIS (as the client needs to run the IIS on 64bit mode), the error appears again stating the formula error and field name not known when trying to load the report.
    Anyone faced similar to this problem or any gurus and expers here can help? Would appreciate all help and guidance.

    Hi Brian,
    I did try to create a report without any parameters passing through the web application, in which merely to load the report that connects to the database and grab records for viewing but to my amazement, the rows of record displayed is max up to 1 row (even there are many rows in the database table). I am curious if the problem lies in the connectivity issue between crystal and oracle. Now I am wondering if there is anyone out there who manage to get the web application (visual studio) interfaced successfully with crystal report to load data directly from oracle running on IIS 64bit? Or even any other database engine where the web application is running on IIS 64bit mode?
    For the time being, I am re-constructing the report to use XSD for the intention to pass the data through dataset from the web application to crystal report. It's a time consuming but I guess that's the only way to work around it.
    Would appreciate if anyone have any leads to get the crystal report working on IIS x64 mode.
    Thanks.
    Edited by: eklim8 on Jan 19, 2010 3:51 PM

  • Crystal Reports VS 2008 "The request could not be submitted for background processing"

    Hi,
    I am going to try to explain this issue the best I can. Please let me know if you need any other information or have any ideas as I have exhausted my resources. We have an ASP.NET application that has highly formatted crystal reports in them that the users can export as PDFs. All reports export without a problem when the application is run off of our desktops. The reports use a sql server authenticated user, executing stored procedures, and each subreport is linked by the main parameter. We are using Visual Studio 2008 version 3.5 SP1 with Crystal Reports Basic for Visual Studio 2008 on Windows 7 Enterprise SP1. We have designed the reports in Crystal Reports XI Release 2 (11.5.12.1838) and imported them into the ASP.NET application. When trying to export the reports as PDFs from the development or production servers, we get the error message below for some, not all, reports:
    System.Runtime.InteropServices.COMException (0x800002AD):  Error in File C:\Windows\TEMP\KeyAccountProfile {9FA5C095-77A2-425D-AC6B-8BB66B435336}.rpt: The request could not be submitted for background processing.     at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)     at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
    We have cleared the temp directory on the servers before exporting and are still receiving the error. We have installed Crystal Reports Basic Runtime for Visual Studio (10.5.2.0) on both servers. I have identified the underlying issue to one stored procedure/subreport that is causing the report to fail. The weird thing is, when we change the connection to point to development, the stored procedure/subreport runs fine for the report that generates an error when run from production, and the data is the exact same. I have tried rebuilding the subreport but the error still appears even though it runs fine for other reports.
    I have been through the document below, and othe similar issues in the forums, but still have not found a resolution. I was trying to use the "modules" application put since this is an ASP.NET application I am unsure of which executable I should be looking at.
    http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33?QuickLink=index&overridelayout=true&36837934524320
    Thanks in advance for your assistance,
    Brad Hood
    06-26-14
    OK.. I did some more investigating on this today. I have found out when I move the sub report that generates the error under another sub report, the sub report in question runs without issue. But when I try and move the sub report that produces the error above any other sub report, the error still generates. Can this get any weirder.... FYI.. there is a total of ten sub reports on this report.

    Hi Brad
    I'm not sure that Modules would show us anything in this case, so let's try a few other things:
    1) Make sure you are using SP 1 for Crystal Reports Basic Runtime for Visual Studio:
    Crystal Reports for VS 2005 and VS 2008 Updates & Runtime Downloads
    2) Seeing as this works on dev, this may be some db inconsistency so enabling the report option "Verify on 1st Print" will be a good idea.
    3) Double check the database client and make sure the same client is used on dev and deployed systems. Actually I take back my Modules negative as this is where it may prove useful. Once you have the Modules logs, look at who is loading the crpe32.dll, then look at that process and see the client dlls.
    4) Check the printer driver; see if there are any updates. Try a different printer driver.
    Ten subreports is not too bad, though not that good either as you are loading the report engine with at minimum 11 simultaneous reports (each subreport is considered to be a report). If a subreport is in a details section and the details section returns a 100 records, you are running 100 + 1 reports. This may lead to memory issues, which may lead to the error.
    If I was a betting man, I'd put most of my money on the printer driver (based on your last addition to your post). What ever money I had left would go to some database issue (be it actual data or client related).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Report 9 How change graphic location?

    Post Author: Maroxye
    CA Forum: Formula
    Hi!,
    We works with Crystal report 9. I know that in X1 version, you can change the graphic location but how can i make that in version 9? I put a picture in my report and i want to change the source of this picture according to a parameter.
    Thanks for your help!

    Hi
    once u have process scheduler setup, under server definition u will add crystal to run with min and max api ware. this will take any crystal running on that scheduler.
    on the psprcs.cfg file u will add the path where it should pick up for running the report. if u look into the install guide, everything is clearly mentioned.
    Thanks!

  • Crystal report Getting Error..

    Hi Experts.
    i have to create Crystal report using Store Procedure. When i Create Connection using OLE DB (ADO ) and Select the Store Procedure when i select the Store Procedure and pass the Date using Parameter i got the Following Error .
    Database Connector Error : 'ADO Error Code :0X Source : SQL Native Client 10.0 Description : Incorrect Syntax near The Keywqord : 'Convert' SQL State :42000 Native Error :  [Database Vendor Code : 156 ]'
    Here is my Query please help me out to sort this Problem ....
    ALTER PROCEDURE [dbo].[VehicleReport]
         -- Add the parameters for the stored procedure here
         @StartDate as datetime,
         @EndDate as datetime
    AS
    Select [@VEHICLE].Code ,[@VEHICLE].Name ,[@VEHICLE].U_ChasisNo ,
    [@VEHICLE].U_Color ,[@VEHICLE].U_EngineNo ,[@VEHICLE].U_FuelConsumed ,
    [@VEHICLE].U_GasConsumed ,[@VEHICLE].U_Horsepower ,[@VEHICLE].U_KG_KL ,
    [@VEHICLE].U_KM_Month ,[@VEHICLE].U_Model ,[@VEHICLE].U_Modification ,
    [@VEHICLE].U_RegNo ,[@VEHICLE].U_Remarks ,[@VEHICLE].U_Type ,
    [@VEHICLE].U_Useageprps ,[@VEHICLE].U_VehicleDes  from [@VEHICLE]
    Where Convert(VARCHAR(MAX),Cast([@VEHICLE].U_Date as Datetime),121)>=CONVERT(VARCHAR(10), @StartDate , 101)
    And Convert(VARCHAR(MAX),Cast([@VEHICLE].U_Date as Datetime),121)
    <=CONVERT(VARCHAR(10), @EndDate, 121)
    Thanks
    Regards.

    Is this error specific to Crystal?  I guess what I am asking is if you are using the Business One SDK?  If this is specific to Crystal and not the SDK, you may also want to post your question in the SAP Business One Reporting & Printing Discussion Forum at:
    Reporting and Printing
    Eddy

Maybe you are looking for

  • Exporting with Adobe Media Encoder CS4 missing files

    I have just brought a clean CS4 adobe production premium suite and i am trying to export some files that i have produced on Premiere. I am running Mac OSX 10.5 and i have a 2 HDDs one for software and one for Media. I am also running Pro tools and al

  • How to create a link to a transaction to be started in NWBC directly

    Hello all, we are using the Netweaver Business Client as a central GUI for our users (CRM and ERP in use). For documentation and test purposes I would like to link the transactions/Web Dynpro applications directly from the SolMan so that the NWBC aut

  • 6.0.1 and 6.0.2 updates

    Hi, I wonder if anyone knows where I can find the iphoto 6.0.1 and 6.0.2 updates... I would like to upgrade from iphoto 6 to 6.0.6, and have all the updates except these. Many thanks

  • HTTP_RESP_STATUS_CODE_NOT_OK (401)

    Hi, I am implementing XI scenario using HTML plain sender adapter and RFC receiver adapter ... I am calling R/3 function from third-party system. XI receives the message but always ends with error HTTP_RESP_STATUS_CODE_NOT_OK (401 - Unauthorized). I

  • How to create unistaller through B1DE installer wizard

    Dear User, I have developed an add-on through B1DE code generator wizard and installer wizard, it successfully installs in SAP business one but when i want to uninstall it, i have to remove it manually by deleting *.sbo files and deleting it from SAR