<?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 customized panels within tabs in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35785#M1553</link>
    <description>&lt;P&gt;worked, thanks. The problem I have now is the following.&lt;BR /&gt;
I have all my SimpleResultsTable in panel_row4_col1. I would like to create a view, where each tab has its own structure or panel design i.e. &lt;/P&gt;

&lt;P&gt;tab1 with the results in&lt;BR /&gt;
panel_row4_col1&lt;/P&gt;

&lt;P&gt;tab2 with the results in&lt;BR /&gt;
panel_row4_col1 and panel_row4_col2&lt;/P&gt;

&lt;P&gt;tab3 with the results in&lt;BR /&gt;
panel_row4_col1 and panel_row4_col2 panel_row4_col1 and panel_row4_col3&lt;/P&gt;

&lt;P&gt;How do I do it correctly? Because when I do it like the above description, it shows three columns in all tabs.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:21:19 GMT</pubDate>
    <dc:creator>lemikg</dc:creator>
    <dc:date>2020-09-28T13:21:19Z</dc:date>
    <item>
      <title>creating customized panels within tabs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35781#M1549</link>
      <description>&lt;P&gt;Hi splunkers,&lt;/P&gt;

&lt;P&gt;I have a pulldown with a selection oft host, which will be passed down to three different tabs.&lt;/P&gt;

&lt;P&gt;Is it possible to create panels and Charts oft each tab individually?&lt;/P&gt;

&lt;P&gt;Amy reference would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
Mike&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 17:15:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35781#M1549</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2013-02-18T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: creating customized panels within tabs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35782#M1550</link>
      <description>&lt;P&gt;This seems at least very close to being a duplicate of  &lt;A href="http://splunk-base.splunk.com/answers/76218/how-to-pass-values-from-pulldown-to-a-tab"&gt;http://splunk-base.splunk.com/answers/76218/how-to-pass-values-from-pulldown-to-a-tab&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;However I'll treat it as a separate question  in that here you're talking more about each Tab having it's own module config, where each branch is arbitrarily different from the others. &lt;/P&gt;

&lt;P&gt;The answer there is the Switcher module.   The Sideview Tabs module just acts sort of like a Pulldown module - it implements something from which the user can  select a single value, and sends that key downstream.      If you want to fork over to different config  based on that value,  that's what Switcher does.     &lt;/P&gt;

&lt;P&gt;If you're used to the core Splunk TabSwitcher module, you have to unlearn things a bit because in the core module both of these quite different functions were jammed into one module.  &lt;/P&gt;

&lt;P&gt;90% of the time with the Sideview Tabs module you don't actually need the Switchery,  and more surprisingly, Switcher can be used downstream from PostProcess and ResultsValueSetter in some really surprising ways.    &lt;/P&gt;

&lt;P&gt;Hope this helps, and check out the documentation within Sideview Utils about the Switcher module!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 19:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35782#M1550</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-18T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: creating customized panels within tabs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35783#M1551</link>
      <description>&lt;P&gt;indeed, that question is based on the thread you mentioned. I already had a look at the switcher and implemented that as well, but I have no idea where to continue now. &lt;/P&gt;

&lt;P&gt;Should I add anything else to switcher?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com//storage/ent.jpeg"&gt;http://splunk-base.splunk.com//storage/ent.jpeg&lt;/A&gt; (pls ignore the html-module after the switcher)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 22:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35783#M1551</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2013-02-18T22:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: creating customized panels within tabs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35784#M1552</link>
      <description>&lt;P&gt;Oh I see.  You're a little confused.   If you want the Tabs module to drive the Switcher's switching,  then the Switcher must be downstream from the Tabs.  Take a look at the documentation for the Switcher module. By which I mean go to the documentation page and then view the source of that page, either as an XML file or in the Sideview Editor.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 23:04:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35784#M1552</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-18T23:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: creating customized panels within tabs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35785#M1553</link>
      <description>&lt;P&gt;worked, thanks. The problem I have now is the following.&lt;BR /&gt;
I have all my SimpleResultsTable in panel_row4_col1. I would like to create a view, where each tab has its own structure or panel design i.e. &lt;/P&gt;

&lt;P&gt;tab1 with the results in&lt;BR /&gt;
panel_row4_col1&lt;/P&gt;

&lt;P&gt;tab2 with the results in&lt;BR /&gt;
panel_row4_col1 and panel_row4_col2&lt;/P&gt;

&lt;P&gt;tab3 with the results in&lt;BR /&gt;
panel_row4_col1 and panel_row4_col2 panel_row4_col1 and panel_row4_col3&lt;/P&gt;

&lt;P&gt;How do I do it correctly? Because when I do it like the above description, it shows three columns in all tabs.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35785#M1553</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2020-09-28T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: creating customized panels within tabs</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35786#M1554</link>
      <description>&lt;P&gt;ok, got it. What I was looking for was something like this:&lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;panel_row4_col1_grp1, panel_row4_col1_grp2 and panel_row4_col1_grp3&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;anyway thanks a lot. Sideviews Utils really is making life much easier.&lt;/P&gt;

&lt;P&gt;best regards&lt;BR /&gt;
Mike&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/creating-customized-panels-within-tabs/m-p/35786#M1554</guid>
      <dc:creator>lemikg</dc:creator>
      <dc:date>2020-09-28T13:22:24Z</dc:date>
    </item>
  </channel>
</rss>

