All Apps and Add-ons

Setting a default value for a drop down list

ahogbin
Communicator

Hello.

I am trying to set a default value for a drop down list populated from a search but no matter what I try the default keeps on setting itself to 'All' despite there being no 'All' in the list of available options (the list is derived from a lookup table).


| inputlookup Safire_Broker.csv | dedup ACTION


ACTION
Quote Type....


$name$

I have checked some of the previous that had similar queries but none of the answers tried have worked.

Any help is greatly appreciated.

Cheers,

Alastair

Tags (2)
0 Karma
1 Solution

sideview
SplunkTrust
SplunkTrust

1) In a dynamic Pulldown module, if you want the "All" option to go away, you have to set

<param name="staticOptions></param>

Basically the default value of staticOptions is "All/*" so you have to explicitly set it to null to take it away.

There is a docs page in Sideview Utils dedicated to this exact topic, at

"Module Documentation - form element modules - The Pulldown module - Configuring the 'all' options"

(make sure you're on a relatively recent version of utils and not 1.3.5 as this docs page probably didn't exist back in the ancient 1.3.5 version)

2) As far as setting one of the dynamic options to be selected by default in a dynamic Pulldown, this is fairly straightforward and you use the ValueSetter module.

  • Go to "Module Documentation > The ValueSetter Modules > The ValueSetter Module", and it will give you a working example of how to use ValueSetter to prepopulate a dynamic Pulldown and tell you about it all.

  • There is a link to that same page from the "notes" section in the docs page "Module Documentation - form element modules - The Pulldown Module - dynamic config".

View solution in original post

0 Karma

sideview
SplunkTrust
SplunkTrust

1) In a dynamic Pulldown module, if you want the "All" option to go away, you have to set

<param name="staticOptions></param>

Basically the default value of staticOptions is "All/*" so you have to explicitly set it to null to take it away.

There is a docs page in Sideview Utils dedicated to this exact topic, at

"Module Documentation - form element modules - The Pulldown module - Configuring the 'all' options"

(make sure you're on a relatively recent version of utils and not 1.3.5 as this docs page probably didn't exist back in the ancient 1.3.5 version)

2) As far as setting one of the dynamic options to be selected by default in a dynamic Pulldown, this is fairly straightforward and you use the ValueSetter module.

  • Go to "Module Documentation > The ValueSetter Modules > The ValueSetter Module", and it will give you a working example of how to use ValueSetter to prepopulate a dynamic Pulldown and tell you about it all.

  • There is a link to that same page from the "notes" section in the docs page "Module Documentation - form element modules - The Pulldown Module - dynamic config".

0 Karma

sideview
SplunkTrust
SplunkTrust

No problem at all. 😃

0 Karma

ahogbin
Communicator

Works a treat.. thank you as always 🙂

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...