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
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156