180 likes | 370 Views
Accumulation Techniques for Reporting with WebFOCUS. Kyle Hachey Systems Engineer. Workshop Objectives. Use WebFOCUS to produce report totals Row and Column Totals Prefix Operators for Counts, Percentages, Minimums, etc. Use Compute to combine selected columns
E N D
Accumulation Techniques for Reporting with WebFOCUS Kyle Hachey Systems Engineer
Workshop Objectives • Use WebFOCUS to produce report totals • Row and Column Totals • Prefix Operators for Counts, Percentages, Minimums, etc. • Use Compute to combine selected columns • Produce section totals at break points • Subtotal and Recompute • Review report message options • Calculate new summary values with RECAP • Apply conditions to operations with WHEN
W - 4 Providing Totals in Reports WebFOCUS enables you to produce commons types of totals in reports: • Totals for numeric values in rows • Totals for numeric values in columns • Totals for sort breaks in a report • Grand totals at the end of a report
Developer Studio W - 4 The Compensation and Bonus Estimates Report
W -13 Performing Numeric Operations Prefix operators are mathematical functions that are added to the fieldname in a verb phrase. • Can only be applied to column fields. • Cannot be applied to sort fields (BY or ACROSS).
W -13 Performing Numeric Operations (continued) Numeric operations include: • Calculate the average (or mean) of the values of a column • Determine the minimum or maximum value of a column. • Calculate the percentage of a column value to the column total. • Sum and count numeric values.
W -14 Prefix Operators
W -14 Prefix Operators (continued)
Developer Studio W - 15 The Total Compensation Estimate Report
-25 W Review: Providing Totals in Reports To add all numeric verb objects for a row total, use: To total selected fields only, use: To generate a grand total at the end of a report, use:
Developer Studio W - 26 The Compensation and Bonus Estimates Report
W - 37 Review: Section Totals
W - 38 Customized Formatting
W - 39 Customized Formatting
Developer Studio W - 40 The Sales Metrics for All Products
- 46 W Using Recap
W - 64 Review: Handling Messages
Workshop: Review • Use WebFOCUS to produce report totals • Row and Column Totals • Count the number of column values with the prefix operator CNT. • Use Compute to combine selected columns • Produce section totals at break points • Subtotal and Recompute • Review report message options • Calculate new summary values with RECAP • Apply conditions to operations with WHEN