<?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 use two depends in same dashboard panel in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488453#M31988</link>
    <description>&lt;P&gt;@hrs2019 , it should look like the following instead of two separate &lt;CODE&gt;&amp;lt;panel&amp;gt;&lt;/CODE&gt; sections.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel id="myTableStyle" depends="setid"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In your example seems like you need only one token dependency which as per your question should have been two. Nevertheless if you have multiple token dependency you can always add them as comma separated tokens. For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel id="myTableStyle" depends="token1,token2"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm. If you have any other issue please add more details.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 06:47:48 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-04-29T06:47:48Z</dc:date>
    <item>
      <title>How to use two depends in same dashboard panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488452#M31987</link>
      <description>&lt;P&gt;Hello everyone ,&lt;BR /&gt;
How to use two depends in same dashboard panel if i want to use &lt;BR /&gt;
&lt;STRONG&gt;i want to use here both the *&lt;EM&gt;panel id for font-siz *&lt;/EM&gt; and **panel depends&lt;/STRONG&gt; for dropdown in same panel  can any one help me out**&lt;BR /&gt;&lt;BR /&gt;
      **#&lt;/P&gt;

&lt;P&gt;My XML code &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form theme="dark"&amp;gt;
  &amp;lt;label&amp;gt;Resize panal&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="setid"&amp;gt;
      &amp;lt;label&amp;gt;sst&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;Area Nmae Details&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;Area Nmae Details&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;| inputlookup raj100|table ApName "Area Nmae Details"&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$alwaysHideCSS$"&amp;gt;
      &amp;lt;html&amp;gt;
      &amp;lt;style&amp;gt;
        #myTableStyle{
          font-size: 70% !important;
        }
      &amp;lt;/style&amp;gt;
    &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="myTableStyle"&amp;gt;    &amp;lt;panel depends="setid"&amp;gt;  **#i want to use here both the (panel id for **font-siz** and panel depends for **dropdown token**) in same panel  #**
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| inputlookup raj100 FERD=$setid$|table ApName "Area Nmae Details" "Area CP Name" CLevel Date "Issue Description" "MD Name" PinID "Recommended Fix" "SC Title Name" Srate Task Title URL&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;4&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488452#M31987</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-28T20:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use two depends in same dashboard panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488453#M31988</link>
      <description>&lt;P&gt;@hrs2019 , it should look like the following instead of two separate &lt;CODE&gt;&amp;lt;panel&amp;gt;&lt;/CODE&gt; sections.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel id="myTableStyle" depends="setid"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In your example seems like you need only one token dependency which as per your question should have been two. Nevertheless if you have multiple token dependency you can always add them as comma separated tokens. For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel id="myTableStyle" depends="token1,token2"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm. If you have any other issue please add more details.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 06:47:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488453#M31988</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-29T06:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use two depends in same dashboard panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488454#M31989</link>
      <description>&lt;P&gt;yes it is working thanks again @niketnilay &lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 09:50:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488454#M31989</guid>
      <dc:creator>hrs2019</dc:creator>
      <dc:date>2020-04-29T09:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use two depends in same dashboard panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488455#M31990</link>
      <description>&lt;P&gt;@hrs2019 I have converted my comment to answer. If your issue is resolved please accept/up vote &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-use-two-depends-in-same-dashboard-panel/m-p/488455#M31990</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-29T10:01:18Z</dc:date>
    </item>
  </channel>
</rss>

