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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...