Dear Experts,
I want to make a mail report where I want to show the total no of posted records in a particular days. What is the syntax for count the no. of records.
For example I want to show the data like this.
*This post is locked for comments
Please close it.
I have done it through
recPurchRcptHeader.RESET;
recPurchRcptHeader.SETRANGE("Posting Date", TODAY );
IF recPurchRcptHeader.FINDSET THEN
NoOfDocument := recPurchRcptHeader.COUNT;
Here NoOfDocument is a integer type variable.
No. query is resolved.
Community Member
2
EH-09052238-0
1
Sohail Ahmed
1