Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 3.96 KB

File metadata and controls

55 lines (36 loc) · 3.96 KB

Dashboard for WinForms - How to Aggregate Data by String Concatenation

This example shows how to use string concatenation to aggregate data in client mode.

Files to Look At

Overview

In this example, the Grid dashboard item displays СontactName values concatenated by country.

aggregated-contact-names

The following expression uses string concatenation to aggregate data for СontactName values:

Calculated Field Expression
Contact names by countries StringConcat([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)