Hi,
I need to rank records.
If the field [100%] is the same for more records (rows), the colums volume 2009-2011 are used for ranking. first the column volume2011 is used, the highest value gets the highest ranking. If they are the same as well, the column volume 2011 is used, and then volume 2009.
for the ranking I need to add a percentage (0,0001%) to the highest, less to the lower ones. Or maybe is ordering enough - any solution is welcome.
Can anybody point me in a working direction?
example data:
EasyIT
"Do you think that’s air you're breathing?
I need to rank records.
If the field [100%] is the same for more records (rows), the colums volume 2009-2011 are used for ranking. first the column volume2011 is used, the highest value gets the highest ranking. If they are the same as well, the column volume 2011 is used, and then volume 2009.
for the ranking I need to add a percentage (0,0001%) to the highest, less to the lower ones. Or maybe is ordering enough - any solution is welcome.
Can anybody point me in a working direction?
example data:
Code:
fk_pi 100% sector opl Naam vol2011 vol2010 vol2009
4804 6,71% GGZVS GGZ Altrecht 905 1044 1045
4804 6,71% GGZVS GGZ Pro Persona 905 1044 767
4804 6,71% GGZVS GGZ GGZ Noord-H 905 616 614
5271 6,71% GGZVS GGZ GGZ Friesland 575 614 605
5271 6,71% GGZVS GGZ Rivierduinen 575 702 714
5443 5,03% GGZVS GGZ Yulius 468 499 318
5443 5,03% GGZVS GGZ GGzE 468 499 474
5443 5,03% GGZVS GGZ GGz Breburg 468 499 584
5443 5,03% GGZVS GGZ Emergis 468 499 318
EasyIT
"Do you think that’s air you're breathing?