actualreports/gam-pivot

add group count

Closed this issue · 2 comments

marcin
Hi,

First, sorry for my english…if is not perfect…

In your example….if I write:
->addColumn(array(‘country’), array(‘year’))

answer is:
host=1, fr__year=6030, es__year=8040

And I want to have:
host=1, fr__year=3, es__year=4

How to do this??

Second question..
When i write:
->addColumn(array(‘year’), array(‘country’))

answer is:
host=1, 2010__country=0

And I want to have:
host=1, 2010__country=3
I mean how to count variable of text type

Is it posible in this version of your pivot class??

Many thanks
marcin



Original issue reported on code.google.com by gonzalo...@gmail.com on 1 Apr 2010 at 4:52

done

Original comment by gonzalo...@gmail.com on 1 Apr 2010 at 5:12

Original comment by gonzalo...@gmail.com on 1 Apr 2010 at 5:13

  • Changed state: Fixed