Dashboards & Visualizations

Adding Single Values within a Simple Results Table

_gkollias
Builder

I would like to be able to add single values which are rolled-up counts of their corresponding table.

Is there a way to add those single value inputs underneath the title of the table , so that it makes sense when someone looks at the table that - "ok, these values go with this table"? Instead of now where the single values are in a panel sitting on top of the results table.

Please let me know if you need any additional info from me to help make this work.

Thanks in Advance!

Tags (3)
0 Karma

somesoni2
Revered Legend

Use Grouping attribute of row for it.

e.g.

<dashboard>
  <label>Test</label>
  <row grouping="2">
    <single>
          ....your single module code...
    </single>
    <table>
          ....your table module code...
    </table>
  </row>
</dashboard>
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Data Management Digest – December 2025

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