I'm trying to create a list with both top 5 and bottom 5, it works fine with this code in expressions:
=if(rank(sum(Fortjeneste),4)<=5 or rank(-sum(Fortjeneste),4)<=5, sum(Fortjeneste),0)
But when I add a column with smileys, I lose some of the function from the code above, it now starts to return all sellers in that group, but the value from 'Fortjeneste' is 0 for all except from the top/bottom 5.