Dashboards & Visualizations

Anchors or Hyperlinks to scroll down a page

shakSplunk
Path Finder

Hi all,

I have a dashboard which is comprised of 5 tables. However, sometimes it can get annoying scrolling all the way down. Is there a way that on the top of the dashboard I can have 5 hyperlinks that scroll to a particular section of the dashboard? Would this be possible through giving tables id's? 

The desired functionality is much like confluence where you can put anchors throughout the page and create hyperlinks to scroll to particular sections.

 

Thanks, any help would be greatly appreciated!

Labels (1)
0 Karma

jwalthour
Communicator

With the current simpleXML, you cannot use page anchors. However, you could use “depends” where clicking on values at the top of the page reveal the associated panel.

Have a table at the top of the dashboard with the choices of panels as rows down or columns across. Use the drilldown functionality to set a token. The value of the token is used in subsequent panels, initially not visible, to make one of the panels visible, whichever depending on the value clicked at the top.

0 Karma

jhanvidattani
Path Finder

@shakSplunk 

I don't have much idea about these hyperlinks but to avoid scrolling for a long way, you can add below XML tag for tables.  It will show 5 rows at a time and provide pagination for more than 5 entries.

<option name="count">5</option>

 

If you find my solution fruitful, an upvote would be appreciated.

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