Dashboards & Visualizations

Can Multiselect Input have a dynamic default value?

shelbyladallen
Engager

I'd hope something like the following would work:

<input type="multiselect" searchWhenChanged="true" token="FY">
  <label>Fiscal Year</label>
  <search>
    <query>| savedsearch filter_fiscal_year</query>
   <condition match=" 1 == 1 ">
      <set token="foo">"2014"</set>
   </condition>
  </search>
  <default>$foo$</default>
  <fieldForLabel>FISCAL_YEAR</fieldForLabel>
  <fieldForValue>FISCAL_YEAR</fieldForValue>
  <prefix>(</prefix>
  <suffix>)</suffix>
</input>

Basically I'd like to populate $foo$ with the current fiscal year, while still allowing the user to select multiple fiscal years.
So far my errors suggest either that the token isn't being created properly OR that I can't use a token within the tag.

Thanks.

Tags (1)

Oti47
Path Finder

Same Problem,
I try to set the $foo$ token during a search at the same dashboard.

Option "Select first coice" doesn't work at multiselect.

URL link doesn't work for me.

Any other ideas?

Thanks

0 Karma

cb_usps
Explorer

I've tried using 'set token=' in each possible spot in the XML hierarchy and have come to the conclusion that it simply does not work, I have not witnessed a new token get created.
Also, tokens do not work in the 'default' field. As far as I can tell the reason is that the 'default' value becomes part of the URL for the form, and tokens are not parsed yet.
So, what I do to populate a default value is build it into the URL for the form. In your case it would be something like:
http://your_search_head_host:8000/en-US/app/your_app_name/your_form_name?form.FY=2014

and remove the $foo$ stuff.

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

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