I have a custom report copy of the standard rdlc report customer balance to date -121
When I run the report with filter with customer no it shows the total correctly , When I run the report without any filter for every customers how can i get the customer total based on their Customer Number
Thank you it helped
You have to look at the date filters you set in your report.
Find this line in the code
SetRange("Date Filter", 0D, MaxDate);
And change it to
SetRange("Date Filter", 0D, today());
That should solve your problem. Then the report will always calc the balance to the current date.
You can also create a new simpler report.
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,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156