OWC Pivot Table and Distinct Counting

S

stevec

I'm populating an OWC Pivot Table via a SQL stored procedure. I want
to be able perform a distinct count of values in one of the text-based
column returned from the stored procedure.

Is this possible? If so, how?
 
Top