Wednesday, March 21, 2012

How to find the rowcount of the dataset in a report

I have a report.

In one of the text field i have to show the rowcount of the dataset

How can i do that

I dont understand what exactly you mean. If you want the total count/number of rows in a dataset, use CountRows("Dataset1"). If you want to get the row number of each row in the dataset (in a list or a table), then use RowNumber("Dataset1")

Shyam

|||

Thanks Shyam

CountRows("Dataset1"). is my solution

sql

No comments:

Post a Comment