Does Crystal Report support all the functions that we have
in Oracle?
Answers were Sorted based on User's Feedback
Answer / rahul
No, Crystal report does not support all the functions. Like
Decode function is there in SQL but not there is crystal
report. You need to convert that in crystal report format
(in if and else etc.).
Is This Answer Correct ? | 8 Yes | 2 No |
How do you add a subreport to a report in Crystal Reports?
How many sections are there in the report
hi.. i've created one crystal report. and one global resource file .. in crystal report there's one text object with id Text1. and i want to take the values of resource file i've got it CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 = ((CrystalDecisions.CrystalReports.Engine.TextObject)myreport .ReportDefinition.Sections["section1"].ReportObjects["Text1" ]); Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1"); it is showing the correct value want i want but when i give print it is disappearing.. how to solve this please help me..
what is the "refresh" button suppose to do on the crystal report viewer?
How many sub-reports can report can have?
Is there a way to export the report formulas, like totals to excel?
hi...to all i want to generate the two crystal reports one is employee and another is project. now i want to display the two reorts in a single crystal report viewer. i've tried using sub-reports but the page header is not avaliable in a sub reports.. so i want to display two separate crystalreports in a single viewer.. can anybody help me.. plz
How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)
HI all, I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the two reports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer. How to show up the two crystal reports in single crystalreportviewer?
Does Crystal Report support all the functions that we have in Oracle?
2 Answers MPS Techologies, Target,
to ensure that all of the data from a field is displayed in a report text object you should do which of the following?? a) use the format wizard b) size the text object manually c) select the auto format option for the text object d) select the can grow option for the text object e) set the can grow option to the details section of the report
How to write a formula to change a font based upon data ?