Dashboards & Visualizations

Is there way to refresh a Simple XML drop-down?

lyndac
Contributor

I have two drop-downs on my simple XML dashboard. Both are populated by searches and the second one is dependent on the selection from the first (source below). It works great for populating the drop-downs initially, and if I change the selection in the first drop-down, the list of choices in the second drop-down is regenerated appropriately. This issue is that the "selection" on the second drop-down still shows as the item selected from the initial list. That item is NOT in the newly generated choices.

For example, the initial drop-downs are: sys: {sysa, sysb, sysc}, sysa is selected (first in the list) . The second drop-down is fp: {fp1, fp2, fp3}, with fp1 selected. Now I choose sysb from the first drop-down. The new list for the second drop-down is fp: {fp7, fp9, fp21, fp34}. But the selection still remains fp1. I'd like for the selection of the second drop-down to be the first item in the list (fp7) (or at least it should not show anything selected). How can I do this?

    <form>
      <fieldset submitButton="false" autoRun="true">
        <input type="dropdown" token="sys_tok" searchWhenChanged="true">
            <search>
               <query> index=foo | stats count by sys</query>
             </search>
            <selectFirstChoice>true</selectFirstChoice>
            <fieldForLabel>sys</fieldForLabel>
            <fieldForValue>sys</fieldForValue>
         </input>
       <input type="dropdown" token="fp_tok" searchWhenChanged="true">
            <search>
               <query> index=foo  sys=$sys_tok$| stats count by fp</query>
             </search>
            <selectFirstChoice>true</selectFirstChoice>
            <fieldForLabel>fp</fieldForLabel>
            <fieldForValue>fp</fieldForValue>
         </input>
0 Karma

venky1544
Builder

Hi @lyndac i know its a very old question but did you found an answer for it 

0 Karma

asimagu
Builder
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...