Dashboards & Visualizations

How to change selected choice of dropdown from another dropdown?

naty
Path Finder

Hi,

i have 2 dropdown's in my form:

  <label>Category to show:</label>
  <choice value="1">test1</choice>
  <choice value="2">test2</choice>
  <choice value="3">test2</choice>
  <change>
    <condition value="1">
      <...set some stuff...>
      <set token="interval">1h</set>
    </condition>
    <condition value="2">
      <...set some stuff...>
      <set token="interval">1h</set>
    </condition>
    <condition value="3">
      <...set some stuff...>
      <set token="interval">1mon</set>
    </condition>
  </change>
</input>
<input type="dropdown" token="interval" searchWhenChanged="true">
  <label>Select Interval:</label>
  <choice value="1h">Hourly</choice>
  <choice value="1mon">Monthly</choice>
  <initialValue>1h</initialValue>
</input>

i am able to change the interval token from the "category" dropdown.
however, when the interval changes, the dropdown does not get updated.

for example -
if i choose "test3" in dropdown "category", the token "interval" changes to 1mon, but it still shows "Hourly".

what i would like to do is - when i change the interval token, i want that the interval dropdown would get updated too.

Hope i was clear enough 🙂

How to do?

Tags (1)
0 Karma
1 Solution

rjthibod
Champion

You need to use the form.interval token instead of just interval in order to show the change in the UI. So, you just need to update all your lines inside the conditionals from <set token="interval" ... to <set token="form.interval" ...

View solution in original post

rjthibod
Champion

You need to use the form.interval token instead of just interval in order to show the change in the UI. So, you just need to update all your lines inside the conditionals from <set token="interval" ... to <set token="form.interval" ...

naty
Path Finder

Thank you!
worked like a charm 😄

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 ...