Advanced programming cross-tab reports using Crystal Reports XI. |
Prepared by Dr. Alexander Werner. KB# 10001. |
|
Cross-tab reports present data in one of the most efficient ways to discover trends by different factors. As such, they are widely utilized in BI analysis and reporting systems. The great variety of BI tasks requires different types of functions to be displayed in the cross-tabs. Unfortunately, the choice of functions available in Crystal Reports XI is limited to a small set of statistical aggregate functions and their extensions to calculate percentages for ratios of the field to horizontal or vertical subtotals of the same field. This limitation leaves many typical tasks unresolved, including ones that are frequently requested by the users and constitute a basis for any serious data analysis. Programming solutions that I was able to find so far – including support responses from Business Objects support – were either partial, or limited. Some of these poorly or not supported typical tasks include:
First, let’s review some of the available ideas and check those limitations. Then, I will suggest a methodic resolving many of the discussed issues. The methodic relies on programming done in both Crystal Reports and in the reporting application, with Visual Basic.Net and T-SQL syntax utilized. |