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!

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...

Splunk MCP & Agentic AI: Machine Data Without Limits

Discover how the Splunk Model Context Protocol (MCP) Server can revolutionize the way your organization uses ...