I would like to make a view of all the weights each user has marked. Is this currently possible?
My goal is to use views calc and have a site-wide top 10 weight view.
I would like to make a view of all the weights each user has marked. Is this currently possible?
My goal is to use views calc and have a site-wide top 10 weight view.
Comments
Comment #1
lyricnz commentedYou can make a view for all users Flags by changing the settings in the Flag relationship (change BY from "Current user" to "Any User"). But, this doesn't seem to achieve your goal: how would any view of flags produce a "top 10" weight view?
Consider the data: a weight is a number, from say 0 to 20 (only when a flag is set). How would you combine these to make a top-10 weight view? I guess you could count the *number* of times a node was flagged, then create a view sorted by that? But weight doesn't figure into that.
Comment #2
lyricnz commentedI discussed this issue with the submitter in IRC, and we came to the conclusion that his object was better achieved by using the Voting API, than Flag Weights. Closing this issue.