How can I setup views-group-by to span different aggregate results on different columns.

In other words: Can we have more than one column in the table presentation, each one of them showing different summaries.

I know this is logically self-contradicting somehow.

Just asking :)

Reason behind: is to get "views-group-by" to work with: "visualize"

As for the visualize module, it assumes that you have summary figures shown under multiple columns - that is.

With Regards

Comments

bakr’s picture

In other words:

Is the "Views Group By" module designed in concept to handle ONLY ONE Aggregate Field per view ?

The following quote taken from the jquery-visualize documentation page:

When you are adding the fields to the View, the first column will be used as label and the other as values.
See Example

I love the views-group-by module.
Seeking to find better ways to use it.

thinkling’s picture

I didn't have any luck with multiple aggregates either; seems that the table name alias inserted in the GROUP BY clause gets confused. I'm not in a good position to understand the module code and figure out where it's going wrong.