Dashboards & Visualizations

How to get the token value inside my javascript code to use it for if and else condition?

simona2121
Path Finder

// Access the "submitted" token model
var tokens = mvc.Components.get("submitted");

// Retrieve the value of a token $mytoken$
var tokenValue = tokens.get("mytoken");

I am using the above code inside

Tags (1)
0 Karma
1 Solution

simona2121
Path Finder

I have the code inside the script tag. Is there anyway I can extract the token value inside the script tag?

View solution in original post

0 Karma

simona2121
Path Finder

I have the code inside the script tag. Is there anyway I can extract the token value inside the script tag?

0 Karma

hardikJsheth
Motivator

You need to get the token value using the form.tokenname of the element.

I.e if I have a input element as

<input id="category_mcon_id" token="category_mcon_form" type="multiselect">

You can get the value using following:

 submittedTokens.get('form.category_mcon_form')

simona2121
Path Finder

I have the code inside the script tag. Is there anyway I can extract the token value inside the script tag?

0 Karma

hardikJsheth
Motivator

I have used this code in a separate js file, which is included in the xml file. I have never tried to use it in script tag, but I think it should work.

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