• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
1Is it possible to join more than one universe in Business ObjectsBOE XI? If its so Please explain how is that possible?
Yes, we can join more than one universe in BO we can join 2 master or kerneluniverses to one derived universe. To Link the universes go to universeparameters->links tab->add link.
2How many .rpt files are be there in a main report having 2sub reports?
We can keep, one .rpt file for both or we can individuallycreate .rpt files and made them as single with sub report.[there are 3 .rpt filesincluding the main and 2 sub report. but when the sub reports are inserted intomain it will behave like one only.]
3How to Filter the Crystal reports?
To filter the reports we have to use ?Formulas?.We can prepare the formulaswith(1)Field Explorer (Window) or (2)Writing the codeSyntax for preparing the formulas:{classname.FieldName}<operator> & value. For Ex:?{Employee.Emp_id}=? + value?{Employee.Emp_name}=? + value + ??? (Strings to be in single quotes)
4How to present data from Crystal Reports on to form?
Drag Crystal Report viewer control from toolbox to form.Properties:CrystalReport Name: CRV1Report Source= <path of the RPT file> or <an object of RPT file>And call show () methodDOCK=Fill (The control resizes while form is resized [Using Crystalviewer]
5Is there any feature like summing total in crystal report?
Yes, we can add any database field afterwards also. Select&#8216;Database Field&#8217; in Insert menu item.
6Can we use stored procedure for creating the report?
Can. By Adding Command in Crystal Report XI.
7Does Crystal Report support all the functions that we havein Oracle?
No, Crystal report does not support all the functions. Like Decode function isthere in SQL but not there is crystal report. You need to convert that in crystalreport format (in if and else etc.).
8Can we add any database field once we have chosen ?Close?button?
Yes, we can add any database field afterwards also. SelectDatabase Field in Insert menu item.
9What are the sections that we have in Crystal reports?
1. report header 2. report footer 3. page header 4. page footer 5. details
1
 
10Are there any limitations in crystal reports?
1. In export- While exporting data formatting is lost.2. If database is having field whose length is more than 255 characters, thenyou cannot make formula using that field.3.When you browse data just by right clicking on the field then it displays that isthere in the database not the data selected by the query.[Yes , 1)It will not recognize the HTML tag </li></ul>.This is giving a problem inorder to get a bullet indent for some text display in PDF reports.2) Its not possible to customize the length and width of the legend of a chart.3) Table object is not given in crystal report. Because of this if we cannot have atable auto grow option as we find it in the MS word table.][Limit of tables I have near about 13000+ tables which are created at runtime. Icannot select these tables I think there is a limit near about 8500][Crystal doesn't support an LDAP connection.][1) You cannot change the format of the date field used in parameter 2) You cannot insert sub report into another sub report3) You cannot export the report to PDF with group ( it is introduced in CrystalReports 11 R2)4) There is no option to save the report in previous versions]
 11Can we use our own SQL for creating a report?
We can also make our own query using Crystal SQL Designer tool provided bySQL. Here you can insert your SQL statement as such. It will save this file asquery . And when you create a report instead of using Database buttonuse Crystal SQL Statement button. [Yes, Using Crystal SQL writer]
12Can we export data of reports into other format like in world docetc?
yes ..u can, not only in word but also in several formats like pdf, excel..etc. .u can go to file in the menu in that u have this option[Reports can be exported to a number of formats, such as spreadsheet, wordprocessor, HTML, ODBC, and common data interchange formats.Go to File->Export. There are two sub menus, Export Report, Report ExportOptions. This can be achievable through coding.ExportDestinationType eExportDestinationType =ExportDestinationType.DiskFile;ExportFormatType eExportFormatType =ExportFormatType.PortableDocFormat;ExportOptions eExportOptions =ExportOptions.CreateDiskFileDestinationOptions;][Sure.We can save the crystal report as many formats.There are Doc ,xsl, .pdf and etc. The sample code i used in my project is given below.case "pdf": {
2
 
//setting disk file namecrDiskFileDestinationOptions.DiskFileName =ExportPath + filename;//setting destination type in our casedisk filecrExportOptions.DestinationOptions =crDiskFileDestinationOptions;//setting export format typecrExportOptions.ExportDestinationType =ExportDestinationType.DiskFile;//setting previously defineddestination opions to our input report documentcrExportOptions.ExportFormatType =ExportFormatType.PortableDocFormat;break; }case "xls": {//setting disk file namecrDiskFileDestinationOptions.DiskFileName =ExportPath + filename;//setting destination type in our casedisk filecrExportOptions.ExportDestinationType =ExportDestinationType.DiskFile;//setting export format typecrExportOptions.ExportFormatType =ExportFormatType.Excel;//setting previously defineddestination opions to our input report documentcrExportOptions.DestinationOptions =crDiskFileDestinationOptions;break; }]
13Can we create report using more than one database?
Yes. We can create report using more than one database like Oracle, Access.Create data source name for both the databases. Select tables from them andcreate the report. Only restriction is if you use two databases then you cannotsee the SQL generated by crystal reports.
14How do we format field?
Right click on that field and choose format field.
15How do we connect to the database?
1. Use crystal report built in query.
3
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...