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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...