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
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_NAMECODE}.
  • 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_NAMECODE) or $lastValue(L_ATTRIBUTE_NAMECODE).
  • You can create report links using ${reportLink(report_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

...