Thanks for the response Joey.
The data in the Data area is an Int32.
My XpView queries order, products and shipments and comes up with 4 properties: Product #, Work Order #, Ship Date and Ship Quantity.
I have set the Ship Date as 4 different fields in the PivotGrid with GroupIntervals set as DateYear, DateQuarter, DateMonth and DateDay in order to be able to drill down to the day level. I put the Product # in the column area, the all 4 date fields in the row area and the Ship Quantity in the data area. I have a criteria on the view so it will pull the shipping data for only one product.
Like I said, I have included a GridControl on the form as well to make sure I am getting data and that is fine, but the PivotGrid doesn't show anything.
Jim