Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Link in Drill Down

There are two ways to get a link in a drill down in an Analytics report:

  1. If the data includes "://", a link will be displayed (http://aftonbladet.se/ in the example below).

  2. Add a procedure in the table app.dataview_fields for the data view column that should return a link.

Go to the database and add the desired procedure in the column "doc_property" in the table app.dataview_fields. In the example below, the procedure "[cust].[p_get_docfile_DEMO]" is used for the dataview column doc_reference:

Analytics_design_app.dataview_fields

Caution: It's important that the procedure returns the following syntax: getdoc?action=DOCUMENT_PROC&doc_id=28674

Analytics_design_link_getdoc

Below is an example of the resulting link in the drill down in an Analytics report:

Analytics_design_link_drilldown

Published:

Link in Drill Down

There are two ways to get a link in a drill down in an Analytics report:

  1. If the data includes "://", a link will be displayed (http://aftonbladet.se/ in the example below).

  2. Add a procedure in the table app.dataview_fields for the data view column that should return a link.

Go to the database and add the desired procedure in the column "doc_property" in the table app.dataview_fields. In the example below, the procedure "[cust].[p_get_docfile_DEMO]" is used for the dataview column doc_reference:

Analytics_design_app.dataview_fields

Caution: It's important that the procedure returns the following syntax: getdoc?action=DOCUMENT_PROC&doc_id=28674

Analytics_design_link_getdoc

Below is an example of the resulting link in the drill down in an Analytics report:

Analytics_design_link_drilldown

For an optimal Community experience, Please view on Desktop
Powered by Zendesk