指定した期間に、ディメンションで指定した項目のデータがあるかどうか、のVIZを作っています。
これですと、データが更新された際、エラーになってしまいます。
理由としては、↓のdesktopでデフォルトで表示されている●●(カウント)を計算フィールドで使っているからだと思います。
●●(カウント)を使用せず、レコードをカウントする方法がありましたらご教授いただけますでしょうか。
4 respuestas
@Izumi O
Yes, it could be possible. However, it depends on your data structure. The granularity level of that field should be the same as the target field. For example, you can use the date field associated with each order ID. But if there is more than one date field for some order IDs, i.e., the product is ordered multiple times under one order ID, the count number will be more than the actual number of orders.