This is a migrated thread and some comments may be shown as answers.

Nested Aggregate functions?

1 Answer 219 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sivam
Top achievements
Rank 1
Sivam asked on 21 Jul 2010, 04:23 AM
Hi,

   Howcome telerik does not support nested aggregate functions?
   I need to use Min(Sum(Fields.Value)) in a crosstab detail section. How can i achieve this?

Thanks,
sivam
 

1 Answer, 1 is accepted

Sort by
-1
Chris Gillies
Top achievements
Rank 1
answered on 21 Jul 2010, 02:27 PM
You can't nest aggregates because the idea behind the aggregates is to aggregate multiple values into a single value thus after the result is a single value you can not aggregate further. Have you tried to nest aggregates in a T-SQL/PL-SQL or Excel?
Tags
General Discussions
Asked by
Sivam
Top achievements
Rank 1
Answers by
Chris Gillies
Top achievements
Rank 1
Share this question
or