<?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: Creating a table with static values in dashboard studio in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752780#M59156</link>
    <description>&lt;P&gt;You can use a markdown box. Markdown can be used to create a table. With urls.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Sep 2025 11:00:44 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-09-07T11:00:44Z</dc:date>
    <item>
      <title>Creating a table with static values in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752767#M59154</link>
      <description>&lt;P&gt;Hello I am new to dashboard studio and trying to achieve below-&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Add a table which has static values (hard coded not derived from a search) and each of this field links to a hyperlink.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Title (XYZ)&lt;/P&gt;&lt;P&gt;&lt;U&gt;A&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;U&gt;B&lt;/U&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;U&gt;C&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;D&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;U&gt;E&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;U&gt;F&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;G&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;U&gt;H&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;U&gt;Z&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I should be able to add hyperlinks for each of the values above using configuration settings. For example A represents &lt;A href="https://xyz.com" target="_blank" rel="noopener"&gt;https://xyz.com&lt;/A&gt;&amp;nbsp;and clicking on A should open a new window for that link.&lt;/P&gt;&lt;P&gt;Also,&amp;nbsp; I need another table which has three static values like&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;X&amp;nbsp; &amp;nbsp; &amp;nbsp; Y&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Z and clicking on each of these should show a new panel.&lt;/P&gt;&lt;P&gt;Please do let me know if you need more details.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 18:38:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752767#M59154</guid>
      <dc:creator>mrkhan48</dc:creator>
      <dc:date>2025-09-05T18:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with static values in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752778#M59155</link>
      <description>&lt;P&gt;EDIT: I think PickleRick has the right approach.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 12:01:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752778#M59155</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2025-09-07T12:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with static values in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752780#M59156</link>
      <description>&lt;P&gt;You can use a markdown box. Markdown can be used to create a table. With urls.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 11:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752780#M59156</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-09-07T11:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with static values in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752801#M59159</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;Hello, thank you so much for your response. This helps. The problem I have is the link opens in the same window. I want this to be opened in the new window. For example - I had below code in my classic dashboard and it opens the link in a new window-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="&lt;A href="https://abc.xyz.com/" target="_blank"&gt;https://abc.xyz.com/&lt;/A&gt;" style="color:#008080;" target="_blank"&amp;gt;External Lilnk &amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;I tried similar in markdown but it doesn't seem to work. Is it correct to say that HTML code doesn't work with Markdown in splunk?&lt;/P&gt;&lt;P&gt;Could you please advise how can I achieve this (opening the link in new window in markdown)? Thank you for your time and help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 12:01:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752801#M59159</guid>
      <dc:creator>mrkhan48</dc:creator>
      <dc:date>2025-09-08T12:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with static values in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752804#M59161</link>
      <description>&lt;P&gt;I have no idea but I suppose it's not possible. Markdown on its own doesn't have any options for specifying how the URL should be opened so it's up to the rendering engine. And in this case apparently it's opened in the same window.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 15:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-with-static-values-in-dashboard-studio/m-p/752804#M59161</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-09-08T15:05:19Z</dc:date>
    </item>
  </channel>
</rss>

