cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
When sending a dashboard as an email report, by default the email will link to the dashboard on Sisense web. In some cases, customers want to have the link point to a different location. For instance, customers using SSO would want the link to point to their own portal rather than Sisense web.
Follow the steps below to link your dashboard to a desired location:
  1. On your server, go to:
    C:\Program Files\Sisense\PrismWeb\vnext\src\features\emails\templates\dashboard_report 
  2. Locate the html.ejs file
  3. Backup your original html.js file 
  4. Open the file and replace the href value with the desired URL. Here are 2 different examples:
    1. Link the dashboard to a known page:
      <a name='dashboard' href='www.yahoo.com' target='_blank'> <img src='cid:<%= images[i] %>' id="<%= images[i] %>" name="<%= images[i] %>" /> </a>
    2. If you don’t want the dashboard link to any page, leave the href value blank:
      <a name='dashboard' href='' target='_blank'> <img src='cid:<%= images[i] %>' id="<%= images[i] %>" name="<%= images[i] %>" /> </a>
Version history
Last update:
‎03-02-2023 08:49 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: