Chinese localization account name display in Crystal Reports

Hi experts,
The account names (Chart of Accounts) in Chinese localization is in Chinese + English like this: 流动资产 (Current Assets). But this account name field, when shown in the Details sections does not display correctly. What is the solution to this problem?
Is this a font issue or otherwise?
Thank you..
Edited by: SBO User on Dec 3, 2009 11:35 AM

If you don't install localized languages how do you expect Crystal to display the values?
Go into Add/Remove Programs and select the language youa re going to support. Also change you field font to MS Ariel Unicode.
Then go into the Regional and Language settings and add the Fonts for the languages.
If you use Oracle set the one of their LANGUAGE settings to the host language also and the client will translate the fonts for CR to use.

Similar Messages

  • BEx hierarchies not displayed in Crystal report parameters

    Hi All,
    I am trying to using a Bex query that has a cost center hierarchy with a variable that allows users to select specific nodes or even cost centers. In BEx reports, this query works fine and gives the users the view of the cost centres in a hierarchial manner. However, in Crystal reports, the query provides a drop down menu displaying a simple list of all the cost centres (not in a hierarchial manner). This confuses the user as to which element is a node and which is a cost centre
    Kindly suggest how can we achieve the cost centre hierarchy to appear in the parameters in Crystal.
    Thanks

    Hi,
    this is a duplicate to this entry:
    key figures are not displayed in crystal report
    Please do not post the same problem multiple times
    regards
    Ingo Hilgefort

  • Displaying the Data Source Name on a Crystal Report

    Does anyone know a way to display in the report header the Datasource name. We have Identical reports that get run on Identical databases with different Datasource names for our different manufacturing facilities. This would make it easier to Identify what Plant database the report was run against.
    Thanks

    there is a function in sql where you can use DB_NAME()
    this will produce in a stored procedure, not sure if you can use it in a sql expression or not

  • How can I get the View Tab name on the Crystal Report Viewer at runtime?

    When a report is displayed in the Windows Forms Crystal Report Viewer and the user drills into the report, the drill down view is displayed in a seperate view and is identified via a View tab at the top of the report.  I can determine the index of the view tab that is currently selected, but I need to access the text that is on the View tab.  The only properties that I've found that pertain to the "view" on the Crystal Report viewer are the ActiveViewIndex and the ViewCount.  Unfortunately, neither of these items help me because they are not specific to a certain section of the report.  Has anyone had any luck accessing the View Tab properties ?  Thanks.

    The tabs at the top of the page are nested within some of the viewers controls. Through trial and error you just have to find the right one. In this case the main part of the report is in the first control. This happens to be a TabControl. From there you can loop through the TabPages on the TabControl to grab the names of the tabs.
    Here is a quick example of what I did to get the tab text. All this code was in a button click event.
    Control oControl = crystalReportViewer1.Controls[0];
    TabControl oTabControl = (TabControl)oControl.Controls[0];
    foreach (TabPage oTabPage in oTabControl.TabPages)
         MessageBox.Show(oTabPage.Text);

  • Erro in Hierarchy Display in Crystal Report 2008

    HI Experts,
    I have connected MDX Query with Crystal Reports 2008. In my MDX Query, I took G/L Account as an Info-object Hierarchy in which there are more than 10 nodes and each nodes having G/L accounts range. When i tried to create  a crystal report from MDX query, in G/L account field i am not getting hierarchy but all G/L accounts comes together.
    How to get hierarchy of an infoobject in crystal report ?
    Regards,
    Rishit Kamdar

    HI,
    to get or find an answer/solution about your question/problem?
    I planning also to use Hierarchy Display in CR. And it is very interessting for me to know if that is working.
    Thanks
    Andreas

  • Parameter Description value display on Crystal Report

    Hi
    I have created a Parameter based off OPCH.Project, so within the Project Parameter the values are the Project Codes and under Description I have the Project Names.
    Is it possible to display this Project Description value on the Crystal Report when previewing instead of the Project Code?
    Regards
    Kurt Walters

    hello Kurt,
    i think your having problem with the join..
    in A/P Invoice the Project is populated in the line level (PCH1) and not in the header (OPCH) so your join should be PCH1.Project inner join OPRJ.Project
    here is my sample query, try to run this in your machine
    SELECT T0.[DocNum], T0.[DocDate], T2.[PrjName], T0.[DocTotal]
    FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OPRJ T2 ON T1.Project = T2.PrjCode
    WHERE T1.[Project] = 'ProjectCOde'
    just replace ProcjectCOde to your actual project code
    i have also made a sample report in my crystal here, i added OPCH, PCH1 & OPRJ, then from your menu Database -->> Show SQL Query, your Query should look like this
    SELECT "OPCH"."DocNum", "OPCH"."DocDate", "OPRJ"."PrjName", "OPCH"."DocTotal", "OPRJ"."PrjCode"
    FROM   ("Production"."dbo"."OPCH" "OPCH" INNER JOIN "Production"."dbo"."PCH1" "PCH1" ON "OPCH"."DocEntry"="PCH1"."DocEntry") INNER JOIN "Production"."dbo"."OPRJ" "OPRJ" ON "PCH1"."Project"="OPRJ"."PrjCode"
    WHERE  "OPRJ"."PrjCode"=N'ADM-1001'
    ORDER BY "OPCH"."DocNum"
    observed that i dont have the U_WPANO, just add it in your filter record.
    your current settings in Select Expert -- Record is good enough
    {OPCH.Project} = {?Contract Name} and
    {OPCH.U_WPANO} = {?WPA Number}
    hope this may finally solve your issue, but if not please let me know.
    best Regards,
    Fidel

  • Crystal reports 11: Values displayed in crystal report not showing in VB6

    Hi!
    I updated an existing lower version of crystal report 7 to crystal report 11. Changes are the following:
    1. sql query in VB6 to add fields
    2. sql query in crystal report to manipulate values and not use formula. crx11 doesn't allow summary/total in formula fields.
    3. report orientation
    4. additional fields to view
    5. font sizes, length, can grow properties, etc.
    When I tested it directly in crx 11, all fields/values are displaying correctly. When I integrated it in VB 6 using Crystal ActiveX Report Viewer Library 11.0 and CR Viewer object, the field is blank.
    I've tried several checking like field suppressions, conditional suppressions, etc.
    By the way, I also have a report using a subrepot with conditional suppressions. Same thing is happening. The subreport data only displays the alloted space but does not show values in VB6.
    Thank you in advance for your help.
    Edited by: Naga01 on Jun 28, 2011 8:46 AM

    Thanks for your response.
    Before I read your response, I tried tweaking my reports and was able to resolve the issue.
    Steps taken to solve the issue are the following:
    a. Value not showing one field of four (4) reports.
    Solution: I created new ones and integrate it in VB 6. The values are now showing. Tweaked on the line object properties, got a problem with the extended line but solved it by adjusting the height of the detail section.
    b. Value not showing in sub-report.
    Solution: My report used a shared variable so I can pass the condition to my sub-report. I used the new reports and just pass a query during runtime. The values in the subreport is still not showing. I added a formula and called the value in it. Values in the subreport is now showing.
    I'll try to update the crystal reports version as suggested at a later time.

  • Windows 8.1 is throws error when displaying SAP Crystal Reports 10.5

    Hi there,
    On windows 8.1 – 64  bit SAP Crystal Reports fails to work (even empty report):
    “Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version 10.5.3700.0, culture=neutral, PublicKeyToken=blahblah' or one of its dependencies. The system cannot find the file specified.”
    Project that run SAP Crystal Report was compiled as 64 bit & 86 bit & ANY CPU, but all displayed the same error message. Is windows 8.1 64 bit missing any *.dlls? Or is there compatible CRRuntime engine with windows 8.1 64 bit?
    I had this problem before on windows 7 but by changing solution Platform and Target CPU – solved the problem, however windows 8.1 seems to have a bug!
    More Info about app:
    VisualStudio2010
    SAP BusinessObjects XI 4.0
    Support Pack (several been tried): crruntime_64bit_13_0_7.msi

    Post Author: JonathanP
    CA Forum: .NET
    Are you simply viewing the report, or exporting it?
    The error doesn't tell us much. A windows application should not need any special permissions. Try giving the user full rights to the temp directory, as the report engine does need to write seme files there.

  • Detail sections not displayed with Crystal Reports 2010 Runtime (SP1 also)

    I have migrated a VB app from RDC 9 to Crystal Reports 2010 and I'm experiencing a very strange issue.
    In a report with 6 nested groups, the detail part is splitted in 7 section, and the whole detail has the "keep together" flag activated. At runtime, some detail sections are not displayed. There is no suppress condition on the detail section. The missed sections are those near bottom of the page. I suppose that when there is no room to print the section on the page and it should go on the next page, Crystal forget to display it.
    I exported the report in Crystal format and reopened with Crystal Reports designer and the missed section are displayed.
    The same report is displayed correctly using RDC 9.
    If I show the group tree and select the missed section group, the section is correctly displayed on a separate preview page.
    I've some screenshot to better demonstrate the problem.
    I hoped SP1 will resolve the issue but unfortunately it didn't.
    Pier Alberto Guidotti

    This issue has been escalated for a fix. tracking number is TE5000325237. For anyone wanting to attach to this thread with a similar issue, please note the behavior as decribed in the TE below. If the description does not match your issue exactly, please create a new thread.
    Description - Steps to Reproduce;
    1) Run the report in the CR 2008 designer - note the second page
    2) Run the report in VS2010 app using CRVS2010 SP1:
    CrystalReportViewer1.ReportSource = <path to report>
    3) Look at page 2 and compare to page 2 from the CR2008 designer (also, see attached compare.jpg file which is a screen shot of both views) - note missing group on page 2
    4) Export to PDF, DO, RTF - same issue
    5) Print to printer using the viewer print button - same issue
    6) Same issue print to printer using code:
    Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
    crReportDocument.Load("C:\Crystal\Test\Forum tests\Alberto missing detail section\Crystal Issue\Distinta di Taglio CR 2010.rpt")
    crReportDocument.PrintToPrinter(1, 1, 1, 2)
            MsgBox("Done")
    7) Same issue print to printer using code:
    Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
    crReportDocument.Load("C:\Crystal\Test\Forum tests\Alberto missing detail section\Crystal Issue\Distinta di Taglio CR 2010.rpt")
    Dim rcd As ISCDReportClientDocument
            rcd = crReportDocument.ReportClientDocument
            rcd.PrintOutputController.PrintReport()
            MsgBox("Done")
    8) Export to RPT file format - view this export in the CR2008 Designer - report looks as it should
    9) Add report to the .NET2010 project. trying to view the repor tin the .NET2010 IDE results in .NET crashing.
    - Ludek

  • Cannot display the Crystal Report from BW..very Urgent

    Hello Friends,
    We are executing the Crystal report XI report from BW 3.50 but cannot displaying andgiving the error messgae as follows....
    <b>Service cannot be Reached</b>
    <b>What has happened?
    URL http://sapprodbw.company.com:8112/sap/bw/sap/bw/ce_url call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system I12 with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:sapprodbw_I12_12-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team</b>
    I'm getting the above error could plz help me .. its very urgent task for us..
    Thanks in advance for your valuable time...
    Sreedhar G.

    Hi Dinesh,
    I started all the services and i checked the Test service of ICF its giving the same above  error and service cannot be rezched...BASIS is also workin on the same issue but getting ...
    Any help...
    Message was edited by: sreedhar Gunda

  • Database, user name, password for Crystal report

    We're running BOE XI 3.1 and we use WebI reports.  One of our departments uses Crystal reports, and they'd like to be able to run them in our BOE environment so that they can refresh reports over the Web.  They uploaded a report to BOE (using Add -> Crystal Reports) but when they try to refresh it they aren't prompted for the database or a password, and the refresh fails.
    How do you specify the database / data source / data connection (or whatever it's called) for a Crystal report? How do you specify the user name and password to use for authenticating to the database?
    Thanks,
       Laura

    I am fairly new on this forum but we have been doing exactly what you are talking about with Crystal Reports published to BO XI 3.1 for a while.  There are a few things we have found that have to be done to make this work right...
    - Use the EXACT same ODBC/database connection setup on both the Crystal Report developer's machine and on the BO server
    - On the developer's machine use integrated security for the database connection
    - Then after you upload the report to BO, go into CMC and open the Crystal Report's properties.  In there under "Default Settings" you will see an option for Database Configuration.  The User and Password under the "Use original logon informstion from the report" should be empty.  Put in a valid userid and password that has access to the database.
    - Also, in the Database Configuration screen make sure the Server and Database boxes are filled-in - they will be greyed out and you can't change them (this is why you have to make sure the ODBC/database info is the same).  If they are wrong, you will need to fix the ODBC/database connection in the original RPT file.
    - Finally, you need to scroll to the bottom of the Database Configuration page and select the radio box "Use same database logon as when report is run" and then Save and Close
    Now when users run the report it will use the user and password you entered to do it.  The disadvantage is you are not using integrated security but then the users also never get prompted for a password.  We tried very hard to get integrated security to work but could not manage it.
    Hope this helps!
    Larry

  • Danish character and Symbol are not displaying in crystal report 2008

    I am developing a crystal report. The report displays data from database. The data is entered into database from a asp.net web form where a JavaScript Editor is used. Mainly data is saved in Danish character and also there are some emotion symbol. The web page is showing these data reading from database perfectly. But the Crystal Report is missing some Danish character as well as emotion symbol in some cases. The screen print both for web page and crystal report is shown bellow.  The database field DataType is “CLOB” and using Crystal Report 2008.
    Can anyone help me to get rid of this situation.
    Thanks to you all.

    Please have a look at the resolution in this thread:
    CR 2008 - Oracle 11g - CLOB fields are blank when using command
    -Abhilash

  • How to display wide crystal reports in Infoview

    I have Crystal reports which are about 50 inches wide, I have chosen a PDF writer as the printer driver to fit the layout in the Crystal reports client tool and I export this report to the BO server on a AIX (Unix) server.
    This report when viewed via Infoview, the report gets chopped off anything more than 12 inches approx. I have tried various printer settings and even no printer, I am able to scale upto 24 inches at the maximum.
    How can I be able to display the 50 inches wide crystal report in infoview. Any help would be appreciable.
    Environment: BO XI R2 SP 3.5, AIX 5.3
    Thanks in advance,
    Venkat

    Please re-post if this is still an issue to the Business Objects Forum or purchase a case
    and have a dedicated support engineer work with you directly

  • 2  Spider diagrams, only one displayed in Crystal Reports Viewer 2008

    Hi,
    I have two Spider diagrams in the report. One shows values for this and another for previous year. The second diagram is placed on top of the first. The diagram below has white background and the diagram above has transparent background.
    Everything works as it should in the Crystal Reports Developer. But Crystal Reports Viewer shows the "transparent" diagram only, that is on the top.
    Has anyone experienced such before? Any suggestion? Thanks in advance.

    Thanks. Yes, I can see them. In Crystal Reports Developer I see them in both ways. In the Viewer only side-by-side.

  • Problem in Display the Crystal report using Crystal report Viewer 2008

    Hi All,
    I have developed crystal web project with crystal report using Eclipse IDE. when I deploy this web application using Tomcat server 6.0 in Windows xp, Windows Vista.. It is working fine..
    But When I deploy it into Windows 2000 server ,  I am not able to see Last 2 columns of the report page in the Viewer.
    But When I tried to Export as Excel, I got all the datas in the Report and also when I preview the report in Eclispe IDE using crystal viewer plugin it is working fine in Windows 2000 server also..
    Thanks in Advance for your help..
    Regards,
    SathiyaMBPS

    Windows 2000 is not supported in current versions of CR. Check the platforms PDF file.

Maybe you are looking for

  • Move Central Instance to Another Server

    Hello expert, Now we have a distributed system: CI on server 1, DB on server 2. Now we want to move the CI to another server 3 without change the DB server. We get some information from link Move the central instance to another server in SAP We have

  • What kind of interpolation when cropping in Lightroom???

    We worry about using the correct interpolation when resizing photos in Photoshop, but what happens when we crop in Lightroom? How do we even know what interpolation is being used? I keep standard interpolation in PS set to bicubic sharper because I u

  • Unable to install Java Version 7

    I currently have Java Version 6 loaded. I downloaded the latest version of Java Version 7. It was a pkg installer. When I ran it it said I couldn't install it because I didn't download it from the Apple Store. Also there is no Java panel in the Syste

  • Rejected items in printout-PDF sales order

    Hi team, Pls help me to solve it. Due to many reasons we are rejecting the sales order in the system but the issue is that in some cases, we are not fully rejecting the sales orders only one or two items from sales order are rejecting and the other i

  • Execute pipelined function within other function .

    Hi, I'm on 9.2.0.8 , and got GUI application which can accept select only statements but I need kind of insert functionality. So I've come up with clever idea and used pipelined functions with autonymous transaction to do inserts. All looks like: sel