<?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 can I unset a token on a table panel? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329398#M21348</link>
    <description>&lt;P&gt;@peterchenadded , I have converted to comment because this seems like an incomplete answer. Anyways, since @chitreshakumar has not provided required context for his question we should wait before we attempt answering the same.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Oct 2017 13:10:12 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-10-31T13:10:12Z</dc:date>
    <item>
      <title>How can I unset a token on a table panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329395#M21345</link>
      <description>&lt;P&gt;I need the help on resetting the token using bucket name given to the table panel of the dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 12:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329395#M21345</guid>
      <dc:creator>chitreshakumar</dc:creator>
      <dc:date>2017-10-30T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I unset a token on a table panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329396#M21346</link>
      <description>&lt;P&gt;@chitreshakumar - we really need more specific questions.  Here are some suggestions about how to be specific:&lt;/P&gt;

&lt;P&gt;1) Specify exactly what you want the screen to do, that it is not doing. &lt;/P&gt;

&lt;P&gt;2) Post the relevant sections of the code.  (Do not post confidential matters.) Before submitting, either put four spaces in front of each code line, or highlight the code and press the &lt;CODE&gt;code&lt;/CODE&gt; button (marked 101 010).  This will prevent the interface from deleting or obeying elements that look like HTML.&lt;/P&gt;

&lt;P&gt;3) Specify what you have attempted to try to make it work.  This will allow us to understand how much explanation you need.   &lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:42:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329396#M21346</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-10-30T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I unset a token on a table panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329397#M21347</link>
      <description>&lt;P&gt;You need to define a drilldown within the table simple xml and unset it e.g&lt;/P&gt;

&lt;P&gt;...&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 12:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329397#M21347</guid>
      <dc:creator>peterchenadded</dc:creator>
      <dc:date>2017-10-31T12:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I unset a token on a table panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329398#M21348</link>
      <description>&lt;P&gt;@peterchenadded , I have converted to comment because this seems like an incomplete answer. Anyways, since @chitreshakumar has not provided required context for his question we should wait before we attempt answering the same.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 13:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329398#M21348</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-10-31T13:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I unset a token on a table panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329399#M21349</link>
      <description>&lt;P&gt;It would be something like this .And it's working fine for me    &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="link" token="tokClear" searchWhenChanged="true"&amp;gt;
         &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
         &amp;lt;change&amp;gt;
           &amp;lt;condition value="reset"&amp;gt;
             &amp;lt;unset token="form.id"&amp;gt;&amp;lt;/unset&amp;gt;
             &amp;lt;unset token="form.type"&amp;gt;&amp;lt;/unset&amp;gt;
             &amp;lt;unset token="form.names"&amp;gt;&amp;lt;/unset&amp;gt;
            &amp;lt;unset token="reset_tok"&amp;gt;&amp;lt;/unset&amp;gt;
             &amp;lt;unset token="form.reset_tok"&amp;gt;&amp;lt;/unset&amp;gt;
             &amp;lt;unset token="tokClear"&amp;gt;&amp;lt;/unset&amp;gt;
             &amp;lt;unset token="form.tokClear"&amp;gt;&amp;lt;/unset&amp;gt;
           &amp;lt;/condition&amp;gt;
         &amp;lt;/change&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Dec 2017 09:29:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-unset-a-token-on-a-table-panel/m-p/329399#M21349</guid>
      <dc:creator>chitreshakumar</dc:creator>
      <dc:date>2017-12-29T09:29:50Z</dc:date>
    </item>
  </channel>
</rss>

