Custom reports in Euna Grants support hyperlinks, allowing you to link directly to relevant pages such as a Grants Detail page from within a report cell. This makes your reports more interactive and reduces the time spent navigating between pages.
Use the following steps to add a hyperlink to a custom report cell.
- Open your custom report and click the Edit (pencil) icon to enter edit mode.
- Select the cell where you want to add the hyperlink.
- Click the fx button to add a formula.
- Search for hyperlink and double-click to select it.
- Structure your formula using the following format.
hyperlink("https://URLsample.com/"&{object.id},{display field})
Example: hyperlink("https://gotomygrants.com/grants/grants/details/"&{grant.id}, {grant.name})
Note: Your Euna Grants URL may differ from this example. To confirm the correct URL, navigate to the page you want to link to and copy the URL from your browser. - Run your report and click the link to confirm it works.
Tip: For a walkthrough of this process, refer to the Adding Hyperlinks to Custom Reports video.
Comments
0 comments
Article is closed for comments.