/winforms-dashboard-custom-aggregates-server-mode

This example shows how to aggregate data by the field's first value in server mode.

Primary LanguageVisual Basic .NETOtherNOASSERTION

Dashboard for WinForms - How to Aggregate Data by the Field's First Value

This example shows how to aggregate data by the field's first value in server mode.

Files to Look At

Overview

In this example, the Grid dashboard item displays the first СontactName value by country.

first value function

The following expression gets the first value of the СontactName field:

Calculated Field Expression
First Contact Name FirstValue([ContactName])

Call the CriteriaOperator.RegisterCustomFunction method to register a custom function in your project (see Program.cs/Program.vb).

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)