Dashboards & Visualizations

Passing Values from a Column whose Name Contains Spaces

makelovenotwar
Path Finder

In Dashboard Studio, I want to set the value of my token to only the values clicked of a specific column by using row.<fieldname>.value. But in my case, my customers don't like seeing column names like CustomerAddress or CustomerPhone, rather "Customer Address" or "Customer Phone". How can I pass these values as tokens in my dashboards since column names will contain spaces? I've tried double quotes, single quotes, escaping ,and URL encoding.

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Have you tried without quotes (as the value is quoted anyway in the source).

If this doesn't work, please share your source code in a code block </> so we can see what you have tried.

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try setting your token to value2 not row.<fieldname>.value

0 Karma

makelovenotwar
Path Finder

No dice, didn't work 🙂 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Have you tried without quotes (as the value is quoted anyway in the source).

If this doesn't work, please share your source code in a code block </> so we can see what you have tried.

0 Karma

makelovenotwar
Path Finder

Wow. This is why I didn't find answers to this on the internet, it worked with the spaces 🙄

row.Customer Address.value. Thank you!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...