Hi,
Assume that i have table with the following columns:
1. Material number
2. Supplier name
3. Sum of mouney
For material 1002 i have 3 suppliers: A,B,C
The sum of mouney for A is 3000
The sum of mouney for B is 5000
The sum of mouney for C is 2500
I want a new table to contain each material number only one time in the first column, the biggest supplier in the second column.
What is the most efficient way to do it?
Thanks,
Aviad
Assume that i have table with the following columns:
1. Material number
2. Supplier name
3. Sum of mouney
For material 1002 i have 3 suppliers: A,B,C
The sum of mouney for A is 3000
The sum of mouney for B is 5000
The sum of mouney for C is 2500
I want a new table to contain each material number only one time in the first column, the biggest supplier in the second column.
What is the most efficient way to do it?
Thanks,
Aviad