30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Table of Contents
classcontents

...

概要

Styleclass
ClasstopLink

top

Views within Yellowfin provide the link between users, their reports, and the database. The purpose of the view is to simplify the knowledge required by end users of the source database. This section describes some of the basic view management options available to you.

  1. To create a new view:
    1. click the add view link from within the source record, OR
      Image Removed
    2. click on the Create menu in the main navigation bar and select View
      Image Removed
      The view initiate page will prompt a select of the type of view you wish to create and the data source connection to use. The choices you have are:

      Builder

      Description

      Drag and Drop

      Use the Yellowfin builder to create a view on your database.

      Freehand SQL

      Use an SQL statement to create your view

      Composite View

      Use to create a view which connect to multiple separate data sources and views.

      OLAP

      Select an existing OLAP cube - you will not be able to add additional attributes to a cube.

      Stored Procedure

      The ability to create a view from existing stored procedures on you database.

      Image Removed
  2. Select a category for the view. This is used to limit the field item categories to an appropriate set. For example only Sales Related field categories will be displayed for a sales view.
  3. To create a new category click the create category link. This will open a popup window in which you can add a new category.

...

ページトップ

Yellowfinのビューは、ユーザー、ユーザーのレポート、およびデータベースの間を結び付けます。ビューの目的はエンドユーザーが専門的な知識を必要とせずにソースデータベースを使えるようにすることです。このセクションでは、基本的なビュー管理オプションのいくつかを解説します。

  1. 新規ビューを作成するには、以下のステップを実行します:
    1. 「データベースビュー」画面で「ビュー追加」をクリックします。または
      Image Added
    2. メインナビゲーションバーの「作成」メニューをクリックして、「ビュー」を選択します。
      Image Added
      「ビューの初期化」ページでは、ビューの作成方法や接続するデータソースの選択を行います。選択肢の意味は以下の通りです:

      作成方法

      説明

      ドラッグ&ドロップエディター

      作成に、Yellowfinのビュービルダーを使用します。

      フリーハンドSQL

      作成に、SQLエディターを使用します。

      コンポジットビュー

      複数のデータベースに接続するビューを作成する場合に使用します。

      OLAP

      既存のOLAPキューブを選択します。新たな属性を加えることはできません。

      ストアドプロシージャ

      データベースに実行されている既存のプロシジャーからビューを作ることができます。

      Image Added
  2. ビューのカテゴリーを選択してください。このカテゴリーは、フィールドのカテゴリーを限定するのに用いられます。たとえば、販売ビューには、販売関連カテゴリーのフィールドだけが表示されるようにします。
  3. 新しいカテゴリーを作成するには、「カテゴリーの編集」をクリックします。新しいカテゴリーを追加するためのウインドウが開きます。

ドラッグ&ドロップで作成

Styleclass
ClasstopLink

top

This option allows you to use Yellowfin to simply join multiple tables from a single selected database through a web interface.

See Drag & Drop View Builder for more information.

...

ページトップ

Yellowfinのウェブインターフェースにより、データベース内の複数のテーブルを簡単に結合することができます。

詳細については、 ドラッグ&ドロップビュービルダー を参照してください。

フリーハンドSQLビュー

Styleclass
ClasstopLink

top

ページトップ

「フリーハンドSQL」を選択すると、直接Yellowfinのリポジトリにビューを書き込むことができます。ソースシステム上の使用可能なテーブルは、左側の「データベーステーブル」に一覧表示されます。The freehand SQL option allows you write your own view directly into the Yellowfin repository. The tables available from the source system are displayed in the table list on the left hand side.

Note: When writing an SQL view it is very important that you do not include an order by - since results are sorted by the Java application not the database. The order by will cause your view to fail.

...

注意: SQLエディターを使用する際、結果はJavaアプリケーションでソートされますので、SQL文にはOrder by句などのソート命令を含めないようにしてください。ビューがうまく動作しない原因になります。

コンポジットビュー

Styleclass
ClasstopLink

top

A composite view allows you to create a view which joins multiple data sources together. This allows users to create a report which includes data from these multiple databases.

The view builder for a composite view differs in that rather than displaying tables from a selected database it allows you to join existing Yellowfin views together and create virtual tables from any defined database.

  1. To create a composite view select the composite view option from the author drop down.
  2. You will also need to select a database in which you wish to store the view results. This is needed since composite views can be highly complex and result in slow query performance by your users. As a result Yellowfin schedules a query to generate the view and all its data on a regular basis to be stored in a specific warehouse database.
    Image Removed

See View from Multiple Sources for information on creating composite views.

...

ページトップ

「コンポジットビュー」を選択すると、複数のデータソースを使うビューを作成することができます。これにより、ユーザーは複数のデータベースからのデータをレポートの作成に使用することができます。

コンポジットビューは、データベースから表示されるテーブルを選択するのではなく、いろいろなデータベースに対して作成された既存のYellowfinビューを結合して作成します。

  1. コンポジットビューを作成するには、ドロップダウンメニューから「コンポジットビュー」を選択します。
  2. 作成にあたっては、合成されたビューの保存先データベースも選択しなければなりません。これはコンポジットビューが非常に複雑になり、ユーザーからのクエリーに対する応答速度が遅くなるのを避けるためです。結果として、Yellowfinはクエリーをビューとそのすべてのデータをここで指定されたデータベースに保管するようスケジュールします。
    Image Added

コンポジットビューの作成については、 複数ソースからのビュー を参照してください。

OLAPキューブ

Styleclass
ClasstopLink

top

An OLAP cube is a pre-aggregated structure on your database. Like a data mart it already contains a set of dimensions and measures which have been pre-aggregated to support rapid reporting.

  1. To create an OLAP cube view select OLAP cube from the author drop down menu.
  2. Choose the source connection - Yellowfin will only provide OLAP source connections for you to choose from.
    If no source exists you will have to create a specific OLAP source connection record.
  3. Choose the cube from a list of available cubes.

Image Removed

Note: When creating an OLAP cube as a view you will have limited options for updating field information. This is because most of the metadata is already contained in the cube itself.

ページトップ

OLAPキューブは、データベース内にあらかじめ用意された多次元データモデルです。データマートがいい例ですが、迅速なレポートの実行のために最初から整理され「要約データ」として構築されユーザーに提供されます。

  1. OLAPキューブビューを作成するには、まずドロップダウンメニューから「OLAPキューブ」を選択します。
  2. 次にソース接続を選んでください。Yellowfinは、選択可能なOLAPソース接続のみを表示します。
    ソース接続が表示されない場合には、まずOLAPをサポートしているデータベースへのソース接続を作成してください。
  3. 表示されるキューブの一覧から使用するキューブを選びます。

Image Added

注意: OLAPキューブを使ってビューを作成する場合、フィールド情報の更新オプションが制限されます。これは、はじめからキューブ自身に必要なメタデータが含まれているからです。

ストアドプロシージャ

...

Styleclass
ClasstopLink

top

With Yellowfin you can connect to stored procedures running on your application database.

ページトップ

Yellowfinを使って、アプリケーションデータベース上で実行されるストアドプロシージャに接続することができます。

  1. ストアドプロシージャに接続するには、ドロップダウンメニューから「ストアドプロシージャ」を選択します。
  2. 接続したいデータベース、それに続いてそのデータベースで実行されるストアドプロシージャを選択してください。
    Image Added
  3. 「→」ボタンをクリックして、パラメーターページに進みます。Yellowfinは、あなたのストアドプロシージャの中に存在するパラメーターを自動的に見つけ出して一覧表示します。
  4. 各パラメーターの値を入力する必要があります。この値はビュービルダーのこのステージで目的のカラムを返すためだけに使われます(入力フィールドは、このビューから作成されるレポートに対する自動フィルターとして働きます)。
  5. パラメーターセクションへの入力が終わったら、フィールドの一覧を返すために「承認」をクリックしてください。
    Image Added
  6. 普通のビュー同様に、メタデータを定義してください。入力パラメーターがフィルターとして機能する点に注意が必要です。
    Image Added
  7. フィルターは、ストアドプロシージャから作成されるレポートに自動的に加えられます。それらはレポートデータページには表示されず、レポートフィルターページに表示されます。
  8. To connect to a stored procedure select the stored procedure options from the create view drop down list.
  9. Select the Database and then the stored procedure you wish to connect to.
    Image Removed
  10. Click the next arrow to continue to the stores procedure parameters page. Yellowfin will automatically detect parameters which exist in your stored procedure and display this list on the page.
  11. You must fill in a value for each parameter. The value is only used to return column at this stage of the view builder. (The non-return fields will become automatic filters on the reports created from this stored procedure).
  12. When you have completed the parameter section click accept to return the list of fields in the result set.
    Image Removed
  13. Complete the metadata as you would for a standard view. Note that the non-return parameters exist as filter fields.
    Image Removed
  14. Filters will be added into each report created from the stored procedure automatically. They will not be visible on the report data page but will be displayed on the report filter page.



horizontalrule
Styleclass
ClasstopLink

topページトップ