PlanningAnnotationsは、Planningデータベース接続からセルのPlanningUnitに関連付けられた重要な注意書きやコメントを取得するテキスト関数です。PlanningUnitsは、シナリオ、バージョンおよびエンティティの組合せで、グリッド内のセル参照を使用してFinancial Reportingに表示されます。
<<PlanningAnnotations("GridName", Row, Column, Page, Attributes, Range)>>
<<PlanningAnnotations("GridName", Row, Column, Page, Attributes)>>
“All”がRangeパラメータの前提とされています。
<<PlanningAnnotations(“Grid Name”, 1,a,1,All, All)>> <<PlanningAnnotations(“Grid Name”, 100,AB,10,All, All)>> <<PlanningAnnotations(cur, cur,a,cur,Text & Title & Author, Top 5)>> <<PlanningAnnotations(cur, 315, AB, 255, Text&Title&Author, Top 5)>> <<PlanningAnnotations(cur, cur A, Cur, PlanningUnit, Top 5)>> <<PlanningAnnotations(“cur, 123, ABC, 101, PlanningUnit, Top5)>> <<PlanningAnnotations(“Grid1, 1, current, cur, Title & Text, Bottom 10)>> <<PlanningAnnotations(“Grid1, 105, ABC, cur, Title & Text, Bottom 10)>> <<PlanningAnnotations(“Current”, 34, BB, cur, “All”, Top 40)>> <<PlanningAnnotations(cur, cur, A cur, “Text & Title & Author”, Top 5)>> <<PlanningAnnotations(cur, cur, A, cur, “Text&Title&Author, “bottom15”)>> <<PlanningAnnotations(cur, 1(3), A(B), cur, Title&Author&Date&Text, “All”)>> <<PlanningAnnotations(cur, 1(3), A(B), cur, “Title&Author&Date&Text, “All”)>>
現在のページのグリッドの行1、列Aの注釈テキストを取得します。最後の3個の注釈、およびタイトル、作成者、日付、テキスト、およびプランニング・ユニットなどのその注釈に関連付けられたすべての属性を表示します。
テキスト・セルで次の構文を使用します。
<<PlanningAnnotations(Current, 1, A, Current, All, Bottom 3)
注釈は、日付を基準として降順で戻されます(上から新しい日付の順に並びます)。出力される注釈のテキストは、次のようになります。
Date: Mar 25, 2003 10:32:49 AM
— — — — — — — — — — — — — — — — —
— — — — — — — — — — — — — — — — —
PlanningAnnotationsは、テキスト・ボックス・オブジェクト、ヘッダー、フッターなどではなくグリッド・セル内で使用された場合は、Currentキーワードのみをサポートします。テキスト関数でのCurrent/Curキーワードの使用を参照してください。 |