View with Aggregation
Posted by ijhana on March 4, 2013 at 10:00pm
I am trying to create a Report using views. The report shows the images that have been flagged by the currently logged in user. This works. Now I want to add a column for the number of times each image has been clicked on.
We created a content type that tracks the user, the image and the time of each click. 1 click = 1 node.
How do I add an aggregation that sums this total of clicks per image.
Read more