Hi,
If you have a ListView on your form, you can use a DataLabel and add an expression to the DataLabel using the “List Count" operator from “List Aggregators” category and drag the column or SO property to the expression.
You can then hide the ListView if you do not want to ListView to show the items on the form.
When using this method you cannot have paging enabled for the ListView
Thank you for you response on this . this is what i have done now. but in many areas i need to compare the no of items returned from GetListItems SmartObject Method to complete the logic, in this case if we need to have ListView for all these i dont think so it'll be an effective solution as having multiple views on the form affects the performance.
Here we Should have an SmartObject Method Called GetListItemsCount with the filter options which will help us a lot.
Thanks,
Esaki.
Hi Esaki,
There is a feature request logged for just such a method. At the moment there is no definite ETA on this feature.
Regards