<?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: Drilldown close button in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554057#M157288</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234662"&gt;@akankshayadav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;try to add my input to your dashboard replacing $my_field$ with $token_file$.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jun 2021 07:24:29 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2021-06-02T07:24:29Z</dc:date>
    <item>
      <title>Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554044#M157281</link>
      <description>&lt;P&gt;i have a table with multiple values, and on click of any of the value, an inline panel opens (using depends option) via drilldown.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;now i want that panel to close on click of a button. But also, i need the action of drilldown to open on the click of tables data not on click of button. I just need a close button to close the panel after drilldown, the panel open action is perfect (i.e on click of table value).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 06:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554044#M157281</guid>
      <dc:creator>akankshayadav</dc:creator>
      <dc:date>2021-06-02T06:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554046#M157282</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234662"&gt;@akankshayadav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think that you have a condition in your secondary panel like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;table id="detail" depends="$my_field$"&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;so you have to add to your inputs (in the form header or in the panel):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;input type="radio" token="resetTokens" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
      &amp;lt;choice value="reset"&amp;gt;Reset Inputs&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="retain"&amp;gt;Retain&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;retain&amp;lt;/default&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;condition value="reset"&amp;gt;
          &amp;lt;unset token="my_field"&amp;gt;&amp;lt;/unset&amp;gt;
          &amp;lt;set token="resetTokens"&amp;gt;retain&amp;lt;/set&amp;gt;
        &amp;lt;/condition&amp;gt;
      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;If you share your dashbord, I could be more precise&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 06:35:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554046#M157282</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-02T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554052#M157287</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akankshayadav_0-1622617706942.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14429i01320A7A2DD155E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akankshayadav_0-1622617706942.png" alt="akankshayadav_0-1622617706942.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is my dashboard panel code .Any help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 07:08:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554052#M157287</guid>
      <dc:creator>akankshayadav</dc:creator>
      <dc:date>2021-06-02T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554057#M157288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234662"&gt;@akankshayadav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;try to add my input to your dashboard replacing $my_field$ with $token_file$.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 07:24:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554057#M157288</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-02T07:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554059#M157289</link>
      <description>&lt;P&gt;in which line should i add in my code?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 07:26:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554059#M157289</guid>
      <dc:creator>akankshayadav</dc:creator>
      <dc:date>2021-06-02T07:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554064#M157292</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234662"&gt;@akankshayadav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;they are inputs, so you can put them between &amp;lt;fieldset&amp;gt; tags or inside a panel (between &amp;lt;title&amp;gt; and &amp;lt;table&amp;gt;).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 08:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554064#M157292</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-02T08:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554066#M157293</link>
      <description>&lt;P&gt;Thanks a lot !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 08:29:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554066#M157293</guid>
      <dc:creator>akankshayadav</dc:creator>
      <dc:date>2021-06-02T08:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown close button</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554070#M157295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234662"&gt;@akankshayadav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if this answer solves your need, please, accept it for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated ;_)&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 08:37:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-close-button/m-p/554070#M157295</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-02T08:37:34Z</dc:date>
    </item>
  </channel>
</rss>

