<?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 How to display an input only for a specific tab in your dashboard ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742407#M240836</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-21 at 11.27.22.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38308i3693AC96138B95AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-03-21 at 11.27.22.png" alt="Screenshot 2025-03-21 at 11.27.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I have a dashboard&amp;nbsp; with two tabs. I've added a dropdown input and I'm going to add more inputs. But I want to display input only for a specific tab. In my case, I want for example the dropdown input to be displayed only when Inventory tab is active.&amp;nbsp; The dropdown input should disappear when I click Sales tab.&lt;/P&gt;&lt;P&gt;Can anyone help me how to achieve this ? Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2025 10:42:59 GMT</pubDate>
    <dc:creator>Ombessam</dc:creator>
    <dc:date>2025-03-21T10:42:59Z</dc:date>
    <item>
      <title>How to display an input only for a specific tab in your dashboard ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742407#M240836</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-21 at 11.27.22.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38308i3693AC96138B95AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-03-21 at 11.27.22.png" alt="Screenshot 2025-03-21 at 11.27.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I have a dashboard&amp;nbsp; with two tabs. I've added a dropdown input and I'm going to add more inputs. But I want to display input only for a specific tab. In my case, I want for example the dropdown input to be displayed only when Inventory tab is active.&amp;nbsp; The dropdown input should disappear when I click Sales tab.&lt;/P&gt;&lt;P&gt;Can anyone help me how to achieve this ? Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 10:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742407#M240836</guid>
      <dc:creator>Ombessam</dc:creator>
      <dc:date>2025-03-21T10:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display an input only for a specific tab in your dashboard ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742408#M240837</link>
      <description>&lt;P&gt;Are you using Classic or Studio?&lt;/P&gt;&lt;P&gt;Please share your source code for your dashboard (in a codeblock &amp;lt;/&amp;gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 10:54:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742408#M240837</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-03-21T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to display an input only for a specific tab in your dashboard ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742409#M240838</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; I'm using dashboard studio. Here is my source code&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "title": "ButterCup Game",
    "description": "",
    "inputs": {
        "input_global_trp": {
            "options": {
                "defaultValue": "0,",
                "token": "global_time"
            },
            "title": "Global Time Range",
            "type": "input.timerange"
        },
        "input_wAcCA79n": {
            "options": {
                "defaultValue": "*",
                "items": [
                    {
                        "label": "All",
                        "value": "*"
                    },
                    {
                        "label": "ACCESSORIES",
                        "value": "ACCESSORIES"
                    },
                    {
                        "label": "ARCADE",
                        "value": "ARCADE"
                    },
                    {
                        "label": "SHOOTER",
                        "value": "SHOOTER"
                    },
                    {
                        "label": "SIMULATION",
                        "value": "SIMULATION"
                    },
                    {
                        "label": "SPORTS",
                        "value": "SPORTS"
                    },
                    {
                        "label": "STRATEGY",
                        "value": "STRATEGY"
                    },
                    {
                        "label": "TEE",
                        "value": "TEE"
                    }
                ],
                "token": "dd_token"
            },
            "title": "Game Categories",
            "type": "input.dropdown"
        }
    },
    "defaults": {
        "dataSources": {
            "ds.search": {
                "options": {
                    "queryParameters": {
                        "earliest": "$global_time.earliest$",
                        "latest": "$global_time.latest$"
                    }
                }
            }
        }
    },
    "visualizations": {
        "viz_t3jLGiwh": {
            "dataSources": {
                "primary": "ds_V5vxqc3K"
            },
            "title": "Sales count by product",
            "type": "splunk.pie"
        }
    },
    "dataSources": {
        "ds_V5vxqc3K": {
            "name": "CategorySales",
            "options": {
                "query": "index=web sourcetype=\"access_combined\" status=200 product_name=* categoryId=$dd_token$\n| stats count by product_name",
                "queryParameters": {
                    "earliest": "$global_time.earliest$",
                    "latest": "$global_time.latest$"
                }
            },
            "type": "ds.search"
        }
    },
    "layout": {
        "globalInputs": [
            "input_global_trp",
            "input_wAcCA79n"
        ],
        "layoutDefinitions": {
            "layout_1": {
                "options": {
                    "height": 960,
                    "width": 1440
                },
                "structure": [
                    {
                        "item": "viz_t3jLGiwh",
                        "position": {
                            "h": 400,
                            "w": 1440,
                            "x": 0,
                            "y": 0
                        },
                        "type": "block"
                    }
                ],
                "type": "grid"
            },
            "layout_AfZAhYi7": {
                "structure": [],
                "type": "grid"
            }
        },
        "options": {},
        "tabs": {
            "items": [
                {
                    "label": "Inventory",
                    "layoutId": "layout_1"
                },
                {
                    "label": "Sales",
                    "layoutId": "layout_AfZAhYi7"
                }
            ]
        }
    }
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 21 Mar 2025 11:04:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742409#M240838</guid>
      <dc:creator>Ombessam</dc:creator>
      <dc:date>2025-03-21T11:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to display an input only for a specific tab in your dashboard ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742411#M240839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/276019"&gt;@Ombessam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you click on your input, then in the panel on the right click the Display dropdown and select "In Canvas"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1742556533674.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38309iFD6422BDBA6BC099/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1742556533674.png" alt="livehybrid_0-1742556533674.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can then move it around inside a single tab.&lt;/P&gt;&lt;P&gt;Please let me know how you get on and consider adding karma to this or any other answer if it has helped.&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Will&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 11:29:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-an-input-only-for-a-specific-tab-in-your/m-p/742411#M240839</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-03-21T11:29:07Z</dc:date>
    </item>
  </channel>
</rss>

