Hi All,
I need a help with following problem. I have a table with client accounts and movements.
I need a tool, which will be checking rows and recognise if sum of all movements for the same client aro equal to 0.
If yes, client should be deleted, if not should go next.
Client Stat USD
Client1 20 -221.42
Client1 20 221.42
Client2 30 287.87
Client2 20 -349.56
Client2 30 -287.87
Client2 20 349.56
Client2 30 291.55
Client2 20 -354.02
Client2 30 -291.55
Client2 20 354.02
Client3 30 683.61
Client3 20 -830.10
Client3 30 -683.61
Client3 20 830.10
Client4 30 170.34
Client4 20 -206.84
Client4 30 -170.34
Client4 20 206.54
As you can see, clients from 1 to 3 should be deleted, 4 need to be checked manually by user.
Thank you in advance!
Max
I need a help with following problem. I have a table with client accounts and movements.
I need a tool, which will be checking rows and recognise if sum of all movements for the same client aro equal to 0.
If yes, client should be deleted, if not should go next.
Client Stat USD
Client1 20 -221.42
Client1 20 221.42
Client2 30 287.87
Client2 20 -349.56
Client2 30 -287.87
Client2 20 349.56
Client2 30 291.55
Client2 20 -354.02
Client2 30 -291.55
Client2 20 354.02
Client3 30 683.61
Client3 20 -830.10
Client3 30 -683.61
Client3 20 830.10
Client4 30 170.34
Client4 20 -206.84
Client4 30 -170.34
Client4 20 206.54
As you can see, clients from 1 to 3 should be deleted, 4 need to be checked manually by user.
Thank you in advance!
Max