I av a datasource that is filled with some data. I av following columns
CodeNo,
Description
I showed these columns then at the end I want THE COUNT OF CODES
MEans
TOTAL NO. OF ITEMS ARE 4
My Expression is like
"TOTAL NO. OF ITEMS ARE {Count(Datasource.CodeNo)}"
but its not working
I anticipate quick response.
thanx all
Counting rows of a data source
Counting rows of a data source
Hello,
Use the following expression:
Thank you.
Use the following expression:
Code: Select all
TOTAL NO. OF ITEMS ARE {Totals.Count(Datasource.CodeNo)}