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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...