Dashboards & Visualizations

How to reset multiselect input value when parent value changed...in multislect depends tag used

9198459056
Loves-to-Learn Everything

i have parent dropdown have cc as token and in for this parent there is child multislect having different value for different country..So..it is having depends=$cc$ so how to reset the multislect when it's cc is changing..

 

Labels (4)
0 Karma

9198459056
Loves-to-Learn Everything

<input type="dropdown" token="cc" searchWhenchanged="true">
<label>Country</label>
<choice value="AU">AU</choice>
<choice value="AK">AK</choice>
<choice value="UK">UK</choice>
<change>
<condition><unset token="form.inpst"></unset></condition>
</change>
<input type="multiselect"  token="inpst" searchWhenChanged="true" depends="$cc$">
<label>
<fieldForLabel>desc</fieldForLabel>
<fieldForValue>desc</fieldForValue>
<search>
<query><lookupQuery|where cc="$cc$"|field desc
</query>
</search>
<delimiter> OR </delimiter>
<valuePrefix>InputSource=</valuePreix>
<valueSuffix>"</valueSuffix>
</input>

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

A few typos but basically correct:

<input type="dropdown" token="cc" searchWhenChanged="true">
<label>Country</label>
<choice value="AU">AU</choice>
<choice value="AK">AK</choice>
<choice value="UK">UK</choice>
<change>
<condition><unset token="form.inpst"></unset></condition>
</change>
</input>
<input type="multiselect"  token="inpst" searchWhenChanged="true" depends="$cc$">
<label></label>
<fieldForLabel>desc</fieldForLabel>
<fieldForValue>desc</fieldForValue>
<search>
<query>lookupQuery|where cc="$cc$"|fields desc
</query>
</search>
<delimiter> OR </delimiter>
<valuePrefix>InputSource="</valuePreix>
<valueSuffix>"</valueSuffix>
</input>
0 Karma

9198459056
Loves-to-Learn Everything

i used both 
1-unset the form.inpst
2-unset the inpst

both are not working 

please help

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

In the change handler for the "parent" dropdown, unset the form.childdropdown token or set it to an empty value

0 Karma

9198459056
Loves-to-Learn Everything

I unset the child token in parent dropdown..but still not working that's y asking

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Can you share your SimpleXML?

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud’s AI Assistant in Action Series: Analyzing and ...

This is the second post in our Splunk Observability Cloud’s AI Assistant in Action series, in which we look at ...

Elevate Your Organization with Splunk’s Next Platform Evolution

 Thursday, July 10, 2025  |  11AM PDT / 2PM EDT Whether you're managing complex deployments or looking to ...

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...