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

Crystal Reports: Web Crosstab

What about processing a crosstab on a Web server? We’ve added this report to our Web demonstration with a simple page to ask the required questions, and then call the report.

The easy way to get your Web page to send these parameters to the report is to create a form and some fields on your page and to name them prompt0, prompt1, etc.

The individual fields must match the order in which the parameters are asked in the report. This makes a Web interface to your report very easy to implement. With a bit more ASP code, you could dynamically load the combo boxes with live data from the database.

 

On a related topic, you can calculate inside a crosstab.

Ken Hamady has developed a technique to perform calculations on the crosstab fields themselves. He makes particular use of the "DisplayString" property that appeared in Crystal Reports 9. (This technique requires version 9 and later).

You need a summary for each field, and for the calculation you want to add to the report.

In the example below this article text, we have calculated the value of each sale (in blue) and the Retail value of the sale (in black). The third summary is a copy of the Retail value and this is the value we are going to format.

On the first summary, we used conditional formatting to set the color to blue and to save the field value in a global variable. The conditional color formula is"

WhilePrintingRecords; Global Numbervar SellValue:=CurrentFieldValue;

Blue

The third summary field uses conditional formatting to change the display value. Set the Display String property using a conditional formatting formula of

WhilePrintingRecords; Global Numbervar SellValue;

ToText(CurrentFieldValue - SellValue)

There could be some risk of confusion in using this technique because the formula in the cross tab does not reflect the final displayed value. We need to remember to look at the format property of DisplayString if not understanding where a value comes from.

This example might be simpler than your real world requirements.

You could solve this problem using a formula to calculate the discount on each sale, and then accumulate that formula in the third summary. If your calculations use addition or subtraction, then we would recommend you take that approach and use a formula.

But if you want to calculate a ratio, multiplication and division require these variables and the display string approach.

 

 

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.

 

Another option

Another option is to use schedulers and viewers, which combine to make a cost-efficient desktop solution.

About schedulers

A scheduler is an inexpensive desktop solution for burst distribution of your Crystal Reports. Schedule your distribution, sending specific reports to specific lists at specific times, to improve the overall Business Intelligence function while reducing your own workload.

Features

  • Database password security control.
  • Distribute automatically.
  • Exception reporting.
  • Independent of your email client.
  • Independent of your e-mail server.
  • Many output formats: Export files in such formats as Crystal Reports (rpt), MS Word, MS Excel, Rich Text (RTF), Comma Separated Variable (CSV), and HTML.
  • Export as PDF, if you have Crystal Reports 8.x or higher.
  • Multiple email addresses for one report.
  • Parameter control.
  • Reports displayed in the body of your email message.

Uses

  • Send specific reports to specific people at specific times.
  • Distribute your Crystal Reports automatically.
  • Maintain an external list of values and destinations for a group of scheduled reports.
  • Modify report formula fields (including Record Selection and Group Selection) and database locations.
  • Run the same report multiple times with different parameters and/or destinations.
  • Schedule your Crystal Reports to run at a specific date and time: once, hourly, daily, business days, weekly, monthly, or last day of month.
  • Send reports by email, in any of the available export formats.

Benefits

  • Save time, save money, and increase productivity. You do that, because you automate the delivery of your Crystal Reports.
  • Our schedulers work with reports and subreports that require secure database login.
  • Send your report as an email attachment, print on any system printer, or save in a variety of formats to a disk file. And it can do much more.