By ryanmnly on
I created a table view that lists a range of same type nodes and the data in their fields. I added one more column to show the total count of votes cast on each node via Voting API. The problem is that the view for the vote column just fills the cell with "count". If I change it to display the sum of the votes, it says "sum". Here's how I have the view set:
Relationships:
Title: Voting results
Type: Points
Tag: Vote
Aggregation Function: Count
Field:
Relationship: Voting results
Label: Votes
Anyone run into this issue? I am probably doing something wrong but I'm not sure where.
Thanks,
Ryan