Hi,
I copied standard report design of customer statement report , created a customized design (which will use same DP, Controller, Contract classes) and then added a footer in it as part of customization.
I want to show a Closing balance in the footer with some big font. You can see in the below screen shot. I want to show the exact same value of this field into Footer.
When i used that in the footer, i have to use it with Aggregate function i.e. Sum() and that is creating issue in below scenario.
I have 2 customers. 1st having balance let's say $100. and 2nd having balance $0 (assume that it's a newly created customer and doesn't have any transactions).
In this scenario, when i run the report only for these 2 customers, the 2nd customer would show $100 balance as well.
Has anyone faced this? Can you please guide how to show correct value i.e. $0 for the 2nd customer who doesn't have any transactions?
*This post is locked for comments