<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dashboard Markdown with a variable to substitute the tenant in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-Markdown-with-a-variable-to-substitute-the-tenant/m-p/290508#M5537</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;The simplest solution: you actually don’t need $TenantID at all&lt;/P&gt;&lt;P&gt;Dynatrace markup tiles support relative URLs, and the current environment ID is automatically inserted by the browser.&lt;BR /&gt;So you can link to InfraOps like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# [Infrastructure Overview](/ui/apps/dynatrace.infraops/explorer?perspective=Default)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;This will work in any environment because the browser resolves it to:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default&lt;/LI-CODE&gt;&lt;P&gt;Dynatrace dashboards do not currently support injecting variables like $TenantID into markup, so relative paths are the cleanest and best approach.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 14:43:47 GMT</pubDate>
    <dc:creator>t_pawlak</dc:creator>
    <dc:date>2025-11-28T14:43:47Z</dc:date>
    <item>
      <title>Dashboard Markdown with a variable to substitute the tenant</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-Markdown-with-a-variable-to-substitute-the-tenant/m-p/282029#M5216</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have a variable that holds the tenant ID $TenantID&lt;/P&gt;
&lt;P&gt;Is there a way to link to a different section in Dynatrace such as&amp;nbsp;&lt;A href="https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default" target="_blank" rel="noopener"&gt;https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default&lt;/A&gt;&amp;nbsp;using a markup tile?&lt;/P&gt;
&lt;P&gt;I can do it using code, then visualize it as a table and column = markdown, but it doesn't look good.&lt;/P&gt;
&lt;P&gt;What am I missing?&lt;/P&gt;
&lt;P&gt;export default async function () {&lt;BR /&gt;const tenant =$TenantID;&amp;nbsp;&lt;BR /&gt;const url = `https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default`;&lt;BR /&gt;return "# [Infrastructure Overview](&lt;A href="https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default" target="_blank" rel="noopener"&gt;https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default&lt;/A&gt;)";&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DT Markdown.gif" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29121iAD8EC327D87C9CD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DT Markdown.gif" alt="DT Markdown.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 11:58:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-Markdown-with-a-variable-to-substitute-the-tenant/m-p/282029#M5216</guid>
      <dc:creator>csb</dc:creator>
      <dc:date>2025-07-22T11:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Markdown with a variable to substitute the tenant</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-Markdown-with-a-variable-to-substitute-the-tenant/m-p/290429#M5534</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/92753"&gt;@csb&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are these documentation pages helping to address your questions?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class="sc-4a169f91-0 lehIfZ sc-1e5be47b-0 eubTmn search-exclude" data-testid="content-layout:heading"&gt;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dashboards-and-notebooks/dashboards-new/components/dashboard-component-variable" target="_blank" rel="noopener"&gt;Add a variable to a dashboard&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;and &lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dashboards-and-notebooks/dashboards-new/components/dashboard-component-markdown" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Add Markdown to dashboard&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="sc-4a169f91-0 lehIfZ sc-1e5be47b-0 eubTmn search-exclude" data-testid="content-layout:heading"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sc-4a169f91-0 lehIfZ sc-1e5be47b-0 eubTmn search-exclude" data-testid="content-layout:heading"&gt;Please let us know, thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 07:19:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-Markdown-with-a-variable-to-substitute-the-tenant/m-p/290429#M5534</guid>
      <dc:creator>Michal_Gebacki</dc:creator>
      <dc:date>2025-11-28T07:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Markdown with a variable to substitute the tenant</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-Markdown-with-a-variable-to-substitute-the-tenant/m-p/290508#M5537</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;The simplest solution: you actually don’t need $TenantID at all&lt;/P&gt;&lt;P&gt;Dynatrace markup tiles support relative URLs, and the current environment ID is automatically inserted by the browser.&lt;BR /&gt;So you can link to InfraOps like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# [Infrastructure Overview](/ui/apps/dynatrace.infraops/explorer?perspective=Default)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;This will work in any environment because the browser resolves it to:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default&lt;/LI-CODE&gt;&lt;P&gt;Dynatrace dashboards do not currently support injecting variables like $TenantID into markup, so relative paths are the cleanest and best approach.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 14:43:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-Markdown-with-a-variable-to-substitute-the-tenant/m-p/290508#M5537</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-11-28T14:43:47Z</dc:date>
    </item>
  </channel>
</rss>

