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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...