Changes

Jump to: navigation, search

Implementing drill-down in a dashboard

900 bytes added, 16:05, 22 June 2017
no edit summary
== Principles ==__NOEDITSECTION__
Drill-down is implemented through the following steps:
# Create an [[Creating_Ad_Hoc_Views_in_MINT|Ad-Hoc View]] with a chart containing a category that should be used for drill-down.
# Include that Ad-Hoc View on a dashboard
# Create a second Ad-Hoc View that will be the result of the drill-down. This Ad-Hoc View has to have a filter corresponding to the category defined in the first Ad-Hoc View (cf. step 1).
# Create a [[Creating_Reports_in_MINT|Report]] based on this second Ad-Hoc View
# On the dashboard created in step 2, right-click on the Ad-Hoc-View and select '''Properties''', then go to the '''Hyperlinks''' tab. On this tab:
## Tick '''Enable chart links'''
## Under '''Action''', select '''Open new page''' in order to open a new page/report/dashboard when drilling down
## In Repository URI, insert: repo:/<path_to_your_report>/<name_of_your_report>?<parameter_name>=$P{parameter}
== Example ==__NOEDITSECTION__
1,068
edits

Navigation menu