Hi there,

I want to do something like a ranking for a team, but I want to have the insights of the improve of each person, so for example I have a list of 5 people and I want to add a conditional with an arrow that if a week ago the performance was 5 and this week is 7 then we will have a green arrow pointing up, if the performance was 9 and the next week is 7 then we will have a red arrow pointing down, and if there is not movement like 6 one week and 6 the other week there will be a yellow line.

Is there a way to do that? and I want to have it continuously so every week it compares the last result with the new result so I can compare directly in the view the result instead of having to look into the data individual and check each performance.

Thanks.