35
1 Modified, with permission, from Business Objects S.A. copyrighted materials Advanced Report Building Module 11

Mod 11 advanced_report_building[1]

Embed Size (px)

DESCRIPTION

Advanced report building

Citation preview

Page 1: Mod 11 advanced_report_building[1]

1Modified, with permission, from Business Objects S.A. copyrighted materials

Advanced Report Building

Module 11

Page 2: Mod 11 advanced_report_building[1]

2Modified, with permission, from Business Objects S.A. copyrighted materials

Charts BOA has the following types of charts:

•Area•Column•Line•Pie•XY (Scatter)•3-D Area•3-D Column•3-D Line•3-D Pie

Page 3: Mod 11 advanced_report_building[1]

3Modified, with permission, from Business Objects S.A. copyrighted materials

2-D Column Chart• Column Chart illustrates the number of

positions compared to the number of Social Security numbers between Pacific CPACs.

Page 4: Mod 11 advanced_report_building[1]

4Modified, with permission, from Business Objects S.A. copyrighted materials

3-D Column Chart• Allows you to display data along three axes.

Page 5: Mod 11 advanced_report_building[1]

5Modified, with permission, from Business Objects S.A. copyrighted materials

2-D and 3-D Column Charts• The 2-D and 3-D column charts

displaying the same data.

Page 6: Mod 11 advanced_report_building[1]

6Modified, with permission, from Business Objects S.A. copyrighted materials

2-D and 3-D Line Charts• Line charts show trends in data at

equal intervals.

Page 7: Mod 11 advanced_report_building[1]

7Modified, with permission, from Business Objects S.A. copyrighted materials

2-D and 3-D Area Charts• The stacked area chart below displays

the sum of the SSNs and Positions.

• The 3-D area chart is similar to the previous line chart example.

Page 8: Mod 11 advanced_report_building[1]

8Modified, with permission, from Business Objects S.A. copyrighted materials

2-D and 3-D Pie Charts• A pie chart shows the proportional size of values

that make up a data series for a dimension.• It always shows only one dimension and is useful

when you want to emphasize a significant element.

Page 9: Mod 11 advanced_report_building[1]

9Modified, with permission, from Business Objects S.A. copyrighted materials

Creating Charts• Two ways to create a chart:

–Turn an existing table or cross-tab into a chart

–From scratch, using the Chart Wizard

Page 10: Mod 11 advanced_report_building[1]

10Modified, with permission, from Business Objects S.A. copyrighted materials

Creating a Chart from a Cross-tabSelect the cross-tab. Click the right

mouse button.

Select the Chart Type and hit OK.

Page 11: Mod 11 advanced_report_building[1]

11Modified, with permission, from Business Objects S.A. copyrighted materials

Creating a Chart using the Chart Wizard

Click the Insert Chart button in the Report Toolbar.

Drag out an rectangle representing the size of your chart in the report area.

Select variables Select the chart type

Page 12: Mod 11 advanced_report_building[1]

12Modified, with permission, from Business Objects S.A. copyrighted materials

Adding BreaksYou can add breaks to improve the layout of data in

cross-tabs

Select the Table and Click Format, Breaks.

Click Add >

Click the Object you want to break on.

Edit your selection.

Page 13: Mod 11 advanced_report_building[1]

13Modified, with permission, from Business Objects S.A. copyrighted materials

The break formats the headers across the table columns.

Adding Breaks (cont.)

Page 14: Mod 11 advanced_report_building[1]

14Modified, with permission, from Business Objects S.A. copyrighted materials

Managing Page Breaks

• You can continue headers and footers from page to page

• You can break up large reports that spread over several pages by setting page breaks

Page 15: Mod 11 advanced_report_building[1]

15Modified, with permission, from Business Objects S.A. copyrighted materials

A long table that runs over more than one page.

Managing Page Breaks (cont.)

Page 16: Mod 11 advanced_report_building[1]

16Modified, with permission, from Business Objects S.A. copyrighted materials

Select the table then Format

Then Table.

Managing Page Breaks (cont.)

Page 17: Mod 11 advanced_report_building[1]

17Modified, with permission, from Business Objects S.A. copyrighted materials

Managing Page Breaks (cont.)

Page 18: Mod 11 advanced_report_building[1]

18Modified, with permission, from Business Objects S.A. copyrighted materials

Managing Page Breaks (cont.)

Page 19: Mod 11 advanced_report_building[1]

19Modified, with permission, from Business Objects S.A. copyrighted materials

You can add variables and formulas:

Managing Page Breaks (cont.)

Page 20: Mod 11 advanced_report_building[1]

20Modified, with permission, from Business Objects S.A. copyrighted materials

You can carry over subtotals in the page break header:

Double click here and Type “Carried over”Double click here and type this formula

=RunningSum(<Count of SSNs>) - Sum(<Count of SSNs>)

Managing Page Breaks (cont.)

Page 21: Mod 11 advanced_report_building[1]

21Modified, with permission, from Business Objects S.A. copyrighted materials

You can add a grand totals in the table footer:

Double click here and type “Total:”Double click here and type this formula

=Sum(<Count of SSNs>)

Managing Page Breaks (cont.)

Page 22: Mod 11 advanced_report_building[1]

22Modified, with permission, from Business Objects S.A. copyrighted materials

Additional Row FormattingYou can insert additional rows in reports to stack

data.

Tip! It helps to keep columns the same width until after affected cells have been moved.

Page 23: Mod 11 advanced_report_building[1]

23Modified, with permission, from Business Objects S.A. copyrighted materials

Row Formatting

Select a cell

Page 24: Mod 11 advanced_report_building[1]

24Modified, with permission, from Business Objects S.A. copyrighted materials

Row Formatting (cont.)

Insert a Row

Page 25: Mod 11 advanced_report_building[1]

25Modified, with permission, from Business Objects S.A. copyrighted materials

REPEAT THE INSERT FOR ADITIONAL ROWS

Row Formatting (cont.)

Page 26: Mod 11 advanced_report_building[1]

26Modified, with permission, from Business Objects S.A. copyrighted materials

To add rows in the Header, Select the Header and Insert rows the same way

Row Formatting (cont.)

Page 27: Mod 11 advanced_report_building[1]

27Modified, with permission, from Business Objects S.A. copyrighted materials

Just like moving columns. Select a cell and move it to the new location

• Delete the unused columns and cells

• Then resize the columns as needed

Row Formatting (cont.)

Page 28: Mod 11 advanced_report_building[1]

28Modified, with permission, from Business Objects S.A. copyrighted materials

Conditional ReportingYou can insert conditional statements to hide blocks and

other report components:

Page 29: Mod 11 advanced_report_building[1]

29Modified, with permission, from Business Objects S.A. copyrighted materials

Select the table then click Format.

Conditional Reporting (cont.)

Page 30: Mod 11 advanced_report_building[1]

30Modified, with permission, from Business Objects S.A. copyrighted materials

=Sum(<Count of SSNs>) < 4000

Conditional Reporting (cont.)

Page 31: Mod 11 advanced_report_building[1]

31Modified, with permission, from Business Objects S.A. copyrighted materials

The table disappears!

WHY?

As the condition is TRUE, (the sum of SSNs is less than 4000), the table is hidden.

Conditional Reporting (cont.)

Page 32: Mod 11 advanced_report_building[1]

32Modified, with permission, from Business Objects S.A. copyrighted materials

Report Printing

• Use Page Setup to Check or Adjust:– Page size and orientation (portrait/landscape)– Fit to print– Margins– Page numbering– Order of printing

• Display reports in Print Preview to see how they look prior to printing

Page 33: Mod 11 advanced_report_building[1]

33Modified, with permission, from Business Objects S.A. copyrighted materials

Report Printing - Page Setup

Specify a percentage of normal size.Specify the number of pages.

Specify Landscape or Portrait.

Specify the paper size.

Page 34: Mod 11 advanced_report_building[1]

34Modified, with permission, from Business Objects S.A. copyrighted materials

Report Printing - Margins

Specify the margins…

… and see the effects.

Page 35: Mod 11 advanced_report_building[1]

35Modified, with permission, from Business Objects S.A. copyrighted materials

Report Printing - Page Number and OrderSpecify the

number of the first page……useful if you are printing part of a report.

Specify the order the pages are printed.