Many thanks!
I want to manipulate after the grouping, your solution it's like what that 
I'm looking for, now I try it! 

Rita

Il giorno mercoledì 20 novembre 2013 17:46:17 UTC+1, asgallant ha scritto:
>
> Do you want to do the manipulation on the results of the group function or 
> on the data the function is grouping?
>
> If you want to do the manipulation after the grouping, you can use a 
> DataView, like this: http://jsfiddle.net/asgallant/G77eJ/
>
> On Wednesday, November 20, 2013 10:26:01 AM UTC-5, Rita wrote:
>>
>> Hi everybody,
>> I am using the function google.visualization.data.group() on a DateTable 
>> to do a group by on rows for applying the aggregation function  
>> google.visualization.data.sum.
>> I'd like to manipulate the result of the fuction sum to show it as a 
>> percentage depending on the value on a column of the same table grouped. 
>> Could you suggest a way to do it? 
>> I read about the modifier function but it applies before the group by but 
>> I need to apply maths function after getting the output.
>>
>> Thansk in advance!
>>
>> Regards
>> Rita
>>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to