by AlexZencovich » Sat Jan 10, 2009 9:26 am
Try to set TPivotCube.Dimensions[Index].EmptyItems = diRemove
it have to help in most cases. If it does not help, force it by next
after map loaded add next code
TPivotMap.Dimensions[Index].HierarchyChanged := True;
TPivotMap.RefreshData(True);
Best regards,
Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment