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
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.