Dashboards & Visualizations

Dynamic Dashboard Title with hideTitle=true - Show Filters not displayed after clicking Hide Filters

ian_thomas
Path Finder

I have a multpurpose dashboard/form that I needed to label based on url params I am setting in Nav. Form labels do not pick up on token values.

Based on another post I used hideTitle=true to hide the dashboard label and created an HTML panel with the dynamic title that sits below the fieldset. Problem is that now when hide filters link is used, show filters is no longer displayed.

Is it possible to move the show filters link into my HTML panel while leaving hide filters next to fieldset?

0 Karma

cmerriman
Super Champion

as a work around, instead of having the filters in that top area, could you place them in their own panel?

  <row>
    <panel> <input type="checkbox" token="show">
      <label>show filters</label>
      <choice value="true">Show</choice>
    </input></panel>
    <panel depends="$show$">
      <title>blank</title>
      <input type="radio" token="test">
        <label>test</label>
        <choice value="1">1</choice>
        <choice value="2">2</choice>
        <choice value="3">3</choice>
      </input>
    </panel>
  </row>
0 Karma

ian_thomas
Path Finder

I considered that and it would certainly be an option.

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