Dashboards & Visualizations

displayRowNumbers in SimpleResultsTable

smolcj
Builder

hi,
how can i disable the option displayRowNumbers in simpleresulttable. i am able to do it in simple xml but not in advanced xml.
am i missing something.

i was using this code for the same, but i am getting a check box with it. i dont want a check box in my view... please help .

   <module name="RowNumbers">
 <module name="SimpleResultsTable">

              <param name="displayRowNumbers">False</param> 
          <param name="count">14</param> 
          <param name="entityName">results</param>
          <param name="drilldown">row</param>
          <param name="allowTransformedFieldSelect">True</param>
          <module name="Gimp"/>
          <module name="ConvertToDrilldownSearch">
            <module name="ViewRedirector">
              <param name="viewTarget">flashtimeline</param>
            </module>
          </module>
        </module>
        <module name="ViewRedirectorLink">
          <param name="viewTarget">flashtimeline</param>
        </module>
      </module>

Please help
Thank you

0 Karma
1 Solution

jonuwz
Influencer

Nearly.

<param name="displayRowNumbers">off</param>

Its off not false

View solution in original post

jonuwz
Influencer

Nearly.

<param name="displayRowNumbers">off</param>

Its off not false

jonuwz
Influencer

Why would you add the RowNumbers module if you don't want it ? The RowNumbers module gives you the checkbox

Just remove the RowNumbers module from around the SimpleResultsTable

0 Karma

smolcj
Builder

both are giving same rsult. how to remove that checkox input from there?

0 Karma
Get Updates on the Splunk Community!

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

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...