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

How can i create custom AggregateFunction?

3 Answers 121 Views
PivotGrid and PivotFieldList
This is a migrated thread and some comments may be shown as answers.
Jeongmin
Top achievements
Rank 1
Jeongmin asked on 26 Jul 2013, 12:58 AM
How can i create custom AggregateFunction?

and Is Possible GrandMedian ?
ex) AggregateFunctions.Median

3 Answers, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 30 Jul 2013, 03:51 PM
Hi Jeonmin,

Thank you for writing.

You can create your custom AggregateFunction. Included into your subscription is access to our source code. You can find it in Your Account area of our site. Navigate to: PRODUCTS & SUBSCRIPTIONS -> DevCraft Ultimate -> Click DownloadInstaller and other resources -> navigate to RadControls for WinForms and select Browse all product files -> Source Code.You can open it and see how we implemented our AggregateFunctions. You should look for AggregateFunctions.cs in the Telerik.Pivot.Core.Aggregates namespace. 

I hope this helps.

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Aaron
Top achievements
Rank 1
answered on 17 Jan 2014, 12:31 AM
I was doing this as well, and I did as you suggested.  However, when I opened the source it only compiled as Framework 2.0.  Is there a solution to download that has the Framework 4.0 assemblies?
0
George
Telerik team
answered on 21 Jan 2014, 12:02 PM
Hello Aaron,

Thank you for replying.

You can use the Configuration Manager (Build -> Configuration Manager). From it you can choose the active solution configuration, e.g. Debug, Debug40, Release, Release40.

I hope this information is useful.

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
PivotGrid and PivotFieldList
Asked by
Jeongmin
Top achievements
Rank 1
Answers by
George
Telerik team
Aaron
Top achievements
Rank 1
Share this question
or