databand record count??
Giovanni Carletti
Hi everybody,how can retrieve the number of records in a report?
I need to show a textbox with for example: "Record count: 34"
Thanks in advance,
Gio
Tobias Hermeling
Hi,Databand --> Properties --> Totals
--> Aggregate Function = Count
--> Expression = %item%
--> Name: Record_Count
Textbox.text = "Record count: " & GetTotal("Record_Count")
hth
0
Please sign in to leave a comment.
Comments
0 comments