Вы находитесь на странице: 1из 33

Client Logo Here

Cognos Sales Reports


Phase 2

Report Design Specifications


Sales Report Design Specifications

Table of Contents

FUNCTIONAL OVERVIEW................................................................................................................. 4
REPORTING STANDARDS ................................................................................................................. 5
HIERARCHY .......................................................................................................................................... 5
DATE RANGE ........................................................................................................................................ 5
STANDARD REPORT FORMATTING REQUIREMENTS ................................................................................. 6
SECURITY ............................................................................................................................................. 7
WORLDWIDE CASE CREDIT REPORTS.......................................................................................... 9
OVERVIEW ............................................................................................................................................ 9
REPORT LAYOUT ................................................................................................................................... 9
PROMPTS .............................................................................................................................................. 9
World Wide Case Credit World Report .............................................................................................. 9
World Wide Case Credit Region Report........................................................................................... 12
World Wide Case Credit Region Operating Company Report ........................................................... 13
World Wide Case Credit Operating Company Home Company Report ............................................. 14
World Wide Case Credit Home Company Division Report ............................................................... 15
World Wide Case Credit Division Sales Area Report ....................................................................... 16
World Wide Case Credit By Distributor ID Report .......................................................................... 17
REPORT TYPE AND SOURCES................................................................................................................ 17
REPORT DATA ..................................................................................................................................... 17
Source Data Providers: ................................................................................................................... 17
Data Elements – Prompts For World Wide Case Credits World Report ............................................ 18
Data Elements – World Wide Case Credits World Report ................................................................ 19
Data Elements – World Wide Case Credits Region Report ............................................................... 19
Data Elements – World Wide Case Credits Region Operating Company Report ............................... 20
Data Elements – World Wide Case Credits Operating Company Home Company Report ................. 20
Data Elements – World Wide Case Credits Home Company Division Report ................................... 21
Data Elements – World Wide Case Credits Division Sales Area Report ............................................ 21
Data Elements – Drill to Distributor information............................................................................. 22
OTHER CONSIDERATIONS .................................................................................................................... 22
GROWTH PERCENT REPORTS....................................................................................................... 23
OVERVIEW .......................................................................................................................................... 23
NAVIGATION ....................................................................................................................................... 23
REPORT LAYOUT ................................................................................................................................. 23
Growth % Region............................................................................................................................ 24
Growth % Operating Company ....................................................................................................... 25
Growth % Home Company .............................................................................................................. 26
Growth % Report Division .............................................................................................................. 27
Growth % Sales Area ...................................................................................................................... 28
REPORT TYPE AND SOURCES................................................................................................................ 29
REPORT DATA ..................................................................................................................................... 29
Source Data Providers .................................................................................................................... 29
Data Elements – Prompts:............................................................................................................... 29
Data Elements – Growth % Region ................................................................................................. 29
Data Elements –Growth % Operating Company .............................................................................. 30
Data Elements – Growth % Home Company.................................................................................... 31
Data Elements – Growth % Division ............................................................................................... 32
Data Elements – Growth % Sales Area ............................................................................................ 33
OTHER CONSIDERATIONS .................................................................................................................... 33

Page 2
Sales Report Design Specifications

Project Name COGNOS SALES REPORTING PHASE 2


Date Created xxxx
Description Reporting Requirements and Analysis

Date Author Description of Revision Revision


No.
10/08/08 Matt Conkol Initial Draft 1.0
10/20/08 Matt Conkol Added Growth % Report; Security and additional information 1.1
10/21/08 Matt Conkol Incorporated QA Review Changes from Sri, finalized formatting 1.2
10/24/08 Matt Conkol Incorporated changes after design review with XXXX 1.3

Page 3
Sales Report Design Specifications

FUNCTIONAL OVERVIEW
xxxx acquired Cognos in early 2008. At that time, a pilot project was conducted to address the
following initial reporting needs:
 Establish Cognos Environment
 Build Framework Manager Models to support Distributor Area and Purchase Area
Reporting.
 Build custom views to support Regional and Operating company security.
 Create Case Credit reporting by month with comparisons to the previous year. The
following levels of reports were built:
- Level One Reporting (Region)
- Level Two Reporting (Operating Company)
- Level Three Reporting (Case Credits by Home Company)
- Level Four Reporting (Case Credits by Division)
- Level Five Reporting (Case Credits by Distributor Area)

As use of these initial reports has taken hold, additional reporting requests were identified,
including:

1. Worldwide Case Credit Report


2. Distributor Ratio Report
3. Growth % Report
4. Detail Level Distributor Report
5. Case Credit by Product report
6. Product Type Reports
7. Purchase Area Report

In December 2008 the following reports went into production


1. Worldwide Case Credits Reports
2. Growth % Reports
3. Top Distributors Reports

The purpose of this document is to outline the requirements for additional sales reports to be
developed against the new SQL database, existing cubes and corresponding Framework
Manager Models and Packages.

The new reports will be developed for the current management user base. It is anticipated that
these reports will gradually be rolled out to additional users.

Page 4
Sales Report Design Specifications

REPORTING STANDARDS
As part of the current initiative, XXXX has decided to standardize all future reports with the
following features. During the development of the Phase Two reports a new level, ‘World’, was
added to the report hierarchy. To ensure a consistent flow of the Phase Two reports all reports
start at the World hierarchy which serves as the entry point for all levels of report users.
Hierarchy
Future reports will allow selection based on the organizational hierarchy of:

 World
+ Region
- Operating Company
 Home Company
Division
Sales Area

An example of this hierarchy is depicted in the table below.

World Africa
Asia
Europe
Latin America
North America
Region + NA
+ Asia
- Europe
Operating + Germany
Company
- FRA
Home Company - FRA
Division + Div 1
- Div 2
Sales Area Area 1
Area 2

The prompting of hierarchy will work in conjunction with security to ensure that users only see drill
downs based on what they are authorized to see.

The selected prompt values will be displayed in the header of each report. Subsequent drill down
reports will carry forward the selected values in a cascading fashion.
Date Range
Reports will allow selection based on a year and a month. Year and month prompt formats will be
standardized on the reports and display as follows:

Starting Year/Mo: 2008 – Jun


Ending Year/Mo: 2008 – Jul

The prompts will allow a drop down showing the year and month, allowing the user to select the
start and ending period of the report. Validation will be included in the date prompts to verify that
the start date precedes the end date.

Page 5
Sales Report Design Specifications

Standard Report Formatting Requirements


All reports will include the XXXX logo in the upper left corner. In addition, the reports will be
formatted with the following font sizes.

Description Font Size Alignment / Other Specifications


Report Titles Tahoma 14 Bold, Underlined
Report Sub Titles Tahoma 12 Bold
Page Headers Tahoma 10 Bold
Page Footers Tahoma 10
Notes Tahoma 8
Report Cell /Columns Tahoma 8
Sub Total Tahoma 8 Decimals(3), Thousands Separator
Grand Total Tahoma 8 Decimals(3), Thousands Separator
Numeric Values Tahoma 8 Right
Tahoma Right ( Prefix ‘$’) Decimals(2),
Currency 8
Thousands Separator
Percentage Tahoma 8 Right (Suffix %, Decimals (2)
Characters Tahoma 8 Left

In addition, the default printer settings will be:

Page Orientation Landscape


Paper Letter

Page 6
Sales Report Design Specifications

SECURITY

Today, network security is controlled via XXXX Custom built LDAP. Within this LDAP, a user is
assigned to a group. To support future releases of the sales reports, groups will need to be
added to the LDAP.

The estimated number of groups needed is shown below.

Regions 5
Operating Companies 57
Home Companies 85
Divisions 199
Sales Areas 442

The data for future reports can be secured via several different options. These options are listed
below.
Option 1: Security Table in SQL Server
With this approach, data level security is applied by reading the LDAP groups into a SQL server
table and then filtering query results based on the user id that is running the report and the
security group they belong to.

When the user logs in, the Cognos login is passed into the SQL server query, which drives the
prompting and limits the data returned. The data that is returned only includes the data that is
appropriate for the security group that user belongs to.

Option 2: Cube Level Security


Cognos cube security is controlled via custom views using the location hierarchy; a user will only
be able to see data based on the group they are assigned to.

During the pilot project custom views were built to support the following groups.

All Regions
Africa
Asia
Europe
Latin America
North America
North America Canada
North America Caribbean
North America USA
North America USA NO
North America USA SO
North America USA CAN USA NO

If this approach is adopted, additional security will need to be built when reports are rolled out to
additional users.

The following is an example of a custom view built in Cognos today.

Page 7
Sales Report Design Specifications

A custom view needs to be created for each group in order to secure the data in a cube.
Currently, XXXX has the following combinations of groups:

Option 3: Framework Manager Model Security


An alternative to these approaches involves establishing security within Framework Manager.
This approach could eliminate the need to maintain and build SQL tables and Cognos views.
This approach is currently under investigation.

Page 8
Sales Report Design Specifications

WORLDWIDE CASE CREDIT REPORTS


Overview
These new reports display worldwide case credit information and personal and non-manager
case credit totals starting at the World Level. Data in all of the reports is secured to limit data to
the location(s) that are appropriate to the user sign-on. This report also allows the ability to drill
down into progressively more granular data by location. All levels of the World Wide Case Credits
reports allow a drill through to a separate report, ‘World Wide Case Credits Drill Down by
Distributor Id Report.

Report Layout
Prompts
The report will allow the user to:
1. Place a check mark in the box next to the desired region or select all regions. Ability to
select Regions will be limited by security.
2. Specify time frame consisting of a Starting Year and Month and an Ending Year and
Month.
3. Specify minimum number of case credits by selecting the radio button next to the
predefined options for number of case credits.
4. Prompts will be replicated at the top of the report page in the World and Region Level
Reports thus allowing the report to be re-run with new parameters.

World Wide Case Credit World Report

Overview
The World Wide Case Credits World Report is at the top of the World Wide Case Credits Reports
hierarchy and serves as the entry point to all of the sub-level reports. The World Wide Case
Credits World Report is structurally different than the reports below it in the hierarchy in that the
Case Credits are not grouped by a location but grouped by Distributor ID. This report will be used

Page 9
Sales Report Design Specifications

primarily only by top executives that have the ability to view case credits in the context of the
world. The report can however be filtered by region if the ‘select all’ option is not chosen.

Prompt Page

Navigation
The prompts on this report collect the parameters that will be passed through to the drill down
reports. To launch the World Wide Case Credits Region Report click on the blue link in the
following the text on the header of the report page. ‘Click to launch the World Wide Case
Credits Region Report for the following Region(s) -> ALL.

To launch the ‘World Wide Case Credits by Distributor Id Report’ Click on the Distributor Id (blue
text in the ID column) and the report for that distributor will launch in a separate window.

Values selected in the prompts and in the report drill downs will be passed to the report header of
the next report in the hierarchy.

Report Page

Page 10
Sales Report Design Specifications

Page 11
Sales Report Design Specifications

World Wide Case Credit Region Report

Overview
The World Wide Case Credits Region Report is at the second level of the hierarchy and reflects
the Case Credit data in descending order grouped by Region

Navigation
To navigate to the next level down in the hierarchy the, World Wide Case Credits Region
Operating Company Level report, the user will click the blue text of the desired Region in the
Region Column of the report.

To launch the ‘World Wide Case Credits by Distributor Id Report’ Click on the Distributor Id (blue
text in the ID column) and the report for that distributor will launch in a separate window.

Report Page

Page 12
Sales Report Design Specifications

World Wide Case Credit Region Operating Company Report

Overview
The World Wide Case Credits Region Operating Company Report is at the third level of the
hierarchy and reflects the Case Credit data in descending order grouped by Region and
Operating Company

Navigation
To navigate to the next level down in the hierarchy the, World Wide Case Credits Operating
Company Home Company Report, the user will click the blue text of the desired Operating
Company in the Operating Company Column of the report.

To launch the ‘World Wide Case Credits by Distributor Id Report’ Click on the Distributor Id (blue
text in the ID column) and the report for that distributor will launch in a separate window.

Report Page

Page 13
Sales Report Design Specifications

World Wide Case Credit Operating Company Home Company Report

Overview
The World Wide Case Credits Operating Company Home Company Report is at the fourth level
of the hierarchy and reflects the Case Credit data in descending order grouped by Operating
Company and Home Company

Navigation
To navigate to the next level down in the hierarchy the, World Wide Case Credits Home
Company Division Report, the user will click the blue text of the desired Home Company in the
Home Company Column of the report.

To launch the ‘World Wide Case Credits by Distributor Id Report’ Click on the Distributor Id (blue
text in the ID column) and the report for that distributor will launch in a separate window.

Report Page

Page 14
Sales Report Design Specifications

World Wide Case Credit Home Company Division Report

Overview
The World Wide Case Credits Home Company Division Report is at the fifth level of the hierarchy
and reflects the Case Credit data in descending order grouped by Home Company and Division

Navigation
To navigate to the next level down in the hierarchy the, World Wide Case Credits Division Sales
Area Report, the user will click the blue text of the desired Division in the Division Column of the
report.

To launch the ‘World Wide Case Credits by Distributor Id Report’ Click on the Distributor Id (blue
text in the ID column) and the report for that distributor will launch in a separate window.

Report Page

Page 15
Sales Report Design Specifications

World Wide Case Credit Division Sales Area Report

Overview
The World Wide Case Credits Home Division Sales Area Report is at the sixth and lowest level of
the hierarchy and reflects the Case Credit data in descending order grouped by Division and
Sales Area

Navigation
Since this is the lowest level of the report the only navigation available to the user is to view the
World Wide Case Credits by Distributor Id Report’.

To launch the ‘World Wide Case Credits by Distributor Id Report’ Click on the Distributor Id (blue
text in the ID column) and the report for that distributor will launch in a separate window.

Report Page

Page 16
Sales Report Design Specifications

World Wide Case Credit By Distributor ID Report

Overview

This report displays worldwide case credits by Distributor detail. Each Distributor is owned by
one Region and Company (Referred to as a Domestic Company). Besides the domestic company
relationship, it is possible for a Distributor to be sponsored in another company. This report is
designed to show case credit details for a Distributor including all companies in which they have
had activity. The diagram below depicts this scenario. The Domestic Company for Bob is USA.
However, it is possible that Bob is sponsored and has case credits in other companies. In the
example below, Bob has case credits in USA, WAL, and KOR.

OWNING HOME COMPANY DISTRIBUTOR

REGION OPERATING COMPANY HOME COMPANY BOB


NA USA USA AUG SALES
NA CAR CAR

EU GB WAL JUN SALES


EU FRA FRA
DEC SALES
AS JAP JAP
AS KOR KOR

Navigation
There is no navigation associated with this report

Report Page

Report Type and Sources


Detail report using SQL server data through a framework model package.
Report Data

Source Data Providers:


Data Provider Name Data Provider Description
SERVICE.COGNOS Incrementally pulled via SQL server from AS/400 I-series system
COGNOSDB.SERVICE Service DB is create via extracts from AS/400

Page 17
Sales Report Design Specifications

Report Data comes from the following files:

File Name Description


BOMP Case Credit Information
DSMP Distributor Master

Data Elements – Prompts For World Wide Case Credits World Report

Name Type Formula Description


Location Select Check Box Prompt Select the Region(s)
Psdate Year and Month Prompt Starting prompt date
Penddate Year and Month Prompt Ending prompt date
Case Credits Radio Button Select a minimum value Select the number and the
Selection from listed options: report will pull amounts
>250 equal to or greater than the
>500 selected number of case
>750 credits.
>1,000
>1,250
>1,500
>2,500
>5,000
>7,500
>10,000

Page 18
Sales Report Design Specifications

Data Elements – World Wide Case Credits World Report

Table or
Data Element Name Table Field Formula/Description
View
Region Hierarchy Dim Selected Region from prompt
Starting Yr and Month Dim.Date Selected starting Year and
Month
Ending Yr and Month Dim.Date Selected ending Year and
Month
Case Credits Static Values Selected minimum case credits
from prompt
Distributor Name CGDSMP. CGFNAM vw_Distributor Distributor First and Last Name
CGDSMP. CGLNAM
Distributor ID CGDSMP. CGDID# vw_Distributor Distributor ID

Case Credits CGBOMP. RTCC vw_Activity Derived from BOMSTP and


BMTCCR
Personal & Non Mgr CGBOMP.PCAS vw_Activity Add PCAS and NCAS.
CGBOMP.NCAS Originally, from MSTP table in
400.

Data Elements – World Wide Case Credits Region Report

Table or
Data Element Name Table Field Formula/Description
View
Region Hierarchy Dim Region parameter from World
level report prompt
Starting Yr and Month Dim.Date Selected starting Year and
Month
Ending Yr and Month Dim.Date Selected ending Year and
Month
Case Credits Static Values Selected minimum case credits
from prompt
Distributor Name CGDSMP. CGFNAM vw_Distributor Distributor First and Last Name
CGDSMP. CGLNAM
Distributor ID CGDSMP. CGDID# vw_Distributor Distributor ID

Region CGRGNP. CGRGNN Dimlocation Region


Case Credits CGBOMP. RTCC vw_Activity Derived from BOMSTP and
BMTCCR
Personal & Non Mgr CGBOMP.PCAS vw_Activity Add PCAS and NCAS.
CGBOMP.NCAS Originally, from MSTP table in
400.

Page 19
Sales Report Design Specifications

Data Elements – World Wide Case Credits Region Operating Company Report

Table or
Data Element Name Table Field Formula/Description
View
Region Hierarchy Dim Region parameter from World
level report prompt
Starting Yr and Month Dim.Date Selected starting Year and
Month
Ending Yr and Month Dim.Date Selected ending Year and
Month
Case Credits Static Values Selected minimum case credits
from prompt
Distributor Name CGDSMP. CGFNAM vw_Distributor Distributor First and Last Name
CGDSMP. CGLNAM
Distributor ID CGDSMP. CGDID# vw_Distributor Distributor ID

Region CGRGNP. CGRGNN Dimlocation Region


Operating Company CGDSMP. OPCP Dimlocation Operating Company
Case Credits CGBOMP. RTCC vw_Activity Derived from BOMSTP and
BMTCCR
Personal & Non Mgr CGBOMP.PCAS vw_Activity Add PCAS and NCAS.
CGBOMP.NCAS Originally, from MSTP table in
400.

Data Elements – World Wide Case Credits Operating Company Home Company Report

Table or
Data Element Name Table Field Formula/Description
View
Region Hierarchy Dim Region parameter from World
level report prompt
Operating Company Selected Operating Company
Starting Yr and Month Dim.Date Selected starting Year and
Month
Ending Yr and Month Dim.Date Selected ending Year and
Month
Case Credits Static Values Selected minimum case credits
from prompt
Distributor Name CGDSMP. CGFNAM vw_Distributor Distributor First and Last Name
CGDSMP. CGLNAM
Distributor ID CGDSMP. CGDID# vw_Distributor Distributor ID

Operating Company CGDSMP. OPCP Dimlocation Operating Company


Home Company Dimloaction Home Company
Case Credits CGBOMP. RTCC vw_Activity Derived from BOMSTP and
BMTCCR
Personal & Non Mgr CGBOMP.PCAS vw_Activity Add PCAS and NCAS.
CGBOMP.NCAS Originally, from MSTP table in
400.

Page 20
Sales Report Design Specifications

Data Elements – World Wide Case Credits Home Company Division Report

Table or
Data Element Name Table Field Formula/Description
View
Region Hierarchy Dim Selected Region from prompt
Operating Company Selected Operating Company
Home Company Selected Home Company
Starting Yr and Month Dim.Date Selected starting Year and
Month
Ending Yr and Month Dim.Date Selected ending Year and
Month
Case Credits Static Values Selected minimum case credits
from prompt
Distributor Name CGDSMP. CGFNAM vw_Distributor Distributor First and Last Name
CGDSMP. CGLNAM
Distributor ID CGDSMP. CGDID# vw_Distributor Distributor ID

Home Company Dimloaction Home Company


Division Dimlocation Division
Case Credits CGBOMP. RTCC vw_Activity Derived from BOMSTP and
BMTCCR
Personal & Non Mgr CGBOMP.PCAS vw_Activity Add PCAS and NCAS.
CGBOMP.NCAS Originally, from MSTP table in
400.

Data Elements – World Wide Case Credits Division Sales Area Report

Table or
Data Element Name Table Field Formula/Description
View
Region Hierarchy Dim Selected Region from prompt
Operating Company Selected Operating Company
Home Company Selected Home Company
Division Selected Division
Starting Yr and Month Dim.Date Selected starting Year and
Month
Ending Yr and Month Dim.Date Selected ending Year and
Month
Case Credits Static Values Selected minimum case credits
from prompt
Distributor Name CGDSMP. CGFNAM vw_Distributor Distributor First and Last Name
CGDSMP. CGLNAM
Distributor ID CGDSMP. CGDID# vw_Distributor Distributor ID

Division Dimlocation Division


Sales Area Dimlocation Sales Area
Case Credits CGBOMP. RTCC vw_Activity Derived from BOMSTP and
BMTCCR
Personal & Non Mgr CGBOMP.PCAS vw_Activity Add PCAS and NCAS.
CGBOMP.NCAS Originally, from MSTP table in
400.

Page 21
Sales Report Design Specifications

Data Elements – Drill to Distributor information

Data Element Name Table Field View Formula/Description


Region Selected Region from prompt
Starting Yr and Month Selected starting Year and Month
Ending Yr and Month Selected ending Year and Month
from Prompt
Case Credits Selected minimum case credits
from prompt
Region CGRGNP. Dimlocation Region
CGRGNN
Operating Company CGDSMP. Dimlocation Operating Company
OPCP, …
Distributor Name CGDSMP. vw_Distributor Distributor First and Last Name
CGFNAM
CGDSMP.
CGLNAM
Distributor ID CGDSMP. vw_Distributor Distributor ID
CGDID#
Home Company CGBOMP. CISO vw_Distributor Home Company
Case Credits CGBOMP. RTCC vw_Activity Derived from BOMSTP and
BMTCCR
Personal & Non Mgr CGBOMP.PCAS vw_Activity Add PCAS and NCAS.
CGBOMP.NCAS Originally from MSTP table in
AS400.

Other Considerations
Scheduling Requirements
Run on demand.
Sorting Requirements
For the main report, the default sort will be by:

Total Case Credits descending, Distributor Name in alphabetical order

For the Distributor drill down, the default sort will be by:

Home Company in alphabetical order

Page 22
Sales Report Design Specifications

GROWTH PERCENT REPORTS


Overview
This new report will display the percentage increase in the number of case credits from the
pervious year to the current year by region for the selected date range. The report will also allow
a user to drill down to any level in the Location Hierarchy (Region, Operating Company, Home
Company, Division, and Sales Area). The initial audience will be the existing executive
management team utilizing the phase one reports. Future plans are to roll out this report down to
all areas in the Location Hierarchy.

Navigation
To navigate to the next level down in the hierarchy the, World Wide Case Credits Division Sales
Area Report, the user will click the blue text of the desired Region in the Region Column of the
report.
Report Layout
Report Prompts
This report follows the prompt standard described previously.

The report will allow the user to:

1. Place a check mark in the box next to the desired location or select all.
2. Specify an optional time frame consisting of start Year and Month and an end Year and
Month.

Page 23
Sales Report Design Specifications

Growth % Region
Overview
This new report will display the percentage increase in the number of case credits from the
pervious year to the current year by region for the selected date range. The report will also allow
a user to drill down to any level in the Location Hierarchy (Region, Operating Company, Home
Company, Division, and Sales Area).

Navigation
To navigate to the next level down in the Growth % hierarchy, the user will click the blue text of
the desired Region in the Region Column of the report.

Report Page

Page 24
Sales Report Design Specifications

Growth % Operating Company

Overview
This new report will display the percentage increase in the number of case credits from the
pervious year to the current year by Region and Operating Company for the selected date range.

Navigation
To navigate to the next level down in the Growth % hierarchy, the user will click the blue text of
the desired Operating Company in the Operating Company Column of the report.

Report Page

Page 25
Sales Report Design Specifications

Growth % Home Company

Overview
This new report will display the percentage increase in the number of case credits from the
pervious year to the current year by Region, Operating Company and Home Company for the
selected date range.

Navigation
To navigate to the next level down in the Growth % hierarchy, the user will click the blue text of
the desired Home Company in the Home Company Column of the report.

Report Page

Page 26
Sales Report Design Specifications

Growth % Report Division

Overview
This new report will display the percentage increase in the number of case credits from the
pervious year to the current year by Region, Operating Company, Home Company and Division
for the selected date range.

Navigation
To navigate to the next level down in the Growth % hierarchy, the user will click the blue text of
the desired Division in the Division Column of the report.

Report Page

Page 27
Sales Report Design Specifications

Growth % Sales Area

Overview
This new report will display the percentage increase in the number of case credits from the
pervious year to the current year by Region, Operating Company, Home Company, Division
Sales Area for the selected date range.

Navigation
There is no navigation associated with this report

Report Page

Page 28
Sales Report Design Specifications

Report Type and Sources


List report using data from the framework model package ‘DistributorAreaCube’ created from the
DistributorAreaCube.
Report Data

Source Data Providers

Data Provider Name Data Provider Description


SERVICE.COGNOS Incrementally pulled via AS/400 I-series system

Report Data comes from the following file:

File Name Description


BOMP Case Credit Information

Data Elements – Prompts:

Name Type Formula Description


Location Select Check Box Prompt Select the Region(s)
Psdate Year and Month Prompt Starting prompt date
Penddate Year and Month Prompt Ending prompt date

Data Elements – Growth % Region

Data Element
Table. Field Cube Data Format Formula/Description
Name
Region Selected Region(s) from
prompt
Starting Year and Selected starting Year
Month and Month from prompt
Ending Year and Selected ending Year
Month and Month from prompt
Region CGRGNP. Text Region
CGRGNN
Current Year BOMP.CGPYR From Prompt YYYY - Mmm Year and Month
Month
Prior Year Month BOMP.CGPML From Prompt YYYY - Mmm Year and Month
Case Credits CGBOMP. ###.### Derived from
CGRTCC ORMSTP,OMCCRD
% Difference % Growth Cognos ##.##% Calculated Field
Function % Growth
Function
Rank Ranking Function Cognos Numeric Highest % Difference will
Ranking be ranked first to show
Function the largest increase over
prior year time frame

Page 29
Sales Report Design Specifications

Data Elements –Growth % Operating Company

Data Element
Table. Field Cube Data Format Formula/Description
Name
Region Selected Region from
prompt
Starting Year and Selected starting Year
Month and Month from prompt
Ending Year and Selected ending Year
Month and Month from prompt
Region CGRGNP. Text Region
CGRGNN
Operating CGOPCP. Text Operating Company
Company CGOPCY

Current Year YYYY - Mmm Selected Year and


Month Month from prompt
Prior Year Month YYYY - Mmm Selected Year and
Month from prompt
Case Credits CGBOMP. ###.### Derived from
CGRTCC ORMSTP,OMCCRD
% Difference % Growth Cognos ##.##% Calculated Field
Function % Growth
Function
Rank Ranking Function Cognos Numeric Highest % Difference will
Ranking be ranked first to show
Function the largest increase over
prior year time frame

Page 30
Sales Report Design Specifications

Data Elements – Growth % Home Company

Data Element Data Formula/Description


Table. Field Table or View
Name Format
Region Selected Region from
prompt

Starting Year and Selected starting Year


Month and Month from prompt
Ending Year and Selected ending Year and
Month Month from prompt
Region Selected Region from
prompt
Operating CGOPCP. CGOPCY Text Operating Company
Company
Home Company CGCMPP. CGCNTY Text Home Company
Current Year BOMP.CGPYR From YYYY - Year and Month
Month Prompt Mmm
Prior Year Month BOMP.CGPML From YYYY - Year and Month
Prompt Mmm
Case Credits CGBOMP. CGRTCC ###.### Derived from
ORMSTP,OMCCRD
% Difference % Growth Function Cognos % ##.##% Calculated Field
Growth Function
Rank Ranking Function Cognos Numeric Highest % Difference will
Ranking be ranked first to show
Function the largest increase over
prior year time frame

Page 31
Sales Report Design Specifications

Data Elements – Growth % Division

Data Element
Table. Field Cube Data Format Formula/Description
Name
Region Selected Region from
prompt
Starting Year and Selected starting Year
Month and Month from prompt
Ending Year and Selected ending Year
Month and Month from prompt
Operating Selected Operating
Company Company from prompt
Home Company Selected Home
Company from prompt
Region Region
Operating Operating Company
Company
Home Company CGCMPP. Text Home Company
CGCNTY
Division CGAIAP. Text Division
CGASEX
Current Year BOMP.CGPYR From Prompt YYYY - Mmm Year and Month
Month
Prior Year Month BOMP.CGPML From Prompt YYYY - Mmm Year and Month
Case Credits CGBOMP. ###.### Derived from
CGRTCC ORMSTP,OMCCRD
% Difference % Growth Cognos ##.##% Calculated Field
Function % Growth
Function
Rank Ranking Function Cognos Numeric Highest % Difference will
Ranking be ranked first to show
Function the largest increase over
prior year time frame

Page 32
Sales Report Design Specifications

Data Elements – Growth % Sales Area

Data Element
Table. Field Cube Data Format Formula/Description
Name
Region Selected Region from
prompt
Starting Year and Selected starting Year
Month and Month from prompt
Ending Year and Selected ending Year
Month and Month from prompt
Operating Selected Operating
Company Company from prompt
Home Company Selected Home
Company from prompt
Division Selected Division from
Prompt
Region Region
Operating Operating Company
Company
Home Company Home Company
Division CGAIAP. Text Division
CGASEX
Sales Area CGMGRP. Text Sales Area
CGAREA
Current Year BOMP.CGPYR From Prompt YYYY - Mmm Year and Month
Month
Prior Year Month BOMP.CGPML From Prompt YYYY - Mmm Year and Month
Case Credits CGBOMP. ###.### Derived from
CGRTCC ORMSTP,OMCCRD
% Difference % Growth Cognos ##.##% Calculated Field
Function % Growth
Function
Rank Ranking Function Cognos Numeric Highest % Difference will
Ranking be ranked first to show
Function the largest increase over
prior year time frame

Other Considerations
Scheduling Requirements
Run on Demand.

Sorting Requirements
For the main report and all drill down reports, the sort will be in ascending order by the rank from
highest percentage growth to lowest percentage growth.

Page 33

Вам также может понравиться