<?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: Multiselect input to hide/show multiple panels in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640189#M16081</link>
    <description>&lt;P&gt;This given solution works perfectly. But my requirement is to use value="*" for "All" as I need to use this value in other panels. could you please share the updated dashboard xml having&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 10:34:07 GMT</pubDate>
    <dc:creator>mnj1809</dc:creator>
    <dc:date>2023-04-17T10:34:07Z</dc:date>
    <item>
      <title>How to achieve multiselect input to hide/show multiple panels?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640155#M16073</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Panels are not showing/hiding based on the selection of the multiselect input.&lt;BR /&gt;&lt;BR /&gt;&amp;lt;form&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Multiselect input to hide/show multiple panels&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;&lt;BR /&gt;| makeresults&lt;BR /&gt;| fields - _time&lt;BR /&gt;| eval data="$service_tok$"&lt;BR /&gt;| eval condition=case(match(data,"\*"),"show_all",match(data,"Windows") AND match(data,"NIX") AND match(data,"VMWare"),"show_all",match(data,"Windows"),"Windows",match(data,"NIX"),"NIX",match(data,"VMWare"),"VMWare")&lt;BR /&gt;| eval show_all=case(condition="show_all","true")&lt;BR /&gt;| eval show_windows=case(condition="Windows" OR condition="show_all","true")&lt;BR /&gt;| eval show_nix=case(condition="NIX" OR condition="show_all","true")&lt;BR /&gt;| eval show_vmware=case(condition="VMWare" OR condition="show_all","true")&lt;BR /&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;done&amp;gt;&lt;BR /&gt;&amp;lt;condition match="$job.resultCount$!=0"&amp;gt;&lt;BR /&gt;&amp;lt;eval token="tokShowAll"&amp;gt;case(isnotnull($result.show_all$),$result.show_all$)&amp;lt;/eval&amp;gt;&lt;BR /&gt;&amp;lt;eval token="tokShowWindows"&amp;gt;case(isnotnull($result.show_windows$),$result.show_windows$)&amp;lt;/eval&amp;gt;&lt;BR /&gt;&amp;lt;eval token="tokShowNIX"&amp;gt;case(isnotnull($result.show_nix$),$result.show_nix$)&amp;lt;/eval&amp;gt;&lt;BR /&gt;&amp;lt;eval token="tokShowVMWare"&amp;gt;case(isnotnull($result.show_vmware$),$result.show_vmware$)&amp;lt;/eval&amp;gt;&lt;BR /&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;condition&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowAll"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowWindows"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowNIX"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowVMWare"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;/done&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fieldset submitButton="false"&amp;gt;&lt;BR /&gt;&amp;lt;input type="time" token="field1"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-60m@m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="multiselect" token="service_tok" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Select a Service&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="Windows"&amp;gt;Windows&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="NIX"&amp;gt;NIX&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="VMWare"&amp;gt;VMWare&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;change&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowAll"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowWindows"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowNIX"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;unset token="tokShowVMWare"&amp;gt;&amp;lt;/unset&amp;gt;&lt;BR /&gt;&amp;lt;/change&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;delimiter&amp;gt; &amp;lt;/delimiter&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;/fieldset&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row depends="$tokShowWindows$"&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Windows Request Count&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;host=abcd source="/access.log*" | timechart span=1hr count by host&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-4h@m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row depends="$tokShowNIX$"&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;NIX Request Count&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;host=abcd source="access.log" | timechart span=1hr count by host&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-4h@m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row depends="$tokShowVMWare$"&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;VMWare Request Count&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;host=abcd source="access.log" | timechart span=1hr count by host&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-4h@m&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 21:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640155#M16073</guid>
      <dc:creator>mnj1809</dc:creator>
      <dc:date>2023-04-17T21:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640164#M16074</link>
      <description>&lt;P&gt;Please explain what each part of the dashboard is trying to do and how it is trying to do it?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:47:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640164#M16074</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-17T07:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640166#M16076</link>
      <description>&lt;P&gt;Thanks for your prompt response.&lt;BR /&gt;I just want to show and hide panels based on the selection of values in Multiselect Input. For example, If I select "Windows" in the multiselect input then only&amp;nbsp;panel "Windows Request Count" should be shown and if I select "Windows" and "NIX" in the multiselect input then panels "Windows Request Count" and NIX Request Count" should be shown.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 08:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640166#M16076</guid>
      <dc:creator>mnj1809</dc:creator>
      <dc:date>2023-04-17T08:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640167#M16077</link>
      <description>&lt;P&gt;Add a change handler to the multiselect to set the appropriate tokens based on the selection.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 08:11:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640167#M16077</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-17T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640173#M16078</link>
      <description>&lt;P&gt;As you can see in my shared dashboard xml, I've added the change handler but it's not working as expected. could you please share another solution to achieve the requirement or update my shared xml please. Please see the attached screenshot for your reference.&lt;BR /&gt;I've selected "Windows" and "NIX" in the multiselect input but only "Windows Request Count" panel is shown however "NIX Request Count" panel should also be shown.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 09:25:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640173#M16078</guid>
      <dc:creator>mnj1809</dc:creator>
      <dc:date>2023-04-17T09:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640185#M16080</link>
      <description>&lt;P&gt;Your change handler on the multiselect is unsetting all the tokens, it is not setting any of them based on the input selected. This is where you need to have a change handler.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form version="1.1"&amp;gt;
  &amp;lt;label&amp;gt;Multiselect Choice&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;input type="multiselect" token="alloptions" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
      &amp;lt;choice value="All"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="second_choice"&amp;gt;second choice&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="third_choicee"&amp;gt;third choice&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="fourth_choice"&amp;gt;fourth choice&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="fifth_choicee"&amp;gt;fifth choice&amp;lt;/choice&amp;gt;
      &amp;lt;delimiter&amp;gt;,&amp;lt;/delimiter&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;eval token="form.alloptions"&amp;gt;case(mvcount('form.alloptions')=0,"All",mvcount('form.alloptions')&amp;amp;gt;1 AND mvfind('form.alloptions',"All")&amp;amp;gt;0,"All",mvcount('form.alloptions')&amp;amp;gt;1 AND mvfind('form.alloptions',"All")=0,mvfilter('form.alloptions'!="All"),1==1,'form.alloptions')&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="second"&amp;gt;if(isnotnull(mvfind('form.alloptions',"second_choice")) OR isnotnull(mvfind('form.alloptions',"All")),1,null())&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="third"&amp;gt;if(isnotnull(mvfind('form.alloptions',"third_choice")) OR isnotnull(mvfind('form.alloptions',"All")),1,null())&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fourth"&amp;gt;if(isnotnull(mvfind('form.alloptions',"fourth_choice")) OR isnotnull(mvfind('form.alloptions',"All")),1,null())&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fifth"&amp;gt;if(isnotnull(mvfind('form.alloptions',"fifth_choice")) OR isnotnull(mvfind('form.alloptions',"All")),1,null())&amp;lt;/eval&amp;gt;
      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$second$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Second Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel depends="$third$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Third Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel depends="$fourth$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Fourth Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel depends="$fifth$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Fifth Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Apr 2023 09:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640185#M16080</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-17T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640189#M16081</link>
      <description>&lt;P&gt;This given solution works perfectly. But my requirement is to use value="*" for "All" as I need to use this value in other panels. could you please share the updated dashboard xml having&lt;BR /&gt;&amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 10:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640189#M16081</guid>
      <dc:creator>mnj1809</dc:creator>
      <dc:date>2023-04-17T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640195#M16082</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;lt;form version="1.1"&amp;gt;
  &amp;lt;label&amp;gt;Multiselect Choice&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;input type="multiselect" token="alloptions" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="second_choice"&amp;gt;second choice&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="third_choice"&amp;gt;third choice&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="fourth_choice"&amp;gt;fourth choice&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="fifth_choice"&amp;gt;fifth choice&amp;lt;/choice&amp;gt;
      &amp;lt;delimiter&amp;gt;,&amp;lt;/delimiter&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;eval token="form.alloptions"&amp;gt;case(mvcount('form.alloptions')=0,"*",mvcount('form.alloptions')&amp;amp;gt;1 AND mvfind('form.alloptions',"\\*")&amp;amp;gt;0,"*",mvcount('form.alloptions')&amp;amp;gt;1 AND mvfind('form.alloptions',"\\*")=0,mvfilter('form.alloptions'!="*"),1==1,'form.alloptions')&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="second"&amp;gt;if(isnotnull(mvfind('form.alloptions',"second_choice")) OR isnotnull(mvfind('form.alloptions',"\\*")),1,null())&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="third"&amp;gt;if(isnotnull(mvfind('form.alloptions',"third_choice")) OR isnotnull(mvfind('form.alloptions',"\\*")),1,null())&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fourth"&amp;gt;if(isnotnull(mvfind('form.alloptions',"fourth_choice")) OR isnotnull(mvfind('form.alloptions',"\\*")),1,null())&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fifth"&amp;gt;if(isnotnull(mvfind('form.alloptions',"fifth_choice")) OR isnotnull(mvfind('form.alloptions',"\\*")),1,null())&amp;lt;/eval&amp;gt;
      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$second$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Second Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel depends="$third$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Third Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel depends="$fourth$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Fourth Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel depends="$fifth$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;p&amp;gt;Fifth Panel&amp;lt;/p&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Apr 2023 11:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640195#M16082</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-17T11:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect input to hide/show multiple panels</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640197#M16083</link>
      <description>&lt;P&gt;Thank you so much. Works perfectly !!!&lt;BR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 11:55:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-achieve-multiselect-input-to-hide-show-multiple-panels/m-p/640197#M16083</guid>
      <dc:creator>mnj1809</dc:creator>
      <dc:date>2023-04-17T11:55:24Z</dc:date>
    </item>
  </channel>
</rss>

