Questions tagged [crystal-reports-xi]

Question about SAP Crystal Reports reporting application, version 11 (XI) or 11.5 (XI R2)

Provides user with a very user friendly environment to design WYSIWYG reports. Crystal supports a variety of data connections ranging from XML to Excel to Relational databases such as Oracle, SQL Server etc.

The product was originally created by Crystal Solutions Inc as Quick Reports and by version 3.0 it was acquired by Seagate in 1994 and re branded it as Crystal Decisions and they rolled out versions from 4.0 to 9.0. By 2003 it was again subject to takeover by Business Objects and they subsequently released versions 10, 11 and 12. The product changed hands again in 2007, this time acquired by SAP and they had gone on to release the newer version as Crystal Reports 2011 (14.0) in 2011.

When using this tag, also use the tag for increased visibility.


Useful links


Other versions


Other related tags

640 questions
8
votes
1 answer

How to pass values to two different parameters

I am developing a Windows Application and use a Crystal Report in it. I am able to pass value to one parameter of Crystal Report. Now, I have added one more parameter to Crystal Report, but confused about what modification I have to make in below…
bnil
  • 1,531
  • 6
  • 35
  • 68
8
votes
3 answers

suppress line conditional in crystal report

I've a vertical line that i want to suppress with a condition. Unfortunately I don't see the condition option by a line. When I use an empty textbox, all the other text is moved down. Is there conditional another suppress option for a line?
Shohel
  • 3,886
  • 4
  • 38
  • 75
8
votes
4 answers

How to ignore zero decimal place values in Crystal Reports

I'm making a report and I need precise decimal values. A number could have a value of 2 decimal places and a number could have a value of 10. If I set the decimal range to 10 places that column will always show 10 decimal places of mostly 0's. How…
Icebreaker
  • 277
  • 1
  • 6
  • 13
7
votes
1 answer

How can I add a font in Crystal Reports?

I am trying to use a specific font with Crystal Reports XI. Specifically, I want to use Helvetica-Bold-TT. I see this shows up in Microsoft Word, but not in Crystal. Is it possible to add this font to the font list?
Jason Rae
  • 2,583
  • 5
  • 25
  • 34
7
votes
3 answers

How to set font of all fields in a crystal report file non-programatically?

I have a couple of crystal report files and the fonts for all the fields are Arial and I want to change them to Times New Roman. I tried selecting all but when I do that I can't set the font. Is there anyway to set all the fields in a report to a…
Nick
  • 3,217
  • 5
  • 30
  • 42
7
votes
12 answers

The type initializer for 'CrystalDecisions.Shared.SharedUtils' threw an exception

I'm working on a project and have run into an issue. When I run my code I get this error message: The type initializer for 'CrystalDecisions.Shared.SharedUtils' threw an exception The title of the message is "TypeInitializerException was…
woods
  • 243
  • 4
  • 10
  • 20
6
votes
1 answer

Page Total for MultiColumn in Crystal Report

I have a multicolumn crystal reports, Now i want to display running total for both weight & amount column's. The image of actual report is this But crystal report designer does not show other columns, so on which column should i compute the value.
manav inder
  • 3,531
  • 16
  • 45
  • 62
6
votes
2 answers

How to open crystal report in java swing application?

I have this code import com.crystaldecisions.reports.sdk.ReportClientDocument; ... ReportClientDocument rpt = new ReportClientDocument(); rpt.open(reportPath+fileName, 0); rpt.getDatabaseController().logon(DBConnect.getUsername(),…
John
  • 836
  • 2
  • 25
  • 39
5
votes
1 answer

Crystal Reports messing up Rich Text

I have a string that gets saved as rich text to a SQL field, so it has a lot of symbols in front of it like so... {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}{\f1\fnil\fcharset0 Verdana;}} {\colortbl…
Nard Dog
  • 906
  • 1
  • 18
  • 33
5
votes
2 answers

Crystal Report : formula for Splitting string on / and concatenating it with other string

I have string coming in this format WORVS/000017/0005. I want to split the string on /. I want only 000017 from this string and further I had another column to which it has to be concatenated. I need a formula for same.
user240141
5
votes
4 answers

How to align lines in Crystal Reports

Is there a good way to make horizontal lines actually line up in Crystal Reports? I can select text and field objects, right-click, and do various sizing and alignments. But that's not an option with a line. I need header fields underlined (and…
thursdaysgeek
  • 7,696
  • 20
  • 78
  • 115
4
votes
1 answer

how to remove decimal place in crystal report

i want to return a text or a number based on a field value in crystal report local numberVar i; i:=Roundup(({@a}/{@b})*100,0); if{@a}=0 then ToText('N/A') else ToText(i); the result is always this in crystal…
user906989
4
votes
6 answers

Displaying a parameter's description value

In Crystal Reports v 11, is it possible to display the 'Parameter Description' value on the report, as opposed to only the parameter value? Whenever I drag the parameter onto the report to display it, only the value is displayed, and I want to…
contactmatt
  • 18,116
  • 40
  • 128
  • 186
4
votes
1 answer

Crystal Report of Exported PDF version

Currently I am using Crystal report 11 to generate reports in PDF format. The version in which PDF's are generated in 1.3 I would like to upgrade the PDF version to 1.4 (For ISO Document). Could anyone please advise me what is the way forward on…
Hiren gardhariya
  • 1,247
  • 10
  • 29
4
votes
3 answers

Open the link in new window in crystal report

I have crystal report. There is the column containing the hyperlink. I want whenever click that link that page should open in new window. All this should be done in crystal reports. Can I get any help?
1
2 3
42 43