---
sourceDocument: Xanadu Platform Analytics
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/now-intelligence

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Platform Analytics

ft:clusterId :

    - par

bundleId :

    - par

workflow :

    - Platform


---

# Configure custom redirection from a dashboard component

# Configure custom redirection from a dashboard component {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

If you have created a page in your workspace from the Dashboard page template, you can customize the on-click redirection from the dashboard component on that page. The inline dashboard that this component displays will
follow the custom redirection.

## Before you begin

You have created a workspace in UI Builder with a page generated from the Dashboard page template. You may also have set the dashboard component in that page to display a dashboard from the library as described in [Add a dashboard to a Dashboards page](https://www.servicenow.com/docs/qGX4fuDo0TGCxOIz9RoPrA "You can add either a technical dashboard or one made in the inline editor to a page you built from the Dashboards page template. Configure the dashboard component on that page.").

Role required: ui_builder_admin

## About this task

Important:  
The procedure described here applies only to dashboards created in the inline editor. For technical dashboards, you configure redirection through a drilldown event for each data visualization. For more information, see [Add a drilldown event to a data visualization in a technical dashboard](https://www.servicenow.com/docs/Z1oNn2RmExZLyjlEROqYbw "Technical dashboards do not support preconfigured destinations for drilling down from a data visualization. If you want a viewer to open a more detailed view of the data when they interact with a visualization, configure a custom drilldown event.").

## Procedure

1. Open your workspace in UI Builder.
2. Open the relevant page.  
   You will have built this page using the Dashbords page template.
3. Select the dashboard component.
4. In the configuration panel, turn off Use default redirections.  

   <br />

   You have turned off redirections. Clicking on a chart during runtime does not trigger any actions.
5. In the events panel, select + Add event mapping.
6. From the list of available events, select Dashboard widget clicked.  

   <br />

7. In the Data and scripts area of the page, under Client scripts, open Dashboard Widget Clicked.  

   <br />

8. In the Edit client script pane, find the line `api.emit('NAV_ITEM_SELECTED', payload);`.
9. Update the payload to align with your custom redirection logic.

## Result

All redirections from data visualizations on that dashboard open your specified target.
**Related concepts**   

* [Create a Platform Analytics workspace from App Engine Studio](https://www.servicenow.com/docs/xwuYIbkqkPMgjlMpcAZVwQ "The App Engine Studio includes a prebuilt workspace that you can add to an application. This workspace includes an Analytics Center page, along with the pages that the Analytics Center links to.")  
**Related tasks**   

* [Add Platform Analytics pages to a configurable workspace](https://www.servicenow.com/docs/WKDqPD4VDaIulKfoLrwK_A#add-analytics-center-to-experience "Add an Analytics Center and its related pages to your own workspace through page templates.")
* [Add a dashboard to a Dashboards page](https://www.servicenow.com/docs/qGX4fuDo0TGCxOIz9RoPrA "You can add either a technical dashboard or one made in the inline editor to a page you built from the Dashboards page template. Configure the dashboard component on that page.")

