March 27, 2008 at 3:13 am
Hi All,
I need help about using rownumber in a matrix table.
Rownumber gets the number of the real data value.
But I want to see the rownumber of result set of my matrix table.
How can I do this?
Kind regards.
April 22, 2008 at 6:30 am
Hi aysegul,
I think, you simply want to print the number of records your report is holding, if it is the case than you can do so by simply using CountRows.
You can write the particular dataset name inside it..like below,
eg: CountRows("DataSet4")...
This will give you the total number of rows which your dataset returns..and your report is printing...
If this is the solution you are looking for, then try using this expression and let me know...if it's working..??
Cheers,
Niraj
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply