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‘Database Field’ 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
Leave a Comment