Dashboards & Visualizations

can i dynamically change the label in the form ??

rakesh_498115
Motivator

Hi.

I have a created a form with a textbox and dropdown list.In the droplist i have options like A,B,C etc..Basing on the value selected in the dropdown list the label for the textbox should change..ie if i select "A" in dropdown..label for inputbox should change as "Enter value for A" and that value will be entered in the textbox/inputbox to perform the form search..

Please help asap..Thanx..

Tags (2)
0 Karma
1 Solution

sideview
SplunkTrust
SplunkTrust

If this is the core Splunk simplified XML, or core Splunk advanced XML then you cannot do this. Or at least you would have to dive way way in and write custom javascript to patch the core software. And I do not in any way recommend that you try that.

However if you're using Sideview Utils this is relatively easy. In Sideview Utils you can use dollar-tokens, ie "$foo$" as all or part of the label param for the TextField, Pulldown, and Checkbox modules. In fact you can use dollar-tokens pretty much anywhere in the Sideview systems.

So, let's say you had a Sideview Pulldown module offering the user A B or C. And that Pulldown had say "mode" as the value of it's name param. Then below you could have a TextField module, and you would just put:

<param name="label">Enter value for $mode.rawValue$</param>

And that would become "Enter value for A" when the user sees it.

You can read more about Utils here - http://sideviewapps.com/apps/sideview-utils/ Ultimately you'll spend less time being less frustrated, you'll end up with views and dashboards that are much simpler to read and understand, and you'll be able to deliver better dashboards with better functionality to the end users.

Full disclosure: the similarity of my username is not a coincidence.

View solution in original post

sideview
SplunkTrust
SplunkTrust

If this is the core Splunk simplified XML, or core Splunk advanced XML then you cannot do this. Or at least you would have to dive way way in and write custom javascript to patch the core software. And I do not in any way recommend that you try that.

However if you're using Sideview Utils this is relatively easy. In Sideview Utils you can use dollar-tokens, ie "$foo$" as all or part of the label param for the TextField, Pulldown, and Checkbox modules. In fact you can use dollar-tokens pretty much anywhere in the Sideview systems.

So, let's say you had a Sideview Pulldown module offering the user A B or C. And that Pulldown had say "mode" as the value of it's name param. Then below you could have a TextField module, and you would just put:

<param name="label">Enter value for $mode.rawValue$</param>

And that would become "Enter value for A" when the user sees it.

You can read more about Utils here - http://sideviewapps.com/apps/sideview-utils/ Ultimately you'll spend less time being less frustrated, you'll end up with views and dashboards that are much simpler to read and understand, and you'll be able to deliver better dashboards with better functionality to the end users.

Full disclosure: the similarity of my username is not a coincidence.

Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...