<?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 Can I use the same input dropdowns in a different dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603193#M49551</link>
    <description>&lt;P&gt;Hello, I have a dashboard with a couple of input dropdowns. Can I use the same input dropdowns in a different dashboard? The first dashboard input dropdowns should change the second dashboard input&amp;nbsp;dropdowns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 18:44:25 GMT</pubDate>
    <dc:creator>kabir18h</dc:creator>
    <dc:date>2022-06-24T18:44:25Z</dc:date>
    <item>
      <title>Can I use the same input dropdowns in a different dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603193#M49551</link>
      <description>&lt;P&gt;Hello, I have a dashboard with a couple of input dropdowns. Can I use the same input dropdowns in a different dashboard? The first dashboard input dropdowns should change the second dashboard input&amp;nbsp;dropdowns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 18:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603193#M49551</guid>
      <dc:creator>kabir18h</dc:creator>
      <dc:date>2022-06-24T18:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603195#M49552</link>
      <description>&lt;P&gt;Sure.&amp;nbsp; Just copy the code from one dashboard to the other.&lt;/P&gt;&lt;P&gt;One dashboard cannot control another, except perhaps via some JavaScript (just guessing, I don't know JS well enough to say for sure).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 18:02:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603195#M49552</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-24T18:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603197#M49553</link>
      <description>&lt;P&gt;I meant can one dashboard dropdown inputs change another dashboard's dropdown inputs ?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 18:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603197#M49553</guid>
      <dc:creator>kabir18h</dc:creator>
      <dc:date>2022-06-24T18:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603200#M49555</link>
      <description>&lt;P&gt;As I wrote in the second part of my answer, one dashboard can't influence another with the possible exception of some JavaScript magic.&amp;nbsp; Also, one dashboard can drill down to another and pass parameters that modify the inputs, but I suspect that's not what you have in mind.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 18:39:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603200#M49555</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-24T18:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603215#M49557</link>
      <description>&lt;P&gt;Yes I want exactly the same. Pass the parameters &amp;nbsp;from first dashboard to second dashbord which modify the inputs in the second dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 20:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603215#M49557</guid>
      <dc:creator>kabir18h</dc:creator>
      <dc:date>2022-06-24T20:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603224#M49558</link>
      <description>&lt;P&gt;To do that, the source dashboard must call the target dashboard and pass the tokens the target dashboard expects.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownIntro" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownIntro&lt;/A&gt;&amp;nbsp;for a description of how drilldowns work and how to set up a drilldown in a dashboard.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This document,&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownLinkToDashboard," target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownLinkToDashboard,&lt;/A&gt;&amp;nbsp;describes how to link one dashboard to another and pass parameters.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 00:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-I-use-the-same-input-dropdowns-in-a-different-dashboard/m-p/603224#M49558</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-25T00:39:24Z</dc:date>
    </item>
  </channel>
</rss>

