Crystal Enterprise Suite

  Home  Data Warehouse  Crystal Enterprise Suite


“Crystal Enterprise Suite frequently Asked Questions in various Crystal Enterprise Suite job Interviews by interviewer. Get preparation of Crystal Enterprise Suite job interview”



27 Crystal Enterprise Suite Questions And Answers

2⟩ How to create diff. types of templates?

Basically, what is a template.....a set of object frames

placed in a way that suits most of the requirements of day

to day office work.

To create a template, u can either develop a variation from

the existing templates of the Crystal reports Suite or open

a saved report, , in the new report u r creating, click on

the template expert and choose template from existing file.

the template, that is the object frames and not the data

will be copied to the new report u r developing.

even , now u have the liberty to make changes, and save

them for future use as template!

So u can literally create as many differnt types of

templates as u like through all the templates already

available or the reports u created from teh scratch.

 162 views

3⟩ What is the section expert? Why we use it?

A section expert is used for the entire section, it could

be the details section or the header section. Once you

change the settings in the section expert it can be seen

through out the section. if we want to make sure that a

specific data has to be displayed in the entire setion ,

then you can write a formula for that in the section expert

which will work good for all the sections.

 155 views

6⟩ How to performance tune reports?

For tuning of reports we can use the following ways

1 Check the option Perform grouping on Server, Use indexes

or server for speeds.

File>Report Option>Perform grouping on Server.

File>Report Option>Use indexes or server for speeds.

2 Instead of joining DB tables on report , use add command

option. Put all the filters, Prompts in SQL command. This

way report will run faster.

3 Uncheck option save data with report.

File>Report Option>Save data with report.

4 If report contain Many Sub reports, use a prompt which

ask whether you want that particular data or not. If Use

chooses no, then that prompt’s data value should be in

Report selection criteria of report. based on that value do

coding to not to get data on report.

 144 views

7⟩ How can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema?

Crystal Dictionaries are simply Database Views. All we can

suggest is you open the Cr Dictionaries in the Dictionary

Designer to get the info out and then you'll have to create

a new report. There is no way to convert a report that used

a Dictionary to hit the database directly.

1) As dc5 files were never meant to be used in any

development at all, I would be surprised is this worked

without issues

2) As CR 8.5 and dc5 have been out of support for close to

7 years, it will be quite hard to find anyone that has any

expertise in this

3) You are using the Report Designer Component

(craxdrt.dll) in .NET. The RDC has not been tested in .NET

and as such is not supported in .NET of any version

 176 views

10⟩ How to "Print" in Crystal Reports while using ASP DOT NET Platform?

Method 1

You can use Business Objects toolbar which comes with

crystal report viewer control in ASP.NET.

enable the toolbar and you can see options for printing.

Method 2

Finally you crystal report will be shown in ASP.net page

as HTML so you can print you html page using Javascript

window.print()

 160 views

11⟩ What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application as opposed to say rolling our own reports as HTML and displaying them in the Internet Explorer control?

Advantage of having Crystal report:

Say if you have billions of data and you need to

group/sum the data then Crystal reports is the tool

to use to do the calculations and other business login in

easy and professional way.

You can provide drilldown options, hyperlinks to the

data, alert the user based on the data, pictorial view of

the data using Graphs and all these thing you can do it on

fly.

Disadvantage of using ur own reports:

You need to code for each and everything in your report

and which needs more time.

 169 views

12⟩ What is OLAP grid? Where it is used?

Use the OLAP Grid command to insert an OLAP Grid into your

report. When you choose the OLAP Grid command, the OLAP

Expert appears. The term OLAP is used to refer to all common

forms of OLAP (Online Analytical Processing) and

multi-dimensional data storage and access systems.

 134 views

14⟩ What is subreport? In one report maximum how many subreport we can insert?

Subreport is like the main report however the values from

the subreport can be passsed to the main report. If we wish

to link the subreport to the main rport then it is called

as a 'Linked Sub report' else it is a 'Un linked Sub

report'. Any number of sub reports ca be placed in a main

report. However the maximum number being 256. In practise

you would never have so many sub - reports in a main

report.

 142 views

16⟩ How many types of subreport are there?

There are three types of subreports

a.Unlinked Subreport

ie the subreport doesn't depend on the main report

at all.

b.Linked subreport

A linked subreport is handy when we need to display

related data elements from more than one database table on

a report

c.On-Demand Subreport

If your report has a section that handles a large number of

records, you can put that section into an on-demand

subreport. An on-demand subreport appears as a hyperlink in

the primary report. When you open the primary report, no

data is retrieved for the on-demand subreport until you

drill down on the hyperlink.

 145 views

18⟩ What is caching? What are the different types of caching?

I don't know how this question can be answered interms of

crystal enviroment. Anyhow I know somethig abt caching,

There are many servers comes along with your CRS suite, BO,

or Crystal Enterprise suite.

All these servers run behind crystal reports to run and

publish the reports successfully. Maintaining all these

servers is kind of amin job.

Below are the list of servers that work together to make

Crystal reports a successfull pack:

1) Input server(File repository Server)

2)Output server(File Repository Server)

3) Cache server

4) destination job server

5) event server

6)list of values job server

7) page server

8)program job server

9) RAS(Reports Application Server)

10)report job server

11)CMS(Central Management Server)

 159 views