Skip to content

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

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-dashboard-custom-aggregates-client-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •