I think you will need to give more of your example. From what you provide, which looks OK, we can't tell where groupedValue comes from, or when you draw your table, what data you are giving it. I would guess you should be giving the table your viewJoinTables.
dan On Fri, Mar 15, 2013 at 10:46 AM, Tangred <[email protected]> wrote: > > var viewJoinTables = new google.visualization.DataView(groupedValue); > var table = new > google.visualization.Table(document.getElementById('test_dataview')); > viewJoinTables.setColumns([0,1,2,3, {type:'number', label:'Total', calc: > ventes} ]); > function ventes (groupedValue, row) { > return 2; > > } > my column is still empty ... > >> >> >> >> -- >> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >> - 978-394-1058 >> [email protected] 562D 5CC, Cambridge MA >> [email protected] 9 Juniper Ridge Road, Acton MA >> > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 562D 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
