Dashboards & Visualizations

How to use input data to filter data displayed on a table in a dashboard?

3618475
Engager

I created a dashboard using a report. The report creates a table of data.
The filter would be a text box for purchCostReference.
This is a screenshot of the table:

alt text
I don't understand how to connect the inputs to the table data.
The text box will be an input and when entered will filter the table data using the column purchCostReference.
This is the current xml

<form>
  <label>Thru Train Dashboard</label>
  <fieldset submitButton="false" autoRun="true">
    <input type="text" token="purchCostReferenceToken" searchWhenChanged="true">
      <label>TMS Reference Number</label>
      <default>*</default>
      <initialValue>*</initialValue>
    </input>
  </fieldset>
  <row>
    <panel>
      <title>Thru Train XML DATA</title>
      <table>
        <search ref="ThruTrainReportNestedResults"></search>
        <option name="drilldown">row</option>
        <option name="rowNumbers">true</option>
      </table>
    </panel>
  </row>
</form>

The current report does not take parameters to filter the data.
I would like to add filters to the report but do not understand how to do that.
Is there a way to use the data that is displayed on the current dashboard and filter that data without changing the report?
How do I add parameters to filter the data?

Labels (1)
0 Karma

to4kawa
Ultra Champion

your sample is broken.
please fix and use Code Sample (101010)

0 Karma

3618475
Engager

I don't see how I can edit my question.

0 Karma

to4kawa
Ultra Champion

click the gear icon at right above.

0 Karma
Get Updates on the Splunk Community!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...