<?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 specify multiple token with &amp;lt;panel depends=&amp;quot;$token$ &amp;quot;&amp;gt; for a single panel in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-specify-multiple-token-with-lt-panel-depends-quot-token/m-p/643174#M52521</link>
    <description>&lt;P&gt;The name of the series / bar being clicked on is available in $click.name2$ - you can use this in your drilldown code to set a token which is use in the search in your panel (and for the depends for the panel too)&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2023 09:48:06 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-05-12T09:48:06Z</dc:date>
    <item>
      <title>How to specify multiple token with &lt;panel depends="$token$ "&gt; for a single panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-specify-multiple-token-with-lt-panel-depends-quot-token/m-p/643124#M52510</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a bar chart(Fig 1:),where it's y-axis has three different field-i.e; based on each month we get this in-terms&amp;nbsp; of three different bar(A,B &amp;amp; C) for that particular month.&lt;/P&gt;&lt;P&gt;where i wanted drilldown for this panel,but the problem is this particular panel is dependent on these 3bars,while specifying the token within panel i.e; &amp;lt;panel depends="$token$" &amp;gt; how can i specify these different tokens within one particular panel such that when i click on any of these bar,I should get drilldown for only that particular selected bar in the panel.&lt;/P&gt;&lt;P&gt;Fig 1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sss_0-1683865531408.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25355iB56E729BFAAA1A21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sss_0-1683865531408.png" alt="Sss_0-1683865531408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 04:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-specify-multiple-token-with-lt-panel-depends-quot-token/m-p/643124#M52510</guid>
      <dc:creator>Sss</dc:creator>
      <dc:date>2023-05-12T04:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify multiple token with &lt;panel depends="$token$ "&gt; for a single panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-specify-multiple-token-with-lt-panel-depends-quot-token/m-p/643167#M52517</link>
      <description>&lt;P&gt;You may not use&amp;nbsp;&lt;SPAN&gt;&amp;lt;panel depends="$token$" &amp;gt;. It&amp;nbsp;requires a comma-separated list of token names but not a single token value.&amp;nbsp;For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;module&amp;gt;
    &amp;lt;panel&amp;gt;
        &amp;lt;input type="text" token="token1" default="default_value" searchWhenChanged="true"/&amp;gt;
        &amp;lt;input type="text" token="token2" default="default_value" searchWhenChanged="true" depends="token1"/&amp;gt;
        &amp;lt;input type="text" token="token3" default="default_value" searchWhenChanged="true" depends="token1, token2"/&amp;gt;
    &amp;lt;/panel&amp;gt;
&amp;lt;/module&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;token2&lt;SPAN&gt; depends on &lt;/SPAN&gt;token1&lt;SPAN&gt;, and &lt;/SPAN&gt;token3&lt;SPAN&gt; depends on both &lt;/SPAN&gt;token1&lt;SPAN&gt; and &lt;/SPAN&gt;token2&lt;SPAN&gt;. This means that when the value of &lt;/SPAN&gt;token1&lt;SPAN&gt; changes, it will automatically update the values of &lt;/SPAN&gt;token2&lt;SPAN&gt; and &lt;/SPAN&gt;token3&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 09:20:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-specify-multiple-token-with-lt-panel-depends-quot-token/m-p/643167#M52517</guid>
      <dc:creator>TrangCIC81</dc:creator>
      <dc:date>2023-05-12T09:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify multiple token with &lt;panel depends="$token$ "&gt; for a single panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-specify-multiple-token-with-lt-panel-depends-quot-token/m-p/643174#M52521</link>
      <description>&lt;P&gt;The name of the series / bar being clicked on is available in $click.name2$ - you can use this in your drilldown code to set a token which is use in the search in your panel (and for the depends for the panel too)&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 09:48:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-specify-multiple-token-with-lt-panel-depends-quot-token/m-p/643174#M52521</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-12T09:48:06Z</dc:date>
    </item>
  </channel>
</rss>

