Skip to main content

Hello,

 

 

I am facing a problem to count all list item.

I have almost 2000 row, and use paging to make it readable. when I use the Count agregation, it return only the count of displayed items instead of all data.

 

 

Is there any way to count all list data?

or count list with specific value, for example I want to count the item that have price > 100? 

 

 

Thanks,

 

Hasyim

Hi,

 

If you are using SQL as the data source, it may be more efficient to write a simple stored procedure to get your count and expose it via SmartObject.

 

 

JK.


Ok then..

 

 

 

 

 

Thanks,

 

Hasyim


What if using sharepoint lists? Any ideas please.

Reply