wirjoadmodjo / gam-pivot

Automatically exported from code.google.com/p/gam-pivot
0 stars 0 forks source link

add group count #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
done

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

GoogleCodeExporter commented 9 years ago

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