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}
You canレポートに含めるデータをさらに制限するために条件を結合することが可能です。たとえば名前がSmithかJohnsonであるか、または女性の顧客という具合に、条件を結合してデータを検索することができます。
combine
conditions to increase control over the data a report contains. Combining conditions lets you retrieve data that, for example, contains the people Smith or Johnson, or concerns on female clients.

Whenever you have more than one condition in a report, Yellowfin automatically combines them with an "And". All you have to do to combine conditions is add them to your filter list.


レポートに複数の条件が設定された場合、Yellowfinは自動的にそれらを「AND」で結びます。ですから条件を狭めたい場合には条件リストにそれを追加するだけです。


!01logic.png!

Once combined, however, you can determine how the conditions work together by bracketing them together and changing the logical operators that specify how the conditions are combined.条件が出そろってから、それらをひとまとめにしたり論理演算子を変更したりして条件を複雑に組み換えることが可能です。


h2. Logical operators論理演算子
{styleclass: Class=topLink}[topページトップ|#top]{styleclass}
Logical論理演算子は条件相互の結合関係を規定します。Yellowfinには以下の2つの論理演算子が用意されています:
operators
let you specify how you want conditions combined.  Yellowfin filters allow two types of logical operators:
# The *AND* logical operator combines two conditions into a narrower condition. A data item must meet the first condition and the second condition to meet the condition's requirements.
# The *OR* logical operator combines two conditions into a broader condition. A data item can meet the first condition or the second condition to meet the condition's requirements.  For example return clients where their last name = Smith or their Gender = Female.
To switch between the AND operator and the OR operator, select the value from the drop down list box.

h2. Bracketing conditions{*}演算子は2つの条件の論理積をとります。データは2つの条件を共に満たさなければなりません。
# *OR{*}演算子は2つの条件の論理和をとります。データは2つの条件のどちらかを満たせば合致したものと判断されます。たとえば「姓がSmithであるか性別が女性」という場合、Smithという姓を持つ男性はフィルターを通ります。
論理演算子の変更はドロップダウンメニューから行えます。

h2. カッコの使用
{styleclass: Class=topLink}[topページトップ|#top]{styleclass}
If you've combined at least three conditions in your query, you can bracket certain conditions to bind them together. You use this the same way you might use parentheses to change the value a in the following arithmetic クエリーが3つ以上の条件を含む場合、そのうちの2つをカッコでくくることが可能です。この機能の効果は次の計算式の場合と同じです。arithmetic equations:

{{a = 36 * (6 \+12)}} as opposed to と{{{}a = (36 * 6) + 12}}(aの値が変わります)

For example, you want information about the Events or People in the system on a particular day.
# To create a bracket, select the line that you wish to bracket and click the bracket icons (initially the right pointing arrow).  This will indent the line and create the bracket condition.  To view the result of the bracket read the statement in the filter logic section below the filter attributes table.
# To change the level of the bracket you can use the move up and move down links to change the order of your filter attributes in the statement.


たとえば特定の日のイベント、あるいはその日にシステムにログオンした人々についての情報が欲しいとします。

# カッコでくくりたい行のブラケットアイコン(初期値では「→」)をクリックします。条件がカッコの中に入り行全体が右にシフトします。設定された条件の中身は下部に表示されるフィルターロジック欄に表示されます。
# ブラケットアイコンでカッコのレベルを、上下移動のリンクを使って条件の前後関係を変更して目的の条件を設定します。

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