Dashboards & Visualizations

How to hide token which is in the row and panel and not in fieldset?

Mohsin123
Path Finder

Hi ,

I want to hide the queue dropdown which is inside the  row . How to do that ? could you please help ?

And sometimes i see when i select one value from Application two values come in Queue for the selection when only one is checked , another in buffer probably . Please help me select only one which is checked .

 

s1.PNG

Labels (1)
0 Karma

weidertc
Contributor

You would use the depends attribute equal to to a token that you would never set.

 

<input ... depends="$neverShow$">

 

If I understand your second request, as far as 2 selections, Splunk is a little flaky and sometimes keeps the old value when its options update.  I don't know what to do about this.  I think its a timing issue with the token parsing.  If I am misunderstanding, please clarify that issue.

0 Karma

Mohsin123
Path Finder

@weidertc thanks 🙂

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

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