I am using Views Calc Module in drupal 7.
I want to calculate and show sum of price of products.
The Views Calc module giving error-
SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns
(MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Please help me What I do for resolve this problem and tell me if any alternate method.