Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{anchor:top}

h2. Overview概要
{styleclass: Class=topLink}[topページトップ|#top]{styleclass}
One of the first things that you may notice when building a report is that your data is at too low a level.  For example you may want to know the total revenue for a year but the report is bringing back every transaction for the years selected.  In this example you need to aggregate the data in your report. You need to sum revenue for the year. 

作成したレポートをみてユーザーが最初に気づくのは「データが細か過ぎる」ということです。たとえば年ごとの収益が知りたいのに、レポートに表示されているのは選択された年の個々の取引データであるというような場合、ユーザーは個々のデータを集計単位ごとに合計しなければなりません。選択された年の収益を合計する必要があります。 


!aggregated.png!

YellowfinYellowfinには、SUM、COUNT、AVERAGE、MINIMUM、MAXIMUMなどの集計機能が用意されており、レポート上のデータを簡単に集計することができます。その操作は対象とするメトリック(数値)を選択し、以下の集計ボタンをクリックするだけです。
includes
standard
aggregation functions (sum, count, average, minimum, maximum and percentage) that enable you to make quick calculations on the data in reports.  The choice of metric applied is determined by the aggregation menu buttons.

|| !advfn.png! |Advanced Functions _(See [ 高度な関数(詳細については、[高度な関数|Advanced Functions]を参照してください) for more information)_|
| |!sum.png! |Sum of合計:値の合計 all\\ values|
returned| |!count.png! |Count of個数:データの総数 the Number of items returned\\ |
| |!countdistinct.png! | Count ofDistinct:重複を除いたデータの総数 the Number of Distinct items returned\\ |
| |!max.png! |Maximum 最大:値の最大値 value\\ returned|
| !min.png! |Minimum value最小:値の最小値 returned\\ |
| !avg.png! |Average value平均:値の平均値 of\\ the|
items returned | |!clear.png! |Clear Aggregation集計のクリア or\\ function|



h2. Changing Aggregation集計の変更
{styleclass: Class=topLink}[topページトップ|#top]{styleclass}
To change a metric aggregation, complete the following:メトリック(数値)に集計を適用するには以下の手順で行います。

# Move your cursor over the metric object in the box and click on the metric name.  The item will now be highlighted.   
# Now select the aggregation type that you wish to apply - you will notice that the icon on the left hand side of the measure object will be updated with a new icon to indicate the aggregation applied.  
集計したいメトリック(数値)フィールドの名前をクリックします。名前はハイライト表示になります。
# 適用したい集計タイプのボタンをクリックします。フィールドの左に表示されているアイコンが、選択したボタンのものに変わります。
!removeAgg.png!



h2. Removing Aggregation集計の取り消し
{styleclass: Class=topLink}[topページトップ|#top]{styleclass}
To remove an aggregation or advanced function from a field, do one of the following:
# Reset the calculation by selecting the metric and clicking the clear link.
# Remove the measure from the report entirely by dragging it out of the columns section.

メトリック(数値)に対する集計の取り消しは以下のどちらかの方法で行います。

# 集計されているメトリック(数値)を選択し、クリアボタンをクリックします。
# フィールドを枠外にドラッグしてカラム(列)フィールドから削除します。

\\
\\
{horizontalrule}
{styleclass: Class=topLink}[topページトップ|#top]{styleclass}