Dashboards & Visualizations

How to add a checkbox to panel to hide and unhide panel on dashboard

Mary666
Communicator

Hi Splunk Community,

How can I add a check box to unhide and hide panel? This panel is not dependent of any other panel. Only need to check to hide, check to unhide. My code is below.  Such a simple thing, but can't get it done. Any help is greatly apricated. 

*****MY ATTEMPT ON CREATING THE CHECKBOX INPUT*****
<panel depends="$tok_hide$" >
      <input type="checkbox" token="tok_hide" searchWhenChanged="true">
        <label></label>
        <choice value="TRUE"></choice>
      </input>
  *****BELOW IS THE PANEL I WOULD LIKE TO HIDE AND UNHIDE*****
      <table>
        <title>FileS To Read</title>
        <search>
          <query> Blah blah blah.....  </query>




Labels (3)
Tags (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Change depends to rejects - this will hide the whole panel - to unhide it you will also need a way to unset the token.

0 Karma

Mary666
Communicator

@ITWhisperer  Thanks, still having trouble with the check box. I did the panel rejects and unset the token. I can't get the checkbox to function. It does not open the panel and it does not close it. Any suggestions will be greatly appreciated. 

<panel rejects="$tok_update$">
      <input type="checkbox" token="tok_update" searchWhenChanged="true">
        <label>Last Updated</label>
        <prefix>(</prefix>
        <suffix>)</suffix>
        <valuePrefix>update="</valuePrefix>
        <valueSuffix>"</valueSuffix>
        <delimiter>OR</delimiter>
        <fieldForLabel>update</fieldForLabel>
        <fieldForValue>update</fieldForValue>
        <search>
          <query>| blah blah blah blah 
        <unset token="tok_update"></unset>
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

This doesn't look like the checkbox you originally had. 

*****MY ATTEMPT ON CREATING THE CHECKBOX INPUT*****
<panel rejects="$tok_hide$" >
      <input type="checkbox" token="tok_hide" searchWhenChanged="true">
        <label></label>
        <choice value="TRUE"></choice>
      </input>
  *****BELOW IS THE PANEL I WOULD LIKE TO HIDE AND UNHIDE*****
      <table>
        <title>FileS To Read</title>
        <search>
          <query> Blah blah blah.....  </query>
0 Karma
Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...