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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...