Dashboards & Visualizations

Visualization of a dashboard based on condition using in single value

nessrine_talbi
Explorer

Hello , my question is about how to make a condition based on result of request serach ( single value ) [if that value > X ] then obtain
another Dashboard on the same principal Dashboard .

I need your help please !

Thanks in advance .

0 Karma
1 Solution

nessrine_talbi
Explorer

Hello,

At first thanks for your response , so i tried your proposition but it doesn't works for me ,

so i added this code and it works :

  1. I add this code in the first panel :

            <done>
            <condition match="$result.value$ >  100">
             <set token="idpanel">true</set>
            </condition>
            <condition>
             <unset token="idpanel"></unset>
            </condition>
          </done>
    
  2. second I add the token in the new Panel :

View solution in original post

0 Karma

nessrine_talbi
Explorer

Hello,

At first thanks for your response , so i tried your proposition but it doesn't works for me ,

so i added this code and it works :

  1. I add this code in the first panel :

            <done>
            <condition match="$result.value$ >  100">
             <set token="idpanel">true</set>
            </condition>
            <condition>
             <unset token="idpanel"></unset>
            </condition>
          </done>
    
  2. second I add the token in the new Panel :

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Are you using multiple accounts to ask the same question?

https://answers.splunk.com/answers/814837/condition-on-single-value.html

@amelbahrouni

0 Karma

nessrine_talbi
Explorer

can you help us please !

0 Karma

skoelpin
SplunkTrust
SplunkTrust

I'm unsure what you mean by then obtain another Dashboard on the same principal Dashboard .

Are you referring to passing results from one panel to another in the same dashboard?

0 Karma

nessrine_talbi
Explorer

At first Thanks for your response ,
so i have an principal dashboard that contain single value panel , and i want to make condition on that value ( value > 100 ) then based on that condition we can see another panel on the same dashboard .

0 Karma

skoelpin
SplunkTrust
SplunkTrust

First panel needs conditional logic in it like this

| eval logic=if(value>100,'value',"")

Next panel needs to set the tokens to accept the results from the first conditional panel like this

<done>
            <set token="pass_value">$result.logic$</set>
</done>

You than pass the token name in-line of your search pass_value

0 Karma

nessrine_talbi
Explorer

No we are not the same person but we work on the same project.
Ps : She's my Colleague

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...