Hello everyone,
Please help me.
I have a table with a list of names, amount, ID and type (EV, BQ) .
for each type I have an ID
I want to retrieve IDs of duplicate names except that they must be of different type and amount of their amounts equal to zero
I want to have the ID of EV type
so : for each BQ an EV, search ID(EV) if names duplicate and sum amount = 0
the table is in frensh so
names: nom
amount: montant
ID: N° piece
type: type
thank you
Bookmarks