Getting Data In

Hide Radio Input in Dashboard

sidekix24
Path Finder

Does anyone know how to hide a radio input in a Dashboard? We have a regex calculation that we've assigned to a radio input and we used that input as token to rename values for us within the dashboard. Is there a way to hide that input while still using the calculation as a token?

Thanks

0 Karma
1 Solution

ziegfried
Influencer

You'll have to reference tokens in depends="..." with $ signs:

<input type="radio" token="YourTokenHere" depends="$NoSuchToken$" searchWhenChanged="true">

View solution in original post

ziegfried
Influencer

You'll have to reference tokens in depends="..." with $ signs:

<input type="radio" token="YourTokenHere" depends="$NoSuchToken$" searchWhenChanged="true">

DalJeanis
SplunkTrust
SplunkTrust

Hmmm. You could try adding a depends token value to the checkbox, and see if that keyword is supported for that object.

 < input type="radio" token="YourTokenHere" depends="$NoSuchToken$" searchWhenChanged="true">
0 Karma

ziegfried
Influencer

Do you have an example of what you've been doing so far?

0 Karma

sidekix24
Path Finder

I actually found the answer:

Changed this line:

To this:

0 Karma

DalJeanis
SplunkTrust
SplunkTrust

If you click the code button (101 010) before submitting, then the web interface won't swallow your html.

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