We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Total record number is not visible in the list view

amar7
Kilo Guru

Hi community ,

i am facing a issue in list view , the table does have 4k record but the number is only showing 100 record if i click on next button its showing the next 100 record , please refer below:

amar7_0-1684469957443.png

and also last page button is not visible.

if i group by name then its showing the total number of record  as below:

amar7_1-1684470072668.png

 

so how can i get the total number of record without any filter .

 

Thanks in advance !!!!

 

1 ACCEPTED SOLUTION

@amar7 

Can you check if "Remove pagination count" is checked in list control?

  1. Right-click a header in the list and navigate to Configure > List Control.
  2. Un-Check Remove pagination count

SaiKumarB_0-1684477429621.png

 

 

View solution in original post

3 REPLIES 3

Sai Kumar B
Mega Sage

@amar7 

Out of the box, we can view 10, 15, 20, 50 or 100 records at a time in a list view, the default is 20.

It can be configured via glide.ui.per_page system property

For more info - KB0780183 
If I could help you with my response you can mark it as helpful and correct as it benefits future viewers
Thanks,
Sai Kumar B

 

Hi Sai,

 

this is not what i am looking for .

 

by default it should show the total count , but somehow its not .

if you open any cmdb_ci table it will show like below:

amar7_0-1684474038777.png

 

@amar7 

Can you check if "Remove pagination count" is checked in list control?

  1. Right-click a header in the list and navigate to Configure > List Control.
  2. Un-Check Remove pagination count

SaiKumarB_0-1684477429621.png