سؤال

Need help to display the grouped row count in report builder.

I want to get the rowcount of grouped records. RowCounts("DatasetName") is giving the total rowcount of the dataset but if the dataset is grouped in reports it still gives the total row count. i want to display the grouped records count. Thanks in advance.

Thanks

هل كانت مفيدة؟

المحلول

I use =CountRows() or =CountRows("Group_Description") instead, where "Group_Description" is whatever you've named the group.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top