--
You received this message because you are subscribed to the Google Groups "cascading-user" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cascading-user/-/Jd6YNL3VKX0J.
To post to this group, send email to cascadi...@googlegroups.com.
To unsubscribe from this group, send email to cascading-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cascading-user?hl=en.
| 0.061538462 (According to calculation in Excel) I am getting 0.0 which is rounded to 1 decimal. How can I format it to show me at least 5 decimals? Thanks, Kavitha |
can we see more code leading up to the Average?ckw
On Mar 28, 2012, at 7:18 PM, Kavitha Raghavachar wrote:
Hi,
I have 200 rows feed and on a particular Field, I want to take an Average. I tried
leadsPipe = new Every(leadsPipe, LEADSS1, new Average(LEADSS1_AVG));
where LEADSS1 is a field I want to take average on and LEADSS1_AVG is a new field where my average computed value will be held.
The above code gives me the Sum of that field. (I verified it by copying the feed to Excel and taking an average on a column)
Please help.
Thanks,
Kavitha--
You received this message because you are subscribed to the Google Groups "cascading-user" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cascading-user/-/Jd6YNL3VKX0J.
To post to this group, send email to cascading-user@googlegroups.com.
To unsubscribe from this group, send email to cascading-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cascading-user?hl=en.
To view this discussion on the web visit https://groups.google.com/d/msg/cascading-user/-/9IMLiZp_RrAJ.
To post to this group, send email to cascadi...@googlegroups.com.
To unsubscribe from this group, send email to cascading-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cascading-user?hl=en.
To view this discussion on the web visit https://groups.google.com/d/msg/cascading-user/-/DaDOMDeHrAkJ.
To post to this group, send email to cascadi...@googlegroups.com.
To unsubscribe from this group, send email to cascading-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cascading-user?hl=en.