Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languageja
Note

このチュートリアルに進む前に、cumulateFromDate機能を十分参照することをお勧めします。

このチュートリアル結果はインディケーター(. 支払い)の毎年・毎月の累積値の表になります。

表設定

毎年の月ごとの累積値を表示したい場合、2つの日付ドリルダウンを追加する必要があります。一つは水平ヘッダー(月のドリルダウン)で、一つは垂直ヘッダー(年のドリルダウン)です。

フォーミュラインディケーター

Code Block
cumulateFromDate(contextYear()) {M_INVOICED_QUANTITY }

結果

BellaAppのサンプル

ここにサンプルレポートに付きBellaAppをダウンロードできます。

Sv translation
languagede


Note

Es wird empfohlen, sich mit der Funktion cumulateFromDate vertraut zu machen, bevor Sie mit diesem Tutorial fortfahren.

Das Ergebnis dieses Tutorials ist eine Tabelle mit dem kumulierten Wert eines Indikators (z.B. Zahlungen) für jedes Jahr und jeden Monat des Jahres.

Tabellen-Einstellungen

To be able to display cumulated values by month for each year, you need to add two date drill-downs, one on horizontal header (drill-down by month of year) and second one on vertical header (drill-down by year).

Image Added

Formel-Kennzeichen

Code Block
cumulateFromDate(contextYear()) {M_INVOICED_QUANTITY }

Ergebnis

Image Added

Muster BellaApp

Klicken Sie hier, um BellaApp mit Beispielreport herunterzuladen.