Embedded Links in Reports
- 23 Jul 2021
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Embedded Links in Reports
- Updated on 23 Jul 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Links can be embedded in a Report in Decisions by adding an OpenURLInlineField calculated column to the Report. Next, this column should be connected to the desired field. This column can also use the current field value as an input for a URL query or text for a link. This tutorial explains how to configure the OpenURLInlineField calculated column to open a web page or run a Flow using a field value from the Report as an input in the URL query.
Example
- Begin in the Designer Folder by selecting CREATE REPORT from the bottom action bar.
- Next, name the Report and select CREATE to proceed to the Report Designer.
- In the Report Designer, add Account Data Source from Data Source > Common category.
- Next, under Data Fields, add Account Id and Email Address.
- Then, expand the Calculated Columns category and add the OpenURLInlineField column to the Report.
- In the resulting dialog, configure the URL column. First, configure the URL by clicking the ellipses.
- In the Merge Text Editor, type the desired URL (in this example, we use the URL with query parameter for Google Search) and as a value for the search parameter, use the Email Address field from the Report Data Source.
- Next, define the text for the URL. Use the Email Address field from Account Data Source. The displayed text of the URL will reflect the value of the current field (Email Address of the Current Account).
- Finally, change the Column's Title. Click OK.
- Save and close the Report Designer.
- In the Designer Folder, select Run Report from the action menu by right-clicking the Report.
- The Report opens, select the URL in the specified column. First, select the Spongebob@bikinibottom.com link.
- See that the Google search engine opens with the search results for admin@decisions.com as expected.
Was this article helpful?