InterviewSolution
Saved Bookmarks
| 1. |
Does Crystal Report Support All The Functions That We Have In Oracle? |
|
Answer» 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.). However if you use ‘.qry’ files then it take the SQL as such. There is no need of CHANGING any syntax. 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.). However if you use ‘.qry’ files then it take the SQL as such. There is no need of changing any syntax. |
|