Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
WinGrid Summary with Distinct Count
posted

Hi,

I'm trying to summarize a column with a count of distinct records. Anyone have an idea of how I can get a DISTINCT COUNT of a column?

Thanks

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    There's no Distinct Count functionality built into the grid. I thought there might be a function for this in the UltraCalcManager, but I can't find it and I don't see one in Excel, either.

    So that means you will need to implement it yourself. What you would have to do is add a custom summary using an ICustomSummaryCalculator.

Children
No Data