Dashboards & Visualizations

Checkbox value to another token with searchWhenChanged=false

JykkeDaMan
Path Finder

I cannot make this work if I have the searchWhenChanged=false. I would like to set the token and do the search only after Submit button is pressed.

 

 

<form script="simple_xml_examples:showtokens.js">
  <label>Set another token by checkbox value</label>
  <fieldset submitButton="true">
    <input type="checkbox" token="checked" searchWhenChanged="false">
      <choice value="yes">Check for yes</choice>
      <change>
        <condition value="yes">
          <eval token="checked_result_value">if(true(), $form.checked$, "never_here"</eval>
        </condition>
        <condition>
          <eval token="checked_result_value">"NotChecked"</eval>
        </condition>
      </change>
    </input>
  </fieldset>
  <row>
    <panel>
      <single>
        <search>
          <query>| makeresults | eval value="$checked_result_value$"</query>
        </search>
      </single>
    </panel>
  </row>
</form>

 

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...