Reports can be optimized for web viewing using which of the
following strategies:
a. Using subreports instead of linking tables
b. Avoiding maps
c. Using the Page N of M special field to help users
understand how many pages
are in the report
d. Saving reports as version 10
e. Avoiding reports with drill-down capabilities
Answers were Sorted based on User's Feedback
Answer / sridhar
Ans-a), we can have on-demand sub report and load data as
per user selection instead of bring all the records every
time with table linking.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rahul
a. Using subreports instead of linking tables
(No Because sub report always decrease Performance.)
b. Avoiding maps
(Yes)
c. Using the Page N of M special field to help users
understand how many pages are in the report
(No)
d. Saving reports as version 10
(No)
e. Avoiding reports with drill-down capabilities
(No Drill Down Always Increase Performance)
Is This Answer Correct ? | 0 Yes | 0 No |
How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format
How to open subreport in New IE window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report. Can anybody answer this please....... Regards Vimal.
Suppose I am not able to see any image on crystal report at run time. So how can I load any image which is saved in local disk so that it can be viewed at runtime in crystal reports?
Is it possible to export crystal report with linked subreports in one excel sheet?If yes,then how?
How can i normalize a Crystal Report..??
Is there a size limit to creating a Crystal Report? If I run a statement report for all customers it will crash if there are too many customers. I can print all the statements if I select them in batches, but if trying to print all at once Crystal will crash after a few minutes.
Are there any limitations in crystal reports?
How do you add a subreport to a report in Crystal Reports?
How to print two details fields at the bottom of the page
hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....
I had an Interview yesterday for a Crystal Reports Developer position. Some of these I have not done in my reporting experience and I had just a half day's notice for the interview, hence no prep time :-( 1) Is there a way to be able to change an image(company logo) dynamically in a report? Example if you have 100 reports, and with the market uncertainity if you anticipate that the company logo might change, how can you change the image just in one place and have this reflected in all teh reports at run time? 2) What is a SQL expression? 3) What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions) The interviewer really got me confused as I felt he was not clearly setting forth his questions but it could be that I was unable to understand his wording of the questions. I expect a big zero from his feedback but I am hoping this is an experience for future interviews that I face in crystal reports when I do get some more lined up. Thanks in advance! Anita New Jersey, USA.
HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM