Hi,
I'm looking into creating summary functions for our custom types.
I got it working by setting the summary function explicitly in code on the datasourcefield (setSummaryFunction).
However, this is ok for "proof of concept" purposes but now I want to add a generic summary function that deals with all our simple types.
Looking in the documentation I found the below extract...
In code this API is nowhere to be found?
==== Update =====
Looking into this a bit further, I'm getting confused.
On the DataSourceField level, you can define only ONE SummaryFunction?
Shouldn't this be an array? I mean how do you define the different SummaryFunction for each type (AVG, SUM, COUNT, MAX, MIN, etc.)?
Thanx
Bart
I'm looking into creating summary functions for our custom types.
I got it working by setting the summary function explicitly in code on the datasourcefield (setSummaryFunction).
However, this is ok for "proof of concept" purposes but now I want to add a generic summary function that deals with all our simple types.
Looking in the documentation I found the below extract...
In code this API is nowhere to be found?
Originally posted by SmartClient reference 8.0
Looking into this a bit further, I'm getting confused.
On the DataSourceField level, you can define only ONE SummaryFunction?
Shouldn't this be an array? I mean how do you define the different SummaryFunction for each type (AVG, SUM, COUNT, MAX, MIN, etc.)?
Thanx
Bart
Comment