Wiki Markup |
---|
{anchor:top} {toc: class=contents} h2. Overview概要 {styleclass: Class=topLink}[topページトップ|#top]{styleclass} Theビューは、Yellowfinで使用されるメタデータ層で、これによりレポート作成者に対してデータベース構造の複雑性が隠蔽されます。ビューは、レポートの作成で使用可能にするデータベース内のカラム(列)の定義に使用します。これらのフィールドは複数のテーブルから取得することができ、その場合は結合(テーブル内のロウ(行)をリンクするビジネスロジック)を定義する必要があります。 View isビューの作成には、次の主要な2つのステップが含まれます。 a# metadata layer used by Yellowfin to hide the complexity of database structures from Report Writers. The View is used to define which columns in your database you wish to make available for Report Building. These fields may come from multiple tables and therefore will require joins to be defined (the business logic that links rows in a table together). The two major steps in creating a view include: # *Relationship Entity Diagram* - selecting the tables you need from your database and defining how data in these tables are joined # *View Field Selection* - defining which fields you wish to make available from these tables and providing metadata for them. bq. See [View Builder] for more information. h2. Creating a View {styleclass: Class=topLink}[top|#top]{styleclass} {section} {column:width=30%} *1.* Under the Database Views table click the *Add* button. !add.png! *2.* Select the following options: Author Type: *Drag and Drop Editor* Data Source: *Ski Team* Category List: *General Views* *3.* Click the Next button to continue. {column} {column:width=70%} !9.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *4.* The view builder page will now open. You will see a list of tables in the Database Tables panel on the left hand side and the View Options on the right hand side of the canvas. {column} {column:width=70%} !10.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *5.* Update the view Name on the View Options panel as shown on the right. Call this view *Tutorial View*. *6.* Enter the Business Description: *This will be used to learn about Yellowfin.* {column} {column:width=70%} !11.png|thumbnail,border=1! {column} {section} h2. Creating Your Entity Relationship {styleclass: Class=topLink}[top|#top]{styleclass} The Entity Relationship is one of the key components of the view builder. This allows you to define all the key relationships between your selected database tables. {section} {column:width=30%} *1.* From the table list on the left of the screen, drag the following tables onto your canvas: *AthleteFact*, *Person*, *Camp*, and *DateLookup* You should now have four tables on your canvas as displayed on the right. {column} {column:width=70%} !12.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *2.* On the Person Fact table click the !rpt_jointable.gif! join link. This will open the join pop-up. Create a join between the AthleteFact Table and the Person Table. Join From: *AthleteFact* Join Type: *Inner Join* Join To: *Person* Join logic: *PersonID Equal to PersonID* *3.* Click the *Add* button to add to the join list. You should now see the join logic as depicted on the right. !add.png! {column} {column:width=70%} !13.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *4.* Click the *Save & Close* button to save your join. The join will now be displayed as a line between your program and program instance tables. !saveClose.png! {column} {column:width=70%} !14.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *5.* Now create an *Inner Join* from *AthleteFact* to *DateLookup* where *InvoicedDate = DayDate* *6.* Create another *Inner Join* from *AthleteFact* to *Camp* where *CampID = CampID* *7.* You can move your tables around the canvas to make the diagram easier to read if needed. {column} {column:width=70%} !15.png|thumbnail,border=1! {column} {section} bq. See [Drag & Drop View Builder] for more information. h2. Selecting Columns {styleclass: Class=topLink}[top|#top]{styleclass} Select columns that you wish to make available to your end users for reporting. Only columns selected from each table in your Unattached list will be available for reporting. {section} {column:width=30%} *1.* Click on the !expand.gif! icon next to a table to expand it (see AthleteFact pictured right) *2.* Click the {color:#357CB6}Properties{color} link on the AthleteFact table. The table properties will now be displayed in the View Options panel. {column} {column:width=70%} !16.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *3.* Click the Columns section link to open the options. A set of columns from the AthleteFact table will be displayed. Select the *AgeAtCamp*, *AgeGroupAtCamp*, *Cost*, *Demographic*, *InvoiceEstimate*, *InvoiceDate*, and *PersonID* Columns. *4.* Once you have selected these, click on the Properties link again to update your diagram. {column} {column:width=70%} !17.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *5.* The columns you selected should now appear in *bold* on your table (as pictured). {column} {column:width=70%} !18.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *6.* Replicate the last step for each table. DateLookup: *WeekDate*, *MonthDate*, and *YearDate* Camp: *CampDemographic*, *CampDescription*, *CampRegion*, and *ISOCODE* Person: *DateOfBirth*, *Gender*, *Region*, and *ISOCODE* {column} {column:width=70%} !19.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *7.* Click the Next image to continue to the *View Fields* page. {column} {column:width=70%} !20.png|thumbnail,border=1! {column} {section} bq. See [Table Properties] for more information. h2. Apply Field Meta Data {styleclass: Class=topLink}[top|#top]{styleclass} Meta data is used to define how a field is to be used and also provides information to your end users. Initially, fields selected from the previous step will all be in the *Unattached* panel in folders that represent the tables that they originated from. These fields have not had meta data associated with them and *cannot* be used by your report writers. You must assing fields to categories (folders) in the *Available Fields* panel. The reason you do this is to organise you fields in a way that is logical for the Report Writer, giving you the chance to group them differently than the table structure in the database. {section} {column:width=30%} *1.* First of all, make sure you have the categories you want to use to divide your fields. Click on the !icon_varfolder_open.gif! {color:#357CB6}Edit Categories{color} link in the Available Fields section. *2.* Add the *Athlete*, *Camp*, *Payment*, and *Time* categories and click the *Save & Close* button. !saveClose.png! {column} {column:width=70%} !21.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *3.* Click the !expand.gif! option next to the folder names to see the columns you have selected from each table. *4.* From the AthleteFact table either select and drag the fields individually or use shift to click on each of the *AgeAtCamp*, *AgeGroupAtCamp*, *Demographic*, and *PersonID* fields and drag these into the *Athlete* folder. On completion you will note that the column names are now in bold indicating that they have been added to the view. {column} {column:width=70%} !22.png! !23.png! {column} {section} {section} {column:width=30%} *5.* Now follow the same steps as above and put all the fields in their correct categories. *Cost* and *InvoiceEstimate* fields > *Payment* category. *InvoiceDate* field > *Time* category. *Camp* fields > *Camp* category. *DateLookup* fields > *Time* category. *Person* fields > *Athlete* category. {column} {column:width=70%} !24.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *6.* To update the field name to provide a more user friendly name - double click the *ISOCODE* field. Change the business name of the field to *Athlete Country* and add in text into the description section. {column} {column:width=70%} !25.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *7.* This field will use an Org Ref Code to convert ISO Country Codes to their respective names. To set this up, click on the Format tab. *8.* Set the Format option to *Org Ref Code*. In this case you will use an existing type that we have set up for a sample. bq. See [Organisation Reference Codes] for more information. *9.* Select *Country* from the drop down menu. *10.* Click on *Save* button to commit your changes. !save.png! *11.* The ISOCODE column will now be updated in the Athlete folder. This method is used to provide business terms for all your attributes.*結合ダイアグラム* \- 必要なテーブルをデータベースから選択して、これらのテーブル内のデータをどのように結合するかを定義します。 # *ビューフィールドの選択* \- これらのテーブルから、使用可能にするフィールドを定義して、それらのフィールドのメタデータを指定します。 bq. 詳細については、[ビュービルダー|View Builder]を参照してください。 h2. ビューの作成 {styleclass: Class=topLink}[ページトップ|#top]{styleclass} {section} {column:width=30%} *1.* データベースビューテーブルの下で、「*追加*」ボタンをクリックします。 !add.png! *2.* 以下のオプションを選択します。 作成タイプ: *ドラッグ&ドロップエディター* データソース: *Ski Team* カテゴリー一覧: *全般ビュー* *3.* 「次へ」ボタンをクリックして続行します。 {column} {column:width=70%} !9.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *4.* 新しいビルダーページが開きます。キャンバスの左側には「データベーステーブル」パネルにテーブルの一覧が表示され、右側には「ビューオプション」が表示されます。 {column} {column:width=70%} !10.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *5.* 右に示すように、「ビューオプション」パネルの「名前」でビュー名を更新します。このビューを、*チュートリアルビュー{*}と呼ぶことにします。 *6.* 「説明」に、*「This will be used to learn about Yellowfin.」と入力します。* {column} {column:width=70%} !11.png|thumbnail,border=1! {column} {section} h2. テーブル間結合設定の作成 {styleclass: Class=topLink}[トップページ|#top]{styleclass} 「テーブル間結合設定」は、ビュービルダーの主要なコンポーネントの1つです。これにより、選択したデータベーステーブル間のすべての主要な関係を定義できます。 {section} {column:width=30%} *1.* 画面左側のテーブル一覧から、以下のテーブルをキャンバスにドラッグします。 *「*{*}AthleteFact{*}*」、「*{*}Person{*}*」、「*{*}Camp{*}*」、および「*{*}DateLookup{*}*」* 右に示すように、4つのテーブルがキャンバス上に表示されます。 {column} {column:width=70%} !26.png|thumbnail,border=1! {column} {section} bq. See [View Fields] for more information. h2. Column Format {styleclass: Class=topLink}[top|#top]{styleclass} The format options will provide the default for how the field will be used on the report. A user will still be able to change a format for a specific report.12.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *2.* 「Person」テーブルで、 \!rpt_jointable.gif\!結合定義をクリックします。「結合」ウインドウが開きます。「AthleteFact」テーブルと「Person」テーブル間の結合定義を作成します。 結合元:*AthleteFact* 結合タイプ:*内部結合* 結合先:*Person* 結合ロジック:*PersonID 等しい(=)*{*}PersonID* *3.* 「*追加*」ボタンをクリックして結合一覧に追加します。これで、右に示すように結合ロジックが表示されます。 !add.png! {column} {column:width=70%} !13.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *4.* 「*保存して閉じる*」ボタンをクリックして、結合定義を保存します。結合が、プログラムとプログラムインスタンステーブル間の直線として表示されています。 !saveClose.png! {column} {column:width=70%} !14.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *15.* Double click on the *Cost* field to open it in the edit window. *2.* Click on the *Format* Tab *3.* Add a prefix of *$* *4.* Select *SUM* from default aggregation. *5.* Click on *Save* button to commit your changes. !save.png! 次に、「*AthleteFact*」から「*DateLookup*」への{*}内部結合{*}を作成します。ここで、ロジックは「*InvoicedDate = DayDate*」とします。 *6.* 「*AthleteFact*」から「*Camp*」への別の{*}内部結合{*}を作成します。ここで、ロジックは「*CampID = CampID*」とします。 *7.* 必要に応じてキャンバス内でテーブルを移動して、ダイアグラムを見やすくします。 {column} {column:width=70%} !3115.png|thumbnail,border=1! {column} {section} bq. See [Field Format] for more information. h2. Add Calculated Field {styleclass: Class=topLink}[top|#top]{styleclass} In addition to fields from your database you can create calculated fields and pre-defined filters. In this example we will create a filter.bq. 詳細については、[ドラッグ&ドロップビュービルダー|Drag & Drop View Builder]を参照してください。 h2. カラム(列)の選択 {styleclass: Class=topLink}[ページトップ|#top]{styleclass} エンドユーザーがレポートに使用できるカラム(列)を選択します。レポートに使用できるのは、未結合リスト内の各テーブルで選択されたカラムのみです。 {section} {column:width=30%} *1.* テーブル名の横にある !expand.gif! アイコンをクリックして、テーブルを展開します(右に「AthleteFact」を展開した場合を示します)。 *2.* 「AthleteFact」テーブルの「{color:#357cb6}プロパティ{color}」をクリックします。「ビューオプション」パネルに、テーブルのプロパティが表示されます。 {column} {column:width=70%} !16.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *13.* In「カラム(列)」をクリックしてオプションを開きます。「AthleteFact」テーブルの一連のカラムが表示されます。 the *Unattached* panel open the Calculated Fields folder and then the Formula Builder folder. *2.* Drag the filter field into the Athlete folder. 「*AgeAtCamp*」、「*AgeGroupAtCamp*」、「*Cost*」、「*Demographic*」、「*InvoiceEstimate*」、「*InvoiceDate*」、および「*PersonID*」の各カラムを選択します。 *4.* これらのカラムを選択したら、もう一度「プロパティ」をクリックしてダイアグラムを更新します。 {column} {column:width=70%} !17.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *5.* 選択されているカラムは、右に示すようにテーブル内で{*}太字{*}で表示されます。 {column} {column:width=70%} !2718.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *3.* You will now see the formula format options. Click on the formula tab. *4} *6.* Name各テーブルについて、最後のステップを繰り返します。 the field *High Age Range* *5.* Click on the Formula tab to create/edit the formula. DateLookup:「*WeekDate*」、「*MonthDate*」、および「*YearDate*」 Camp:「*CampDemographic*」、「*CampDescription*」、「*CampRegion*」、および「*ISOCODE*」 Person:「*DateOfBirth*」、「*Gender*」、「*Region*」、および「*ISOCODE*」 {column} {column:width=70%} !2819.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *67.* From the Select Field drop down choose *AgeAtCamp* and click !calc_adobj.gif! *7.* Now select *Greater Than or Equal to* from the Operator drop down and click !calc_adobj.gif! *8.* Type in *65* into the text field above the operator drop down and click !calc_adobj.gif! *9.* Click the {color:#357CB6}Click here to test this formula{color} link. You should see a formula successful message displayed above the builder if successful. *10.* Click *Activate* to save the field and make it available for use in reports. !activate.png! 「>」(次へ)ボタンをクリックして、「*ビューフィールド*」ページに進みます。 {column} {column:width=70%} !20.png|thumbnail,border=1! {column} {section} bq. 詳細については、[テーブルプロパティ|Table Properties]を参照してください。 h2. フィールドメタデータの適用 {styleclass: Class=topLink}[トップページ|#top]{styleclass} メタデータはフィールドの使用方法の定義に使用します。また、エンドユーザーに情報を提供します。 初期状態では、前のステップで選択されたフィールドが、「*未結合*」パネル内のそのフィールドの所属元であるテーブルを表したフォルダー内に含まれています。これらのフィールドにはメタデータが関連付けられておらず、このままではレポート作成者はこれらのフィールドを{*}使用できません*。「*使用可能フィールド*」パネルでフィールドをカテゴリー(フォルダー)に割り当てる必要があります。この操作は、レポート作成者にとって論理的になるようにフィールドを分類するために行います。この操作により、データベース内のテーブル構造とは異なるようにフィールドをグループ化する機会が与えられます。 {section} {column:width=30%} *1.* 初めに、フィールドを分類するために使用するカテゴリーが作成済みであることを確認します。「使用可能フィールド」セクションで、「 !icon_varfolder_open.gif! {color:#357cb6}カテゴリーの編集{color} 」をクリックします。 *2.* 「*アスリート*」、「*キャンプ*」、「*支払*」、および「*時間*」の各カテゴリーを追加して、「*保存して閉じる*」ボタンをクリックします。 !saveClose.png! {column} {column:width=70%} !21.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *3.* フォルダー名の横にある \!expand.gif\!オプションをクリックして、各テーブルで選択したカラムを表示します。 *4.* 「AthleteFact」 テーブルで、「*AgeAtCamp*」、「*AgeGroupAtCamp*」、「*Demographic*」、および「*PersonID*」の各フィールドを個別に選択するか、Shiftキーを使用して各フィールドをクリックして、「*Athlete*」フォルダーにドラッグします。 ドラッグが完了すると、カラム名が太字で表示され、これらのカラムがビューに追加されていることを示します。 {column} {column:width=70%} !22.png! !2923.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *115.* You will now see the *High Age Range* calculated field in the Athlete category and it will have a !rpt_filter.png! filter icon instead of the usual dimension or metric icons. 次に、同じステップを繰り返して、次のようにすべてのフィールドを適切なカテゴリーに分類します。 「*Cost*」および「*InvoiceEstimate*」フィールド > 「*支払*」カテゴリー。 「*InvoiceDate*」フィールド > 「*時間*」カテゴリー。 「*Camp*」フィールド > 「*キャンプ*」カテゴリー。 「*DateLookup*」フィールド > 「*時間*」カテゴリー。 「*Person*」フィールド > 「*アスリート*」カテゴリー。 {column} {column:width=70%} !24.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *6.* フィールド名を更新してより分かりやすい名前にするために、「*ISOCODE*」フィールドをダブルクリックします。このフィールドの表示名を「*Athlete Country*」 に変更して、説明セクションにテキストを加えます。 {column} {column:width=70%} !3025.png|thumbnail,border=1! {column} {section} bq. See [View Calculated Fields] for more information. h2. Creating a Drill Down Hierarchy {styleclass: Class=topLink}[top|#top]{styleclass} A hierarchy is used to provide users with On Line Analytical Processing (OLAP) functionality. The hierarchy allows report users to drill down a dimensional hierarchy by limiting the result set as they select one level to the next. For example drill from Year (2008) to Quarter (3rd) to Month (August) etc. {section} {column:width=30%} *1.* By default date fields are defined as Metrics - these will need to be changed to dimensions for Hierarchical drill to be defined. *2.* For each of the fields in the Time category, double click them and change the field type to Dimension.{section} {column:width=30%} *7.* このフィールドは、参照コードを使用してISOの国コードをそれぞれの国名に変換します。このように設定するには、「書式」タブをクリックします。 *8.* 「書式」オプションを「*参照コード*」に設定します。この場合、サンプルに設定済みの既存のタイプを使用します。 bq. 詳細については、[参照コード|Organisation Reference Codes]を参照してください。 *9.* ドロップダウンメニューから「*国*」を選択します。 *10.* 「*保存*」ボタンをクリックして、変更をコミットします。 !save.png! *11.* これで、「アスリート」フォルダー内の「ISOCODE」カラムが更新されます。この方法は、すべての属性に対してビジネス用語を割り当てるために使用されます。 {column} {column:width=70%} !26.png|thumbnail,border=1! {column} {section} bq. 詳細については、[ビューフィールド|View Fields]を参照してください。 h2. カラム(列)の書式 {styleclass: Class=topLink}[トップページ|#top]{styleclass} 書式オプションは、フィールドがレポート上でどのように使用されるかのデフォルトを指定します。ユーザーは、特定のレポートについて書式を変更することができます。 {section} {column:width=30%} *1.* 「*Cost*」フィールドをダブルクリックして、編集ウインドウで開きます。 *2.* 「*書式*」タブをクリックします。 *3.* 接頭文字「*$*」を追加します。 *4.* デフォルト集約で、「*合計*」を選択します。 *5.* 「*保存*」ボタンをクリックして、変更をコミットします。 !save.png! {column} {column:width=70%} !31.png|thumbnail,border=1! {column} {section} bq. 詳細については、[フィールド書式|Field Format]を参照してください。 h2. 計算フィールドの追加 {styleclass: Class=topLink}[トップページ|#top]{styleclass} データベース内のフィールドに加え、計算フィールドおよび定義済みのフィルターを作成できます。この例では、フィルターを作成します。 {section} {column:width=30%} *1.* 「*未結合*」パネルで「計算フィールド」フォルダーを開いて、次に「式ビルダー」フォルダーを開きます。 *2.* フィルターフィールドを「アスリート」フォルダーにドラッグします。 {column} {column:width=70%} !27.png! {column} {section} {section} {column:width=30%} *3.* これで、式書式オプションが表示されるようになります。「式」タブをクリックします。 *4.* フィールド名を「*高齢層*」とします。 *5.* 「式」タブをクリックして、式を作成または編集します。 {column} {column:width=70%} !3228.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *3.* Double click the Year from the format tab *4.* Select Date Part Formatter and then Year from the format options. 6.* 「フィールドを選択」ドロップダウンメニューから、「*AgeAtCamp*」を選択して、 \!calc_adobj.gif\!をクリックします。 *7.* 次に、「演算子」ドロップダウンメニューから「*以上(**≧)*」を選択して、 \!calc_adobj.gif\!をクリックします。 *8.* 演算子ドロップダウンの上のテキストフィールドに「*65*」と入力して、 \!calc_adobj.gif\!をクリックします。 *9.* 「{color:#357cb6}ここをクリックし、この式をテスト{color}」をクリックします。テストに成功すると、式に問題がないことを知らせるメッセージがビルダーの上に表示されます。 *10.* 「*有効化*」をクリックしてフィールドを保存し、レポートで使用可能にします。 !activate.png! {column} {column:width=70%} !3329.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *511.* Next click on the hierarchy tab. Select Yes for Drill Down and choose the MonthDate field. Click *Save* !save.png! *6.* Repeat this step for the MonthDate, WeekDate, and InvoicedDate fields. *7.* Use the following date formats: DatePartFormatter, Month Name, Week of Year, Date format *8.* When connecting the hierarchy, follow the order: Year > Month > Week > Invoiced Date *9.* You will now notice a connection between the date columns. This indicates that there is a hierarchy.これで、「*高齢層*」計算フィールドが「アスリート」カテゴリー内に表示されるようになり、通常のディメンション(次元)またはメトリック(数値)ではなく、 !rpt_filter.png! フィルターアイコンが 表示されます。 {column} {column:width=70%} !30.png! {column} {section} bq. 詳細については、[ビュー計算フィールド|View Calculated Fields]を参照してください。 h2. ドリルダウン階層の作成 {styleclass: Class=topLink}[トップページ|#top]{styleclass} 階層は、ユーザーにオンライン分析処理(On Line Analytical Processing、OLAP)機能を提供するために使用されます。階層により、レポートユーザーは結果セットをあるレベルから次のレベルに選択して限定することができ、次元階層のドリルダウンが可能になります。たとえば、年(2008)から四半期(第3)、さらに月(8月)などにドリルダウンが可能です。 {section} {column:width=30%} *1.* デフォルトでは、日付フィールドはメトリック(数値)として定義されています。階層ドリルを定義するには、これらのフィールドをディメンション(次元)に変更する必要があります。 *2.* 「時間」カテゴリー内の各フィールドについて、フィールドをダブルクリックしてフィールドタイプを「ディメンション(次元)」に変更します。 {column} {column:width=70%} !32.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *3.* 「書式」タブで「年」をダブルクリックします。 *4.* 「日付フォーマッター」を選択して、次に書式オプションから「年」を選択します。 {column} {column:width=70%} !33.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *5.* 次に、「階層」タブをクリックします。ドリルダウンに「Yes」を選択して、「MonthDate」フィールドを選択します。「*保存*」をクリックします。 !save.png! *6.* このステップを、「MonthDate」、「WeekDate」および「InvoicedDate」の各フィールドについて繰り返します。 *7.* 次の日付書式を使用します。DatePartFormatter、月名、年の週数、日付 *8.* 階層を接続する際は、以下の順序に従います。 年 > 月 > 週 > 請求日 *9.* これで、各日付カラム間の接続が表示されます。これは、階層が存在していることを示しています。 {column} {column:width=70%} !34.png|thumbnail,border=1! !35.png! {column} {section} {column} {section} bq. See 詳細については、[ドリルダウン階層|Drill Down Hierarchies] for more information. を参照してください。 h2. View Summary and Savingビューサマリーと保存 {styleclass: Class=topLink}[topトップページ|#top]{styleclass} {section} {column:width=30%} *1.* From the View Fields page click the「ビューフィールド」ページで、 !step_right_on.png! *Next* image to continue to the Summary page.(*次へ*)をクリックして「サマリー」ページに進みます。 {column} {column:width=70%} !36.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *2.* You can explore the tabs to see example data and the SQL that Yellowfin generates. *3.* Click the *Activate* button to save you view and activate it for use.30%} *2.* 各タブをクリックして、Yellowfinが生成するデータおよびSQLの例を確認できます。 *3.* 「*有効化*」ボタンをクリックすると、ビューが保存され、使用できるように有効化されます。 !activate.png! {column} {column:width=70%} !37.png|thumbnail,border=1! {column} {section} {section} {column:width=30%} *4.* You will now see on the general tab that your Tutorial view is *Active*. It is now ready to report off. 「全般」タブでは、チュートリアルビューが{*}有効化{*}されていることを確認できます。これで、レポートの作成が可能になりました。 *5.* Click 「*Close閉じる*」をクリックしてビューを閉じて、ビューリストに戻ります。 to close the view and return to you view list. !close.png! {column} {column:width=70%} !38.png|thumbnail,border=1! {column} {section} bq. See 詳細については、[ビューサマリー|View Summary] for more information.を参照してください。 \\ \\ {horizontalrule} {styleclass: Class=topLink}[topトップページ|#top]{styleclass} |
Page Comparison
General
Content
Integrations