View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Pivot Table Grouping from OLE DB source

I have a Pivot table whose source data is a worksheet that is populated via a
stored procedure on a SQL Server DB using OLE DB. When I attempt to group by
the date column in the pivot table I get "Excel cannot group that selection."

Is there any way around this?

Thank you