OutSystems Forge 日本語データベース

Pivot Table

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-01-24 1.1.0 Goncalo Borrega 9.1.0.20 All All Widgets, Reporting
一般的なスプレッドシートプログラムと同様のドラッグアンドドロップ操作で、ビジネスユーザーがピボットテーブルを使用してデータを参照できるようになります。
PivotTable.jsは、普及しているスプレッドシートプログラムと同様のピボットテーブルのドラッグアンドドロップ操作を実実現しています。行/列領域に属性をドラッグ&ドロップして、サマリー機能を選択することができます。静的なクロスタブ表示のように、ピボットテーブルを事前に設定して読み取り専用にすることもできます。 このコンポーネントにより、ライブラリ(PivotTable.js)の利用が非常に簡単になり、TableRecord内の画面上のデータまたはOutSystemsで作成したREST APIからのデータソースとして使用できます。 サンプルモジュールには、次元をグループ化するための「ビン(Bins)」の作成(例:個々の日付データポイントではなく、日付グループ)を作成できます。日付のビン(例:年、月、四半期など) デフォルトでレポートに表示される列または行を定義します。 どのアグリゲートが実行されるかを定義します。(例えば、カウント、合計[価格]、一意の値をリスト) 合計、列または行アグリゲーターによる並べ替え(NReco PivotTable拡張機能から) ピボットテーブルの現在の状態を保存すると、一連のカスタムレポートを作成できます。 ドリルダウンの詳細を表示するためにどのセルがクリックされるかを通知します。 テーブルのルック&フィールは、CSSによってカスタマイズ可能です。

[Overview]
Allow your business users to explore data through pivot tables, in a drag'n'drop UI similar to that found in popular spreadsheet programs.
[Detail]
PivotTable.js implements a pivot table drag'n'drop UI similar to that found in popular spreadsheet programs. You can drag attributes into/out of the row/column areas, and choose a summary function. You can also preconfigure the pivot table and make it readonly, for a static cross-tab like display. This component makes it very simple to use the library (PivotTable.js), using as datasource either data on the screen inside a TableRecord, or accessed from a REST API you create with the platform. The sample module shows some of the configurations you can make, such as: Creating "Bins" for grouping dimensions (e.g. Age groups, instead of individual Age data points). Date bins (e.g. Years, Months, Quarters, etc. coming) Define which columns/rows show up by default on the report Define which aggregators are performed (e.g. Count, Sum(Price), List Unique Values) Sorting by Totals, Columns or Row aggregators (from NReco PivotTable extensions) Saving pivot table current state allowing you to build a set of custom reports Being notified on which cells get clicked to show drill down detail. The look and feel of the table is customizable by CSS. Check PivotTable.js wiki in case you need to go deeper
戻る