Hi,
I have to create a report where I have to show all accounts for the customers that have at least an account with days greather than 0.
This is the default report:
Customer Account Amount Days
222222 25331 1000 9
222222 25231 800 0
222222 25831 1300 1
333333 25110 900 0
333333 29110 1100 0
444444 25110 800 0
444444 29110 900 1
555555 29110 1600 0
This is how the report should like:
Customer Account Amount Days
222222 25331 1000 9
222222 25231 800 0
222222 25831 1300 1
444444 25110 800 0
444444 29110 900 1
Do you know what restrictions/conditions should set?
Thanks,
Dragos