Dear all,
I have to calculate the highest rebate percentage during 3 meeting round. The rebates differ almost every round (can be higher, can be lower)
I want to know how I can calculate the highest rebate without showing the other lower values.
E.g.
Round 1 Round 2 Round 3
Product 1: 0,05 0,03 0,07
Product 2: 0,02 0,03 0,01
In this case the outcome (by use of query) should be:
Product 1: 0,07
Product 2: 0,03
I have to calculate the highest rebate percentage during 3 meeting round. The rebates differ almost every round (can be higher, can be lower)
I want to know how I can calculate the highest rebate without showing the other lower values.
E.g.
Round 1 Round 2 Round 3
Product 1: 0,05 0,03 0,07
Product 2: 0,02 0,03 0,01
In this case the outcome (by use of query) should be:
Product 1: 0,07
Product 2: 0,03
Comment