Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'cs'
Sv translation
languageen
Note

It is recommended to get familiar with cumulateFromDate function before proceeding with this tutorial.

The result of this tutorial will be a table with cumulated value of an indicator (eg. payments) for each year and each month of the year.

Table settings

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).

Formula indicator

Code Block
cumulateFromDate(contextYear()) {M_INVOICED_QUANTITY }

Result

Sample BellaApp

Click here to download BellaApp with sample report.

Sv translation
languageja
Note

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

このチュートリアルの結果は、各年・各月のインジケータ(例: 支払い)の累積値を持つ表になります。

表設定

各年の累積値を月ごとに表示できるようにするには、2つの日付ドリルダウンを追加する必要があります。1つは水平ヘッダー(月のドリルダウン)に、もう1つは垂直ヘッダー(年のドリルダウン)です。

数式インジケータ

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).

Formel-Kennzeichen

Code Block
cumulateFromDate(contextYear()) {M_INVOICED_QUANTITY }

Ergebnis

Muster BellaApp

Klicken Sie hier, um BellaApp mit Beispielreport herunterzuladen.