Dataspace

Business Objects Training

July 2008 e-newsletter

Did you know that there are functions available only in Desktop Intelligence that can help with report formatting? For example, the PageInSection() function can be used to create section headings and let the user know that the section spans multiple pages.

In this example, we have a report that groups the data by state. The state is the section master cell. In our example, the state of Michigan spans multiple pages, but by default, the section heading is only displayed at the beginning of the section. We are going to use the PageInSection() function and format the section master cell so that it gives us the state name and if there are multiple pages in the section we will append “(Cont’d)” to the section heading and repeat it on every page.

The original report looks like this:

Commision Ranking

The section master cell heading is currently displayed as:

Commision Ranking

We are going to modify the section master cell using the PageInSection() function. In our example, we are going to determine if the section is more than one page and if so, we will display “State: Name of State (Cont’d)” and if the section is only one page we will display only “State: Name of State”.

The PageInSection() function Returns the number of the page in a section of a report. The function requires one parameter and the syntax is PageInSection (section number).

The section number is determined by the number of sections and the order in which they were created. In our example, we have only one section, so the section number is 1.

Modify the section master cell heading with the following:

=If PageInSection(1) >1 Then "State: "+<Store State>+" (Cont'd)" Else "State: "+<Store State>

We also need to format the section master heading cell so that it will be repeated on each page:

Commision Ranking

Once we do that, our report section headings will display as follows:

Page 1:

Commision Ranking

Pages 2+

Commision Ranking

rule

Dataspace, in business since 1994, focuses exclusively on business intelligence consulting and education and offers a full spectrum of Business Objects authorized training and consulting services. For more information call 888 761-6371.

Business Objects Authorized Education Partner

arrow  Contact Us

Making Data Make Sense

Upcoming 2008 Schedule
JULY 22

Web Intelligence XI R1/R2 (QA210R2)

JULY 24
Web Intellgence XI R1/R2 - Advanced (QA320R2)

AUGUST 4
Universe Design XI R1/R2 (DM310R2)

AUGUST 11
Crystal Reports I (RD110R2)

AUGUST 13
Crystal Reports II (RD210R2)

AUGUST 15
Crystal Reports III (RD310R2)

AUGUST 19
Web Intelligence XI R1/R2 (QA210R2)

AUGUST 25
Desktop Intellgence XI R1/R2 (QA230R2)

SEPTEMBER 10
BusinessObjects Enterprise XI R1/R2 (SA310R2)

SEPTEMBER 15
Universe Design XI R1/R2 (DM310R2)

SEPTEMBER 23
Web Intelligence XI R1/R2 (QA210R2)

Save the Date!
Save the date for the new Business Objects user annual event:

Business Objects Community
Alliance Annual Conference

October 20-22, 2008
Dallas, Texas


This event is taking the place of Insight and provides three days of top-notch education, networking and product demonstrations.

 

© 2008 Dataspace. Data warehouse and business intelligence consulting. All rights reserved.