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’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...