一定期間のレポート
作成対象:
- 初心者
- 中級
- 管理者
- 開発者
- リーダー
- ユーザー
Report Builder を使用すると、経時的なトレンドを簡単に確認し、比較したい期間の視点を変更できます。 このトピックでは、より深いレベルに到達するためのダッシュボードを設定する方法を説明します。これにより、週別、月別、年別分析のレポートを作成できます。
始める前に、より詳細な視点を探索する こちらおよび独立した時間オプション こちらを確認する必要があります。
この分析には 高度な計算列が含まれています。
計算される列
-
Sales_flat_order
テーブル -
元のアーキテクチャ: 以下の列は、
[YoY WoW MoM ANALYSIS]
チケットの一部としてアナリストによって作成されています -
created_at (month-day)
-
created_at (month)
-
created_at (day of the month)
-
created_at (day of the week)
-
created_at (hour of the day)
-
新しいアーキテクチャ: この計算の作成方法の例を示す写真付きの以下の SQL
-
created_at (month-day)
Calculation: to_char (A, 'mm-dd') -
created_at (month)
Calculation: to_char (A, 'mm-month') -
created_at (day of the month)
< Calculation: to_char (A, 'dd') -
created_at (day of the week)
Calculation: to_char (A, 'd-Day') -
created_at (hour of the day)
Calculation: to_char (A, 'hh24')**
-
指標
なし。
レポート
-
YoY グラフ
-
Metric:
Number of orders
-
Metric:
Number of orders
-
Time options:
Time range (Custom)
:2 years ago to 1 year ago
-
Show top/bottom:上位 100% を **
created_at (month-day)
***で並べ替えた場合
-
-
指標
A
:This year
-
指標
B
:Last year
-
Time period:
1 year ago to 0 years ago
-
Interval:None
-
Group by:
created_at (month-day)
-
Chart Type:Line
-
MoM グラフ
-
Metric:
Number of orders
-
Metric:
Number of orders
-
時間オプション:
Time range (Custom)
:2 months ago to 1 month ago
-
上/下を表示:上位 100% を **
created_at (day of month)
***で並べ替え
-
-
指標
A
:今月* -
指標
B
:先月* -
Time period:1 か月前から 0 か月前
-
Interval: None -
Group by:
created_at (day of month)
-
Chart Type: Line -
WoW グラフ
-
Metric:
Number of orders
-
Metric:
Number of orders
-
Time options:
Time range (Custom)
:2 weeks ago to 1 week ago
-
Show top/bottom:上位 100% を
created_at (day of week)
順に並べ替えた場合
-
-
指標
A
:This week
-
指標
B
:Last week
-
Time period:
1 week ago to 0 weeks ago
-
Interval:None
-
Group by:
created_at (day of week)
-
Chart Type:Line
-
DoD グラフ
-
Metric:
Number of orders
-
Metric:
Number of orders
-
Time options:
Time range (Custom)
:2 days ago to 1 day ago
-
Show top/bottom:上位 100% を
created_at (hour of day)
順に並べ替えた場合
-
-
指標
A
:Today
-
指標 B:
Yesterday
-
Time period:
1 day ago to 0 days ago
-
Interval:None
-
Group by:
created_at (hour of day)
-
Chart Type:Line
すべてのレポートをコンパイルした後、必要に応じてダッシュボード上で整理できます。 結果は、このページの上部の画像のようになります。