Hello all!
I have tried everything to do it, but i can't, i don't know what to do.
This is my problem. I have a view for graphs:
- from postgres: 
 id | user_id | no_calls | weeks 
----+---------+----------+-------
  3 |       3 |       20 |    37
 13 |      13 |        1 |    37
  3 |       3 |       41 |    38
 13 |      13 |       17 |    38
  3 |       3 |       22 |    39
 13 |      13 |       19 |    39

second column is user_id from (res_partner) second is number of calls done in 
week from last column - so we have 2 users that have been making calls, and i 
want to have a graph that shows it (my postgres view consists good data.)

In XML file i put:
<graph string="Weekly Calls per User" orientation="vertical" type="bar">
  <field name="weeks"/>
  <field name="no_calls"/>
  <field name="user_id" group="True"/>
</graph>

and i get this chart: http://csk.pl/~dudzinski/screen.png

and here's my problem.
i'd like to have seperate bars from users, not one on top of another...
if anybody know how to have seperate bars for users i would be totally grateful!

Thanks!




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=46248#46248

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to