Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
top
top


{toc:

...

class=contents}

...

概要

{styleclass:

...

Class=topLink}[top|#top]{styleclass}

...


Yellowfinのビューは、データソース内の物理的なビューあるいはテーブルのメタデータです。レポート作成者は、データベースに対してクエリーを発行するビューを選ぶだけで、データベースの実際の構造について理解することなしに、データの分析やビューのフィールドを使ってのレポート作成を行うことができます。

...


ビューは、レポート作成者が技術的なスキルなしにレポートの実行やデータの分析を行えるよう、直観的なインターフェースを提供します。

...


See

...

[View

...

Creation]

...

for

...

more

...

information.

...

ビューの管理


ビューは管理者によって作成されます。どんな人がビュー管理者になるかについて基準はありません。たとえば社内のデータベース管理者やアプリケーションマネージャー、あるいはプロジェクトマネージャーなど、あるいは十分な技術力のあるビジネスユーザーが他のユーザーのためにビューを作成することになるでしょう。
ビュー管理者には、以下のような技術的なスキルと知識が必要です:

スキルと知識

説明

ユーザーのニーズを分析する能力

ビュー管理者には、ユーザーのニーズを分析して解りやすいカテゴリーやフィールドを定義し、ユーザーコミュニティの要件を満たすようなビューを作成できる能力が必要です。

データベースの知識

ビュー管理者は会社のデータベース管理システム(DBMS)に関する実用的知識が必要です。データベースの運用状況やその論理的構造、そしてデータベースに収められているデータに関して熟知していなければなりません。

SQL(Structured Query Language)

SQLの実用的知識が必要です。

What does a view contain?

A view contains the following structures:

Categories

The purpose of categories is to provide logical groupings of fields within a view. The name of a category should intuitive to the business user and provide an indication of the fields that it is likely to contain.
For example a category called 'Private details' is likely to contain a person's name, age and gender.

Fields

A field is a named component that maps to data or a derivation of data in the database. The name of a field should be drawn from the business vocabulary of the targeted user group.
For example, fields used in a view used by a product manager could be Product, Life Cycle, or Release Date. A view used by a financial analyst could contain fields such as Profit Margin, and Return on Investment.
The fields that report writers see in a view infer SQL structures that have been inserted into a database schema.

Field Types

When creating a VIEW, you define and categorise fields. The definition of a field reveals how it can be used in analysis and reports. A field can be defined as a dimension or a metric. Each type of field serves a different purpose:

Image Added

Dimension fields retrieve the data that will provide the basis for analysis in a report. Dimensions typically retrieve character-type data (employee names, company names, etc.), or dates (years, quarters, etc.)

Image Added

Metric fields retrieve numeric data that is the result of calculations on data in the database.
Metrics tend to be dynamic: the values they return depend on the dimensions they are used with. For example, if you include Person and Age in a query, Age per person is calculated.
Basic Metrics do not need to have an aggregate calculation (such as a SUM or AVERAGE) performed on them within a report.

Image Added

Pre-Defined Filters are fields where a set of conditions have been set up when the view was created. This assists users to limit the data returned in a query to only the expected results. For example if the filter is called 'United States' then only data from the united states would be included in the results.

Image Added

Parameters are fields which are used to capture user defined values and pass them into calculated fields or filters. These parameters can assist in conducting what if analysis.

Image Added

View Filter Groups are sets fields to be used as filters, reused multiple times. Filter Groups can contain filter dependency hierarchies, as well as cached values. These only have to be set up once, rather than for each report.

How are views used?

{styleclass: Class=topLink}[top|#top]{styleclass}

...


Views

...

are

...

used

...

by

...

Yellowfin

...

report

...

writers.

...

The

...

view

...

meta-data

...

is

...

stored

...

within

...

the

...

Centralised

...

Yellowfin

...

repository.

...

An

...

end

...

user

...

connects

...

to

...

a

...

view

...

via

...

a

...

web

...

browser

...

when

...

running

...

a

...

report.

...


By

...

using

...

a

...

view,

...

the

...

end

...

user

...

automatically

...

has

...

access

...

to

...

data

...

within

...

your

...

source

...

system.

...

Access

...

to

...

data

...

is

...

restricted

...

by

...

the

...

fields

...

that

...

are

...

available

...

in

...

the

...

view.

...

These

...

fields

...

have

...

been

...

created

...

by

...

the

...

administrator

...

based

...

on

...

the

...

report

...

users

...

needs.

...

Assisting

...

Data

...

Analysis

...

A

...

view

...

can

...

represent

...

the

...

data

...

needs

...

of

...

any

...

specific

...

application,

...

system,

...

or

...

group

...

of

...

users.

...

For

...

example,

...

a

...

view

...

can

...

contain

...

fields

...

that

...

represent

...

the

...

data

...

needs

...

of

...

the

...

Marketing

...

or

...

Accounting

...

departments

...

in

...

a

...

company.

...


A

...

view

...

can

...

also

...

represent

...

the

...

data

...

needs

...

of

...

a

...

section

...

within

...

a

...

department

...

or

...

any

...

set

...

of

...

organized

...

procedures

...

such

...

as

...

a

...

payroll

...

or

...

inventory

...

system.

...

Who

...

uses

...

views?

...

Yellowfin

...

report

...

writers

...

use

...

views

...

for

...

reporting

...

and

...

analysis.

...

The

...

view

...

should

...

provide

...

them

...

with

...

categories

...

and

...

fields

...

relevant

...

to

...

their

...

business

...

domain.

...

How

...

are

...

fields

...

presented

...

for

...

report

...

writers?

...

Fields

...

are

...

displayed

...

as

...

nodes

...

in

...

a

...

folder

...

tree

...

as

...

shown

...

below.
Image Added

View design methodology

{styleclass:

...

Class=topLink}[top|#top]{styleclass}

...


The

...

view

...

design

...

methodology

...

consists

...

of

...

four

...

stages:

...

  1. Analysis

...

  1. of

...

  1. business

...

  1. problem

...

  1. and

...

  1. planning

...

  1. the

...

  1. view

...

  1. solution

...

  1. Building

...

  1. the

...

  1. view

...

  1. Defining

...

  1. fields

...

  1. and

...

  1. Creating

...

  1. Calculated

...

  1. Fields

...

  1. Publishing

...

  1. the

...

  1. view

...

  1. to

...

  1. users

...

Each

...

implementation

...

phase

...

is

...

based

...

on

...

an

...

assumption

...

that

...

you

...

have

...

completed

...

an

...

initial

...

planning

...

phase.

...

  1. Plan

...

  1. the

...

  1. view

...

The

...

analysis

...

of

...

user

...

requirements

...

and

...

design

...

are

...

the

...

most

...

important

...

stages

...

in

...

the

...

process.

...

Users

...

must

...

be

...

heavily

...

involved

...

in

...

the

...

development

...

process

...

if

...

the

...

view

...

is

...

going

...

to

...

fulfil

...

their

...

needs

...

both

...

with

...

the

...

business

...

language

...

used

...

to

...

name

...

fields

...

and

...

the

...

data

...

that

...

can

...

be

...

accessed.

...


Implementation

...

will

...

be

...

very

...

quick

...

and

...

easy

...

if

...

this

...

stage

...

is

...

carried

...

out

...

properly.

...

You

...

should

...

note

...

the

...

following

...

points:

...

    1. You

...

    1. must

...

    1. fully

...

    1. understand

...

    1. the

...

    1. data

...

    1. analysis

...

    1. and

...

    1. reporting

...

    1. needs

...

    1. of

...

    1. the

...

    1. target

...

    1. audience

...

    1. for

...

    1. the

...

    1. view.

...

    1. Do

...

    1. not

...

    1. create

...

    1. fields

...

    1. by

...

    1. looking

...

    1. at

...

    1. the

...

    1. columns

...

    1. available

...

    1. in

...

    1. the

...

    1. database,

...

    1. but

...

    1. identify

...

    1. columns

...

    1. that

...

    1. are

...

    1. required

...

    1. as

...

    1. a

...

    1. result

...

    1. your

...

    1. user

...

    1. needs

...

    1. analysis.

...

    1. Understand

...

    1. the

...

    1. source

...

    1. system

...

    1. data

...

    1. and

...

    1. business

...

    1. rules

...

    1. required

...

    1. for

...

    1. generating

...

    1. the

...

    1. required

...

    1. fields

...

    1. for

...

    1. users.

...

  1. Building

...

  1. the

...

  1. view

...

You

...

create

...

an

...

entity

...

relationship

...

diagram

...

for

...

the

...

underlying

...

database

...

structure

...

of

...

your

...

view.

...

This

...

includes

...

the

...

selecting

...

the

...

appropriate

...

tables

...

and

...

columns

...

of

...

the

...

source

...

database

...

and

...

the

...

joins

...

by

...

which

...

they

...

are

...

linked.

...

  1. Defining

...

  1. Fields

...

Select

...

columns

...

form

...

your

...

source

...

system

...

tables

...

and

...

organise

...

these

...

fields

...

into

...

categories.

...

These

...

are

...

fields

...

that

...

you

...

have

...

identified

...

from

...

an

...

analysis

...

of

...

user

...

reporting

...

needs.

...

You

...

can

...

create

...

additional

...

calculated

...

fields

...

and

...

filters

...

to

...

enhance

...

user

...

reporting

...

capabilities

...

and

...

optimise

...

query

...

performance.

...


Test

...

the

...

integrity

...

of

...

your

...

view

...

structure.

...

You

...

should

...

also

...

perform

...

tests

...

using

...

the

...

report

...

writer

...

on

...

the

...

view.

...

  1. Publish

...

  1. the

...

  1. View

...

You

...

can

...

publish

...

your

...

view

...

to

...

users

...

for

...

testing,

...

and

...

eventually

...

for

...

production

...

use,

...

by

...

expanding

...

the

...

number

...

of

...

users

...

that

...

have

...

access

...

to

...

the

...

view.

...


The

...

table

...

below

...

outlines

...

the

...

major

...

phases

...

in

...

a

...

typical

...

view

...

development

...

cycle:

...

Development

...

phase

...

Description

Prepare

Identify the target data source and become familiar with its structure.
Know what data is contained within each table required for the view and the joins that related the tables to each other.

Analyse

Identify what information the users need. Identify what standard reports they require.
Familiarise yourself with their business terminology so that you can name fields sensibly.
Plan Identify a project strategy. For example, how many views should be created and which ones should have the capacity to be linked and to what level.

Implement

Build the view either on the database or through the Yellowfin view builder.
Test frequently during the build process for validity and reliability of inferred SQL.

Test

Form a small group of users, preferably power users who have some knowledge of what information they expect to get from the view.
Pre-Release the view to these users by adding them the access security list for the view.
Ask the users to perform thorough tests simulating live usage of the view(s).

Deploy

Migrate the view from your Test to Production environments.
Change access security of the view so that it is available to the target user base.

Evolve

Update and maintain the view as the data sources and user requirements change and grow.

Note: View design should always be driven primarily by user requirements and NOT the data source structure.

{horizontalrule}
{styleclass: Class=topLink}[top|#top]{styleclass}

...