Versions Compared

Key

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

...

Sv translation
languageja
Note

このオプションはビューに関連しています。このセクションに進む前に、常にビューまたは特定のビュータイプ(チャートジオマップGeoマップKPIラベル)を参照してください。

[ビューの追加]ダイアログから[日付間隔]チェックボックスを選択すると、日付間隔オプションにアクセスできます。

Info

空白のままにすると、ビューには日付間隔全体で集計された値が表示されます。

複数の日付属性が利用可能な場合、BellaDatiは希望するものを選択するように促します。

3つの異なるタイプのインターバルがあります:

  • 絶対表記(共通設定)は選択した時間単位の最初の日から最後の日まで時間を表示します(細分性)。

  • 相対表記選択した時間単位に従い、実際の日からの時刻インターバルを示します(細分性)。

  • カスタム – ユーザーは日付インターバルを選択でき、任意の時間細分性を維持できます。

次のオプションを設定できます:

  • 単位: 時間期間の細分性。利用可能なオプションは: 日、週、月、四半期、年です

  • インターバルタイプ: データ制限に使用されるインターバルの種類。利用可能なオプションは: 絶対、相対、カスタムです

  • から まで: 希望の時間期間の開始と終了。形式は単位インターバルタイプによります。

  • 集合: インジケータの時間集合タイプによってデータを集合します。

  • 従うデータの利用可能性を設定: 正面のデータ値とともに「から - まで」インプットを事前設定します。

  • 日にちを絞込み: 希望の日の表示値のみ絞込み

Info

ジオマップKPIラベルに関しては、時間インターバルオプションはビュー設定から利用可能です。

カスタムの日付/時刻値の入力

  • 時刻(日付)を2つの異なる方法で絶対値で入力できます: dd.MM.yyyy (例. 1.12.2010)、または yyyy-MM-dd (例. 2010-12-01)

  • 相対的に入力することも可能です:

    • now 実際の日付を表します。
    • availableFrom データが利用可能な開始日を表します。
    • availableTo データが利用可能な終了日を表します。
    • actualyear -年の最初の日を表します (1.1.20XX)。 例えば、21.9.2010で選択されたactualyearは日付 1.1.2010を表します。
    • actualquarter -四半期の最初の日を表します(1.1.20XX, 1.4.20XX, 1.7.20XX, 1.10.20XX)。例えば、21.9.2010で選択されたactualquarterは日付1.7.2010を表します。
    • actualmonth -月の最初の日を表します(1.1.20XX, 1.2.20XX, ...)。例えば、21.9.2010で選択されたactaulmonthは日付1.9.2010を表します。
    • actualweek -週の最初の日を表します(月曜日)。 例えば、21.9.2010で選択されたactualweekは日付20.9.2010 (この週の月曜日)を表します。
    • 相対的・絶対的な日付入力は、操作者がこの構文を使うことで調整できます: date +|- n[d|w|m|q|y]nが整数の時、d は日、 w は週、m は月、qは四半期、yは年を表します。例えばこのように定義できます:  actualyear + 2m -4d今日は21.9.2010であるため、このバリューは1.1.2010 + 2 months - 4 days、つまり日付は25.2.2010を表します。
  • 日付同様、日付を相対的に特定するには以下のシンタックスをお使いください:

    • now, actualTime –時刻を表します。
    • availableFrom – データが利用可能な開始日を表します。
    • availableTo – データが利用可能な終了日を表します。
    • actualhour -時間を表します。例. 11:00:00 AM
    • actualminute -分を表します。例. 11:23:00 AM
    • actualsecond -秒を表します。例. 11:23:45 AM

Datetime interval for the last 24 hours

      • Goal: Display data in the view for the last 24 hours. 
      • This example is using datetime attribute (e.g. in format "dd-MM-yyyy HH:mm:ss") for the date interval.
      1. In interval settings, enable Date interval and Time interval.
      2. Set Interval type of both Date and Time interval to "Custom". This will allow you to use the current date and time in the interval definition.
      3. In Date interval set Show interval as "Day" and interval range from "now-1d" (the current day - 1 day) to "now" (the current day).
      4. In Time interval set Show interval as "Hour" and interval range from "now" to "now", "now" in the Time interval represents the current time.
      5. As a last step enable "Join date and time" in the box on the right so the Date and Time interval definitions will be used together.

 

Datetime interval for the last 30 minutes

      • Goal: Display data in the view for the last 30 minutes.
      • This example is using datetime attribute (e.g. in format "dd-MM-yyyy HH:mm:ss") for the date interval.
      1. In interval settings, enable Date interval and Time interval.
      2. Set Interval type of both Date and Time interval to "Relative". This will allow you to define interval boundaries relatively to the current date and time.
      3. In Date interval set Show interval as "Day" and interval range from "0" to "0". "0" in Relative Date interval represents the current day. "-1" would represent yesterday and "1" would represent tomorrow.
      4. In Time interval set Show interval as "Minute" and interval range from "-30" to "0". "0" in Relative Time interval represents the current hour/minute/second - this depends on what is set in "Show interval as". 
      5. As a last step enable "Join date and time" in the box on the right so the Date and Time interval definitions will be used together.

 

次に

 

...