<?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: How to pass values from Pulldown to a Tab in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35588#M1532</link>
    <description>&lt;P&gt;The idea is that you're using two modules - Pulldown and Tabs,   to create $foo$ tokens,  in this case $selectedHost$ and $selectedTab$,   and then you will plug both of those values into a Search param that is downstream from both.    &lt;/P&gt;

&lt;P&gt;What you're doing here is trying to plug the $selectedHost$ value into the value of the Tabs module, but that's making things too complicated.   Just let the Tabs value be one thing, and the Pulldown value be another,  and then combine them in the Search module. &lt;/P&gt;

&lt;P&gt;ie  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Search"&amp;gt;
  &amp;lt;param name="search"&amp;gt;$selectedHost$ $selectedTab$ | timechart max(foo) by bar&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 18 Feb 2013 19:25:29 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2013-02-18T19:25:29Z</dc:date>
    <item>
      <title>How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35582#M1526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;currently I am having problems passing a value in sideviews from a pulldown and switcher to a tab in order to execute a search. I created a html module to check if it will be displayed there and so far that worked out. &lt;/P&gt;

&lt;P&gt;But I want to get that value depending on the selection within the pulldown and switcher module get passed to the tab.&lt;/P&gt;

&lt;P&gt;Is that possible? Please find below a screenshot.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;

&lt;P&gt;regards&lt;BR /&gt;
Mike&lt;BR /&gt;
&lt;IMG src="http://splunk-base.splunk.com//storage/ent.jpeg" alt="alt text" /&gt;&lt;BR /&gt;
&lt;IMG src="http://splunk-base.splunk.com//storage/tab_3.jpeg" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 12:03:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35582#M1526</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2013-02-18T12:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35583#M1527</link>
      <description>&lt;P&gt;So the user picks a host, and then picks either Hardware, Commands or Performance from the Tabs module.   I see you're trying to use $selectedHost$ in Hardware and Command (that wont work but more on this when I answer),   my first question is -- are you not using the $selectedHost$ key at all in Performance,  or are you using the key but using it in a different way?   If you can answer that question I can er,  better answer your Question. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 17:52:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35583#M1527</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-18T17:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35584#M1528</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Thanks for having a look at my question.&lt;/P&gt;

&lt;P&gt;Yes i am using the $selectedHost$ in the Performance-Tab, (right After sourcetype) unfortunately it. Doesn't show.&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
Mike&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 18:39:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35584#M1528</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2013-02-18T18:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35585#M1529</link>
      <description>&lt;P&gt;And you're using it in a different way?  Can I assume it does not look like &lt;CODE&gt;host="$selectedHost$"&lt;/CODE&gt;  ?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35585#M1529</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-18T19:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35586#M1530</link>
      <description>&lt;P&gt;It Loks exactly like that. host="$selectedHost$"&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:13:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35586#M1530</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2013-02-18T19:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35587#M1531</link>
      <description>&lt;P&gt;Oh.  Well just don't put that in there, but instead pull it out into the Search module downstream.    I'll write up a proper answer below.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:23:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35587#M1531</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-18T19:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35588#M1532</link>
      <description>&lt;P&gt;The idea is that you're using two modules - Pulldown and Tabs,   to create $foo$ tokens,  in this case $selectedHost$ and $selectedTab$,   and then you will plug both of those values into a Search param that is downstream from both.    &lt;/P&gt;

&lt;P&gt;What you're doing here is trying to plug the $selectedHost$ value into the value of the Tabs module, but that's making things too complicated.   Just let the Tabs value be one thing, and the Pulldown value be another,  and then combine them in the Search module. &lt;/P&gt;

&lt;P&gt;ie  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Search"&amp;gt;
  &amp;lt;param name="search"&amp;gt;$selectedHost$ $selectedTab$ | timechart max(foo) by bar&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:25:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35588#M1532</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-18T19:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35589#M1533</link>
      <description>&lt;P&gt;Wow, thanks. That worked.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35589#M1533</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2013-02-18T19:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35590#M1534</link>
      <description>&lt;P&gt;Cool.   One other comment - it's a &lt;EM&gt;little&lt;/EM&gt; weird to have anything downstream from an HTML module like you have in your screenshot from the Sideview Editor.   It wont hurt anything but it wont really do anything either.   Sometimes I nest things just cause I want the layoutPanel att's to all be specified in a single place,  but for the most part unnecessary nesting just causes confusion in the long run.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35590#M1534</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-18T19:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass values from Pulldown to a Tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35591#M1535</link>
      <description>&lt;P&gt;It is weird, but it helped me figuring out wether The value was being passed down or not.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 20:42:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-pass-values-from-Pulldown-to-a-Tab/m-p/35591#M1535</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2013-02-18T20:42:34Z</dc:date>
    </item>
  </channel>
</rss>

