Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
table style
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2009 at 12:34 UTC
Updated:
10 Jan 2010 at 14:50 UTC
For example, there are three persons with ranks:
Sam: Rank = 2
Joe: Rank = 4
Mike: Rank = 4
I wanna show them as it is in attachment.
How can I do that using views?
| Comment | File | Size | Author |
|---|---|---|---|
| ranking.png | 2.19 KB | ARray |
Comments
Comment #1
dawehnerThis could be done using theming and preprocess functions of the views style patch.
Therefore you have to detect the highest current number, then group the values and at the end output the thing as html list.
It is not as easy, but you could do this.
Comment #2
giorgio79 commentedYou can also use the new Global: View Result Counter. Do a search on it in the issues.