<?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: Linking the dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246916#M15388</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;condition value="1"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;/app/search/a&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
       &amp;lt;condition value="2"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;/app/search/kv&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
      &amp;lt;/change&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 20 Jul 2017 11:55:48 GMT</pubDate>
    <dc:creator>simha111</dc:creator>
    <dc:date>2017-07-20T11:55:48Z</dc:date>
    <item>
      <title>Linking the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246911#M15383</link>
      <description>&lt;P&gt;I have a couple of dashboard. In each dashboard, i would like to have a feature of drop down menu on top of each dashboard, selecting the drop down menu, should redirect me to the different dashboard according to the selection . How can i achieve that feature ? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="openNewPageToken"&amp;gt;
&amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
&amp;lt;default&amp;gt;Select a page to open&amp;lt;/default&amp;gt;
&amp;lt;choice value=""&amp;gt;Select a page to open&amp;lt;/choice&amp;gt;
&amp;lt;choice value="first_dashboard"&amp;gt;Open another dashboard&amp;lt;/choice&amp;gt;
&amp;lt;choice value="second_dashboard"&amp;gt;Open second dashboard&amp;lt;/choice&amp;gt;
&amp;lt;change&amp;gt;
  &amp;lt;condition value="first_dashboard"&amp;gt;

  &amp;lt;/condition&amp;gt;
  &amp;lt;condition value="second_dashboard"&amp;gt;

  &amp;lt;/condition&amp;gt;
&amp;lt;/change&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 12 Mar 2016 17:30:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246911#M15383</guid>
      <dc:creator>bbhandari012</dc:creator>
      <dc:date>2016-03-12T17:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246912#M15384</link>
      <description>&lt;P&gt;You should consider using and configuring the existing navigation menu: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.3/AdvancedDev/BuildNavigation"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.3/AdvancedDev/BuildNavigation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 13:17:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246912#M15384</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-13T13:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246913#M15385</link>
      <description>&lt;P&gt;I have the same need and have not found the answer. &lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 20:28:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246913#M15385</guid>
      <dc:creator>tzhou01</dc:creator>
      <dc:date>2016-03-31T20:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246914#M15386</link>
      <description>&lt;P&gt;Thanks Martin,&lt;BR /&gt;
I had exactly the same issue as bbhandari012.&lt;BR /&gt;
I went by your recommendation for creating a separate app and build navigation from it. &lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 16:26:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246914#M15386</guid>
      <dc:creator>vsingla1</dc:creator>
      <dc:date>2016-08-29T16:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246915#M15387</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;condition value="1"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;dashboardpath1&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
       &amp;lt;condition value="2"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;dashboardpath2&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
      &amp;lt;/change&amp;gt;,  &amp;lt;change&amp;gt;
    &amp;lt;condition value="1"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;dashboard path1&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
       &amp;lt;condition value="2"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;dashboard path2&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
      &amp;lt;/change&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jul 2017 11:55:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246915#M15387</guid>
      <dc:creator>simha111</dc:creator>
      <dc:date>2017-07-20T11:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linking the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246916#M15388</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;condition value="1"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;/app/search/a&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
       &amp;lt;condition value="2"&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;/app/search/kv&amp;lt;/link&amp;gt;
      &amp;lt;/condition&amp;gt;
      &amp;lt;/change&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jul 2017 11:55:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Linking-the-dashboard/m-p/246916#M15388</guid>
      <dc:creator>simha111</dc:creator>
      <dc:date>2017-07-20T11:55:48Z</dc:date>
    </item>
  </channel>
</rss>

