crystal reports viewers, crystal reports schedulers, view crystal reports, report analyzers, burst reporting, report scheduler
 
view crystal reports, rpt viewer, crystal reports viewers, crystal reports schedulers, report analyzers, burst reporting, report scheduler
desktop viewer, crystal reports viewers, crystal reports schedulers, report analyzers, burst reporting, report scheduler

Crystal Reports Tools: Improve Performance While Saving Time and Money

  Resources  
Best sellers:
cView
Report Analyzer
cViewSERVER
ReCrystallize
 


Articles:
Administration
Advanced
Basic
Crystal eNL
Database
Financial
Problems Solved

Books:
CR Books

Database Books
Developer Books

 
Tools:
Analyzers
Bestsellers

CR Schedulers
CR UFLs
CR Viewers
DataBase Tools
Graphics
International
Mail UFLs
ReCrystallizePro


Add'l:

About us

Contact Us
cViewSUITE Ppt
Support

 

CrystalReports
on Steroids

Database Tips: Use the Atomic Principle

Early physicists and chemists discovered it is much easier to join atoms together than to split them apart. Remember this when designing your database.

Use several individual fields rather than a single field that combines several together. It can be difficult, and sometimes impossible, to extract the required data element from a combined field. However if you have individual fields, you can always find ways to join them together.

An example of this would be to create fields for firstname and lastname rather than have a combined field for name. With separate fields, you can sort by lastname, and select data based on firstname.

A combined field would make one, the other, or both difficult to do. While you are at it, include fields for title and initials, a common name (or nick-name), and maiden name. You may even want to include fields such as alias1, alias 2, dba1, and dba2.

That's an, er, elemental explanation of the atomic principle. So that your boss doesn't go nuclear on you, think through how this would play out for data entry. Typically, users enter data via a form. Maybe it's a Web form or maybe it's part of an application.

If the user has to type in a first name and type in a last name, then simply splitting these into two entry fields makes no additional work for the user. And people are accustomed to splitting up the name this way.

People typically do not like typing in the street number and the street in different fields. They aren't accustomed to it. You might have a good reason for forcing them to do so, but if not then this particular atomization is probably not a good idea.

Thinking again of what people are accustomed to, what about entering a date? The database will want to store it by most significant digits first. Thus, 11MAR2014 becomes 2014-03-11. Sure, you can have the UI save the date format to what the database needs. But what about different date customs? Prior to a certain horrible day, 95% of the world's population would have read 9-11 to mean the 9th of November. But in the USA, dates are done backwards from how everyone else does them (except in aerospace, military, police, much of engineering, and most internationally-oriented companies).

To avoid problems with date entry, atomize! Set up dropdown menus. You will need three of them: one each for the year, month, and day. Your form can have these in whatever order would most make sense to the users.

Whatever you do, ALWAYS use letters for the month. Do not use numbers. Why?

  1. People commonly select the wrong numbers for June and July when they have numbers in a form.
  2. You want to make it clear that this is the month and not the day. No matter in which order you put the day and month, you will confuse someone--unless the month is a three letter representation.

The atomic principle can greatly help you make your database more flexible and scalable. But think out the implications of how each data field would need to be implemented in a user form.

This article is copyrighted by Crystalkeen, Mindconnection, and Chelsea Technologies Ltd. It may be freely copied and distributed as long as the original copyright is displayed and no modifications are made to this material. Extracts are permitted. The names Crystal Reports and Seagate Info are trademarks owned by Business Objects.

Tuning, tweaking, optimizing

Get your database tuned, tweaked, and optimized by using Report Analyzer to look for anomalies. Originally designed just for Crystal Reports, Version 5 allows you to analyze any data source or file system.

Let's take a closer look at what Report Analyzer for Crystal Reports allows you to do:

Improve report performance

  • Automatically detect reports that do not take advantage of server side database processing.
  • Detect record selection formulas which use data type conversion functions.
  • Detect group fields which use formulas instead of SQL Expression fields.
  • Find report tables which use less than an optimal number of fields.
  • Discover special fields which cause an additional pass over the report data source.

 Improve report reliability and reduce maintenance effort

  • Discover unused Formulas, Fields, and Variables.
  • Identify group settings which cause blank pages and footers.
  • Identify missing standard Crystal documentation best practices (Report Title, Author, Description special fields).
  • Locate reports which may use the "Convert null field to default" setting inconsistently.
  • Keep versions of your documented reports for historical comparison.

 Speed development and maintenance

  • View report designs in a design window similar to the one in the Crystal Reports designer program.
  • Select design objects and view/print settings, formula code (including conditional formatting formulas), dependencies with other design objects, and call stacks (for formulas only).
  • Use interactive diagrams (trees) of formula hierarchies, object dependencies and report design elements.
  • Query and print over 600 report settings across all documented reports. Perform instant impact assessment for database changes and formula changes across all documented reports.
  • Locate which reports use specific functions, parameters, and design settings.
And then there's the powerful project management part....

Improve Project Management

  • Generate summary and detailed documentation.
  • Analyze report complexity metrics to assist with test plan development and maintenance planning.
  • Easy to use documentation explorer to browse and compare report design settings.
  • Print report design diagrams.
  • Print report data dictionaries.
  • Extensive formula printouts including call trees, object cross references, formatted listing, and conditional formulas.
  • All documentation can be exported in a variety of formats including PDF, HTML and Word.
  • Uses Crystal Reports to produce the documentation, enabling complete customization
  • Plus more!

For pricing and/or purchase, click here.

 

 

"Report Analyzer does it all. This is the best Crystal Reports 3rd party application on the market today! The numerous features combined with great performance makes Report Analyzer the ultimate documentation and analysis tool." -- Brian Kuipers, CrystalInfo.Net, USA

Report Analyzer, Documentation Tool for Crystal Reports, analyzing crystal reports, optimizing crystal reports, troubleshoot crystal reports, improve crystal reports, troubleshooting crystal reports, crystal reports information, crystal reports software, crystal reports downloads, crystal software, crystal reports analysis tools, crystal downloads, maintaining crystal reports, crystal reports maintenance tools, crystal reports analysis software, crystal reports development tools, crystal reports summarization, crystal reports design tools, crystal reports developers, crystal reports designers, crystal reports project management, documenting crystal reports, crystal reports documentation, crystal reports metrics, crystal reports analysis tools, diagramming crystal reports, crystal reports design diagrams, crystal reports data dictionaries, crystal reports formula printouts, printing out crystal reports formulas, export crystal reports documents, summarize crystal reports, crystal reports summaries, crystal reports interactive diagrams, crystal reports analyzer

Report Analyzer is the ultimate documentation and analysis tool for Crystal Reports users and developers. With a comprehensive library of analysis and documentation reports, Report Analyzer provides you with complete documentation, analysis, and performance suggestions for your Crystal Reports projects. Keep your investment in Crystal Technology at its best performance using Report Analyzer!

 

How does Report Analyzer Work?

Report Analyzer connects to your local Crystal Reports or Crystal Enterprise APS servers and imports their design definition into a documentation database. These imported reports are organized into documentation groups within the database to organize your information for easy referencing and reporting.

How can Report Analyzer help you?

Report Analyzer now comes in two editions - Standard and Enterprise (click here for Enterprise features).
Both editions of Report Analyzer assist with:

  • Comprehensive report analysis
  • Reducing maintenance effort
  • Performance/design tuning
  • Change management
  • Test plan development
  • Extensive documentation

    Improve report performance

    Report Analyzer automatically detects potential performance issues in your report design settings, including record selection formulas, grouping options and database options.

  • Automatically detect reports that do not take advantage of server side database processing.
  • Detect record selection formulas that use data type conversion functions.
  • Detect group fields that use formulas instead of SQL Expression fields.
  • Find report tables which use less than an optimal number of fields.
  • Discover special fields which cause an additional pass over the report data source.
  •  

    Report Analyzer for Crystal Reports Screenshot

    Improve report reliability and maintenance

    Report Analyzer documents over 30 design and style settings.

  • Discover unused Formulas, Fields, and Variables.
  • Identify group settings that cause blank pages and footers.
  • Identify missing standard Crystal documentation best practices (Report Title, Author, Description special fields).
  • Locate reports which may use the "Convert null field to default" setting inconsistently.
  • Keep versions of your documented reports for historical comparison.
  •  

    Speed development and maintenance

    You can easily view dependencies between report objects such as formulas, SQL expression fields, parameters, and database fields with the dependency viewer. Additionally, the powerful query feature lets you view dependency information across reporting projects.

  • View report designs in a design window similar to the one in the Crystal Reports designer program.
  • Select design objects and view/print settings, formula code (including conditional formatting formulas), dependencies with other design objects, and call stacks (for formulas only).
  • Use interactive diagrams (trees) of formula hierarchies, object dependencies and report design elements.

    Click to Enlarge
    Click to enlarge

  • Query and print over 600 report settings across all documented reports. Perform instant impact assessment for database changes and formula changes across all documented reports.
  • Locate which reports use specific functions, parameters, and design settings.
  •  

    Click to Enlarge
    Click to enlarge

    Project Management

    Report Analyzer generates comprehensive documentation of your reports, with over 100 presentation quality reports. Complexity metrics assist with test case planning and maintenance estimates.

  • Generate summary and detailed documentation.
  • Analyze report complexity metrics to assist with test plan development and maintenance planning.
  • Easy to use documentation explorer to browse and compare report design settings.
  • Print report design diagrams.
  • Print report data dictionaries.
  • Extensive formula printouts including call trees, object cross references, formatted listing, and conditional formulas.
  • All documentation can be exported in a variety of formats including PDF, HTML and Word.
  • Uses Crystal Reports to produce the documentation, enabling complete customization.
  • Plus more!

     

    Click to Enlarge
    Click to enlarge

  •