Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.75 KB

File metadata and controls

39 lines (27 loc) · 2.75 KB

Pivot Grid for WinForms - Create a Custom Summary to Display a Distinct Value Count

This example demonstrates how to count distinct values (the number of orders with equal product quantities) and display the result in the Pivot Grid.

screenshot

Data Field Expression
Count Distinct DistinctCount([OrderID])

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

Files to Review

Documentation

More Examples

Does This Example Address Your Development Requirements/Objectives?

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