Crystal Reports General Info Flashcards
General information. Includes information from "Crystal Reports 'X' for Dummies" and places like Wikipedia.
What is Crystal Reports?
Crystal Reports is the best-selling report writer package in the world.
What is the current version of Crystal Reports?
2013 (14.1.x)
Who owns Crystal Reports?
Originally developed and sold by Crystal Services.
Purchased by Seagate Software which became Crystal Decisions before the release of version 4.
Crystal Decisions was acquired by BusinessObjects in December 2003 before the release of Version 10.
BusinessObjects was acquired by SAP AG in 2007/2008.
Version “2011” - SAP SE
How do you enter code into Crystal Reports?
Simply put you enter either formulas or SQL statements.
Why do we need Crystal (and reporting in general)?
We now accumulate a lot of data but we need it organized, distilled and focused on answering specific questions. These documents are traditionally called reports and they generally consist of multiple pages that can include
- text
- numbers
- charts
- maps
- illustrations
The best reports convey the facts needed to make decisions, unobscured by a clutter of data irrelevant to the task at hand.
What are the two types of formatting available in Crystal Reports?
Absolute formatting
Conditional formatting
What is absolute formatting?
Absolute formatting enables you to put text, titles, charts, maps, columns of figures, cross-tabs, and graphics pretty much anywhere you want on the screen. You can handle preprinted forms. You can optimize for screen display or for printing on paper.
What is conditional formatting?
Conditional formatting allows you to change the format of the data you’re displaying in response to the content of the data itself. With conditional formatting, every time the data in a report changes, a formula you include in the report can make the appearance of the report change accordingly.
What is a report alert?
A feature starting in version 9. If a value being displayed crosses a critical threshold that requires immediate action on the part of the report’s target audience an alert dialog box pops up that cannot be ignored.
What is a custom function?
If you create a useful formula (using all the common flow-control structures eg If-Then-Else, Select Case, etc. and using variables, etc), you can save it as a custom function available with the standard functions to be used later.
What is “Business Views?”
Business Views is a new distribution mechanism starting in Crystal 10 (a component of Crystal Enterprise) which offers a new data-abstraction layer that simplifies the process of connecting to enterprise data sources. At that layer you can combine data from multiple data sources of different kinds into a single data source.
What can Crystal accept as an input?
Any data from an ODBC-compliant database or any data source that complies with MS’s OLE DB standard.
What were the 4 editions of Crystal Reports 10?
Standard, Professional, Developer, Advanced.
What is CR X Standard Edition?
I’m abbreviating Crystal Reports from now on
Standard Edition is the least capable edition, designed to be used by business professionals rather than IT professionals.
- It won’t create reports designed to be displayed on the Web.
- Will not integrate reports into application programs.
- Won’t support XML or OLAP.
- Doesn’t include the Repositiory.
- Doesn’t include native drivers for client server databases. You need to use ODBC or move up to the Professional edition.
What is CR X Professional Edition?
The Professional Edition is aimed at IT and MIS professionals, such as database administrators, report designers and system analysts.
- It’s the product you need to publish reports on the Web.
- It gives more flexibility in using SQL than Standard.
- Native drivers for client/server databases.
- Includes the Repository.