Does Crystal Report support all the functions that we have
in Oracle?

Answers were Sorted based on User's Feedback



Does Crystal Report support all the functions that we have in Oracle?..

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

Does Crystal Report support all the functions that we have in Oracle?..

Answer / arvind gupta

no idea abount oracle .....using SQL .

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Crystal Reports Interview Questions

How to write a formula to change a font based upon data ?

2 Answers  


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..

0 Answers  


Is there any feature like summing total in crystal report?

11 Answers   HCL, Sonata,


how to create crystal reports in .net

2 Answers   CTS,


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?

2 Answers  


How can we improve the performance of a crystal report?

1 Answers  


Is there a way to export a report definition without writing code?

2 Answers  


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

1 Answers  


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

3 Answers  


How to present data from Crystal Reports on to form?

3 Answers  


How to print two details fields at the bottom of the page

5 Answers  


hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button.

0 Answers  


Categories