Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen


Note

Drill-through via attribute members

BellaDati allows you to mask attribute's member with custom URLs. This feature is useful to:

  • create Drill-throughs - redirection from master report to detailed one based on clicked member.
  • redirect to other report or resources.

Masking members

  1. Open drill-down settings
    1. In tables: Go to Table settings and click on existing attribute or select Add drill-down path.
    2. In charts: Go to Chart settings and click on Drill down path. In charts with a drill-down on the X/Y axis, click Advanced settings.
    3. In maps: Go to Map settings, click Drill-down and map properties.
  2. Check Show as URL link
  3. Define custom URL
  4. For maps and tables, users can also enable the option "Open in same tab".
  5. Apply link to the row will convert whole unique row to a hypertext link. This must be applied, to most right attribute.
Tip
  • In the URL, you can refer to the current drill-down value using ${}.
  • To refer to other drill-down attribute values, use ${L_ATTRIBUTE_CODE}.
  • When the current drill-down values or attribute values contain special characters, such as  /, ? or =, it is necessary to decode the URL by using ${decode(${})} or ${decode(${L_ATTRIBUTE_CODE})}.
  • It is also possible to reference an attribute member which is not present in the view by using $firstValue(L_ATTRIBUTE_CODE) or $lastValue(L_ATTRIBUTE_CODE).
  • You can create report links using ${reportLink(report_id)} or report:ID
  • You can access only specific view using viewreport:ID


Drill-through via indicator

BellaDati allows you to mask indicators with custom URLs. This feature is useful to:

  • create Drill-throughs - redirection from master report to detailed one based on clicked indicator.
  • redirect to other report or resources.

Masking members

  1. Go to indicator settings
  2. Select tab Advanced settings
  3. Check Show as URL link
  4. Define custom URL


Tip
  • You can create report links using ${reportLink(report_id)}
  • To refer to current indicator, use  ${indicatorCode}



Next Steps

...

Sv translation
languageja


Note

このセクションに進む前に、ドリルダウンの適用を十分参照して下さい。


属性メンバーによるドリルスル―

BellaDatiでは、カスタムURLで属性メンバーをマスクできます。この機能は次の場合に役立ちます:

  • ドリルスルーの作成 - クリックされたメンバーに基づいて、マスターレポートから詳細レポートへのリダイレクト。
  • 他のレポートやリソースにリダイレクトします。

メンバーのマスキング

  1. ドリルダウン設定を開きます。
    1. 表内: [表設定]に移動し、既存の属性をクリックするか、[ドリルダウンパスの追加]を選択します。
    2. チャート内:  [チャート設定]に移動し、[ドリルダウンパス]をクリックします。 X/Y軸にドリルダウンがあるチャートで、[詳細設定]をクリックします。
    3. 地図内: [地図設定]に移動し、[ドリルダウンと地図プロパティ]をクリックします。
  2. [URLリンクとして表示]をチェックします。
  3. カスタムURLを定義します。
  4. 地図と表の場合、ユーザーは「同じタブで開く」オプションを有効にすることもできます。
Tip
  • URLでは、${}を使用して現在のドリルダウン値を参照できます。
  • 他のドリルダウン属性値を参照するには、${L_ATTRIBUTE_CODE}を使用します。
  • 現在のドリルダウン値または属性値に/?や=などの特殊文字が含まれている場合、${decode(${})}または${decode(${L_ATTRIBUTE_CODE})}を使用してURLをデコードする必要があります。
  • $firstValue(L_ATTRIBUTE_CODE)または $lastValue(L_ATTRIBUTE_CODE)を使用して、ビューに存在しない属性メンバーを参照することもできます。
  • ${reportLink(report_id)}またはreport:IDを使用してレポートリンクを作成できます。
  • viewreport:ID を使用して、特定のビューにのみアクセスできます。


インジケータを介したドリルスルー

BellDatiでは、カスタムURLでインデケータをマスクできます。この機能が役立つのは以下の通りです:

  • ドリルスルー作成 - クリックしたインジケータに基づいて、マスターレポートから詳細レポートへのリダイレクト。
  • 他のレポートまたはリソースにリダイレクトします。

メンバーのマスキング

  1. インジケータ設定に移動します。
  2. [詳細設定]タブを選択します。
  3. [URLリンクとして表示]をチェックします。
  4. カスタムURLを定義します。


Tip
  • ${reportLink(report_id)}を使用して、レポートリンクを作成できます。
  • ${indicatorCode}を使用して、現在のインジケータを参照します。



次に

...